Backupify · JSON Structure

Saas Protection Api Domains Response Structure

Response containing a list of SaaS domains

Type: object Properties: 1
SaaS BackupData ProtectionCloud BackupMicrosoft 365Google Workspace

DomainsResponse is a JSON Structure definition published by Backupify, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

domains

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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