changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "filename": {
+ "description": "Input filename searched",
+ "type": "string"
+ },
+ "matches": {
+ "description": "Catalog entries with matching fileMatch globs",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Schema description",
+ "type": "string"
+ },
+ "fileMatch": {
+ "description": "Glob patterns matching filenames",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Schema name",
+ "type": "string"
+ },
+ "url": {
+ "description": "Schema URL",
+ "type": "string"
+ },
+ "versions": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Schema versions mapping",
+ "type": "object"
+ }
+ },
+ "required": [
+ "name",
+ "url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "filename",
+ "matches"
+ ],
+ "type": "object"
+}