blob: 64564c0062523d01c4b354819728129b47e0e93f [file] [log] [blame]
andrea1ce2bc82015-11-18 16:58:10 -08001{
2 "type": "object",
3 "title": "response",
4 "required": [
5 "infrastructure"
6 ],
7 "properties": {
8 "infrastructure": {
9 "type": "boolean",
10 "example": true
11 }
12 }
13}