removedOutput schema / definitions / __schema1
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- },
- {
- "items": {
- "$ref": "#/definitions/__schema1"
- },
- "type": "array"
- },
- {
- "additionalProperties": {
- "$ref": "#/definitions/__schema1"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- }
- ]
-}
addedOutput schema / properties / data / additionalProperties
Added value: +false
removedOutput schema / properties / data / allOf
Removed value: -[
- {
- "$ref": "#/definitions/__schema0"
- }
-]
addedOutput schema / properties / data / properties
Added value: +{
+ "column": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "id": {
+ "maxLength": 500,
+ "type": "string"
+ },
+ "line": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "sourceUrl": {
+ "maxLength": 2560,
+ "type": "string"
+ }
+}
addedOutput schema / properties / data / required
Added value: +[
+ "id",
+ "sourceUrl",
+ "line",
+ "column"
+]
addedOutput schema / properties / data / type
Added value: +"object"
changedOutput schema / properties / error / properties / details / allOf
Previous value: -[
- {
- "$ref": "#/definitions/__schema1"
- }
-]New value: +[
+ {
+ "$ref": "#/definitions/__schema0"
+ }
+]