{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataTargetTypeList", "title": "DataTargetTypeList", "type": "object", "properties": { "types": { "type": "array", "items": { "type": "object", "properties": { "name": { "type": "string", "description": "Handler type name" }, "description": { "type": "string" } } }, "example": [] } } }