{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/intel_category_with_super_category_id", "title": "intel_category_with_super_category_id", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "super_category_id": { "type": "integer" } } }