addedInput schema / $defs
Added value: +{
+ "__schema0": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ },
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ },
+ {
+ "items": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "type": "array"
+ },
+ {
+ "additionalProperties": {
+ "$ref": "#/$defs/__schema0"
+ },
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ }
+ ]
+ }
+}
changedInput schema / $schema
Previous value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"
removedInput schema / additionalProperties
Removed value: -false
addedInput schema / properties / ids / items / maximum
Added value: +9007199254740991
addedInput schema / properties / values / additionalProperties / $ref
Added value: +"#/$defs/__schema0"
removedInput schema / properties / values / additionalProperties / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- },
- {
- "items": {
- "$ref": "#/properties/values/additionalProperties"
- },
- "type": "array"
- },
- {
- "additionalProperties": {
- "$ref": "#/properties/values/additionalProperties"
- },
- "type": "object"
- }
-]
addedInput schema / properties / values / propertyNames
Added value: +{
+ "type": "string"
+}