changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "matches": {
+ "description": "Number of schemas matching the filter",
+ "type": "number"
+ },
+ "results": {
+ "description": "Filtered catalog entries (up to limit)",
+ "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"
+ },
+ "total": {
+ "description": "Total number of schemas in catalog",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "matches",
+ "results"
+ ],
+ "type": "object"
+}