{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TrunkTypeGetList", "title": "TrunkTypeGetList", "type": "object", "required": [ "trunkTypes" ], "properties": { "trunkTypes": { "type": "array", "items": { "$ref": "#/components/schemas/TrunkTypeWithDeviceType" }, "description": "Trunk type with device types." } } }