{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SchemaResponse", "title": "SchemaResponse", "type": "object", "properties": { "schemas": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "version": { "type": "integer" }, "attrs": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "category": { "type": "string" }, "dataType": { "type": "integer" }, "flags": { "type": "integer" }, "forgeUnit": { "type": "string" }, "forgeSpec": { "type": "string" } } } } } } } } }