{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NodeRelation", "title": "NodeRelation", "type": "object", "description": "Relationship between a catalog entry and a node", "properties": { "node_code": { "type": "string", "description": "Code of the related node" }, "catalog_name": { "type": "string", "description": "Name of the catalog" }, "sort_order": { "type": "integer", "description": "Sort order within the node" } } }