Select points with payload for a specified nested field
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Nested", "title": "Nested", "description": "Select points with payload for a specified nested field", "type": "object", "required": [ "filter", "key" ], "properties": { "key": { "type": "string" }, "filter": { "$ref": "#/components/schemas/Filter" } } }