{ "type": "object", "properties": { "altPieceNames": { "type": "array", "items": { "type": "string" } }, "children": { "type": "array", "items": { "$ref": "#/components/schemas/FieldNode" } }, "dedLink": { "$ref": "#/components/schemas/WebLink" }, "description": { "type": "string" }, "historicOnly": { "type": "boolean" }, "indexedOnly": { "type": "boolean" }, "isEnum": { "type": "boolean" }, "maxChars": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "nested": { "type": "boolean" }, "piece": { "type": "string" }, "rules": { "type": "string" }, "sourceType": { "type": "string" }, "synonyms": { "type": "boolean" }, "title": { "type": "string" }, "type": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "piece", "sourceType", "type" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FieldNode" }