{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_device-posture-integrations", "title": "teams-devices_device-posture-integrations", "properties": { "config": { "$ref": "#/components/schemas/teams-devices_config_response" }, "id": { "$ref": "#/components/schemas/teams-devices_uuid" }, "interval": { "$ref": "#/components/schemas/teams-devices_interval" }, "name": { "$ref": "#/components/schemas/teams-devices_components-schemas-name" }, "type": { "$ref": "#/components/schemas/teams-devices_schemas-type" } }, "type": "object" }