{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DeviceConfigurationCollectionResponse", "title": "DeviceConfigurationCollectionResponse", "type": "object", "required": [ "deviceId" ], "properties": { "deviceId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=", "description": "ID of the device that the configurations are for." }, "items": { "$ref": "#/components/schemas/DeviceConfiguration" } } }