{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_api-response-collection-common", "title": "teams-devices_api-response-collection-common", "allOf": [ { "$ref": "#/components/schemas/teams-devices_api-response-common" }, { "properties": { "result": { "items": {}, "nullable": true, "type": "array" } } } ], "type": "object" }