{ "type": "object", "description": "Input for creating an association label", "name": "CreateLabelInput", "properties": { "label": { "type": "string", "description": "Display text for the label" }, "name": { "type": "string", "description": "Internal name for the label" }, "inverseLabel": { "type": "string", "description": "Label for the inverse direction" } }, "required": [ "label", "name" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }