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