Backupify · Schema

DomainsResponse

Response containing a list of SaaS domains

SaaS BackupData ProtectionCloud BackupMicrosoft 365Google Workspace

Properties

Name Type Description
domains array
View JSON Schema on GitHub

JSON Schema

saas-protection-api-domains-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/backupify/refs/heads/main/json-schema/saas-protection-api-domains-response-schema.json",
  "title": "DomainsResponse",
  "description": "Response containing a list of SaaS domains",
  "type": "object",
  "properties": {
    "domains": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Domain"
      }
    }
  }
}