| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "additionalProperties", | 3 "namespace": "additionalProperties", |
| 4 "types": [ | 4 "types": [ |
| 5 { | 5 { |
| 6 "id": "AdditionalPropertiesType", | 6 "id": "AdditionalPropertiesType", |
| 7 "type": "object", | 7 "type": "object", |
| 8 "properties": { | 8 "properties": { |
| 9 "string": { | 9 "string": { |
| 10 "type": "string", | 10 "type": "string", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 { | 37 { |
| 38 "type": "function", | 38 "type": "function", |
| 39 "name": "callback", | 39 "name": "callback", |
| 40 "parameters": [ | 40 "parameters": [ |
| 41 { | 41 { |
| 42 "name": "resultObject", | 42 "name": "resultObject", |
| 43 "type": "object", | 43 "type": "object", |
| 44 "properties": { | 44 "properties": { |
| 45 "integer": {"type": "integer"} | 45 "integer": {"type": "integer"} |
| 46 }, | 46 }, |
| 47 "additionalProperties": {"type": "any"} | 47 "additionalProperties": {"type": "string"} |
| 48 } | 48 } |
| 49 ] | 49 ] |
| 50 } | 50 } |
| 51 ] | 51 ] |
| 52 } | 52 } |
| 53 ] | 53 ] |
| 54 } | 54 } |
| 55 ] | 55 ] |
| OLD | NEW |