{ "type": "object", "properties": { "name": { "type": "string" }, "param": { "type": "string" }, "parts": { "type": "array", "items": { "$ref": "#/components/schemas/SearchPart" } }, "uiLabel": { "type": "string" } }, "additionalProperties": false, "required": [ "name", "parts" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SearchArea" }