{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/teams-devices_workspace_one_config_response",
"title": "teams-devices_workspace_one_config_response",
"description": "The Workspace One Config Response.",
"properties": {
"api_url": {
"description": "The Workspace One API URL provided in the Workspace One Admin Dashboard.",
"example": "https://as123.awmdm.com/API",
"type": "string"
},
"auth_url": {
"description": "The Workspace One Authorization URL depending on your region.",
"example": "https://na.uemauth.vmwservices.com/connect/token",
"type": "string"
},
"client_id": {
"description": "The Workspace One client ID provided in the Workspace One Admin Dashboard.",
"example": "example client id",
"type": "string"
}
},
"required": [
"api_url",
"auth_url",
"client_id"
],
"type": "object"
}