| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "additionalProperties", | 3 "namespace": "additionalProperties", |
| 4 "description": "The additionalProperties API.", |
| 4 "types": [ | 5 "types": [ |
| 5 { | 6 { |
| 6 "id": "AdditionalPropertiesType", | 7 "id": "AdditionalPropertiesType", |
| 7 "type": "object", | 8 "type": "object", |
| 8 "properties": { | 9 "properties": { |
| 9 "string": { | 10 "string": { |
| 10 "type": "string", | 11 "type": "string", |
| 11 "description": "Some string." | 12 "description": "Some string." |
| 12 } | 13 } |
| 13 }, | 14 }, |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 }, | 47 }, |
| 47 "additionalProperties": {"type": "string"} | 48 "additionalProperties": {"type": "string"} |
| 48 } | 49 } |
| 49 ] | 50 ] |
| 50 } | 51 } |
| 51 ] | 52 ] |
| 52 } | 53 } |
| 53 ] | 54 ] |
| 54 } | 55 } |
| 55 ] | 56 ] |
| OLD | NEW |