OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "namespace": "choices", | 3 "namespace": "choices", |
| 4 "description": "The choices API.", |
4 "types": [ | 5 "types": [ |
5 { | 6 { |
6 "id": "ChoiceType", | 7 "id": "ChoiceType", |
7 "type": "object", | 8 "type": "object", |
8 "properties": { | 9 "properties": { |
9 "integers": { | 10 "integers": { |
10 "choices": [ | 11 "choices": [ |
11 {"type": "array", "items": {"type": "integer", "minimum": 0}}, | 12 {"type": "array", "items": {"type": "integer", "minimum": 0}}, |
12 {"type": "integer"} | 13 {"type": "integer"} |
13 ] | 14 ] |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 ], | 142 ], |
142 "description": "Some integers." | 143 "description": "Some integers." |
143 } | 144 } |
144 ] | 145 ] |
145 } | 146 } |
146 ] | 147 ] |
147 } | 148 } |
148 ] | 149 ] |
149 } | 150 } |
150 ] | 151 ] |
OLD | NEW |