{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AddDECTHandsetBulkRequest", "title": "AddDECTHandsetBulkRequest", "type": "object", "required": [ "items" ], "properties": { "items": { "type": "array", "items": { "$ref": "#/components/schemas/AddDECTHandset" }, "maxItems": 50, "minItems": 1, "description": "List of handsets that are to be added to the DECT network." } } }