Spin.AI · Schema

Spin.AI Backup Entity

JSON Schema for a SpinOne backup entity representing a user, group, or shared drive managed by the Spin.AI data protection platform.

BackupComplianceData ProtectionRansomwareSaaS Security

Properties

Name Type Description
id string Unique entity identifier within SpinOne
external_id string External identifier from the SaaS platform (e.g., Google Workspace user ID)
type string Entity type
platform string SaaS platform the entity belongs to
name string Entity display name
email string Entity email address (for user entities)
status string Current backup status
backup_enabled boolean Whether backup is currently active
last_backup_at string Timestamp of most recent successful backup
created_at string Timestamp when entity was added to SpinOne
updated_at string Timestamp when entity configuration was last updated
View JSON Schema on GitHub

JSON Schema

spin-ai-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/spin-ai/json-schema/spin-ai-entity-schema.json",
  "title": "Spin.AI Backup Entity",
  "description": "JSON Schema for a SpinOne backup entity representing a user, group, or shared drive managed by the Spin.AI data protection platform.",
  "type": "object",
  "required": ["id", "type", "platform", "status"],
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique entity identifier within SpinOne"
    },
    "external_id": {
      "type": "string",
      "description": "External identifier from the SaaS platform (e.g., Google Workspace user ID)"
    },
    "type": {
      "type": "string",
      "description": "Entity type",
      "enum": ["user", "group", "shared_drive", "team_drive", "site", "channel"]
    },
    "platform": {
      "type": "string",
      "description": "SaaS platform the entity belongs to",
      "enum": ["google_workspace", "microsoft_365", "salesforce", "slack"]
    },
    "name": {
      "type": "string",
      "description": "Entity display name"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Entity email address (for user entities)"
    },
    "status": {
      "type": "string",
      "description": "Current backup status",
      "enum": ["ACTIVE", "ARCHIVED", "DISABLED"]
    },
    "backup_enabled": {
      "type": "boolean",
      "description": "Whether backup is currently active"
    },
    "last_backup_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of most recent successful backup"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when entity was added to SpinOne"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when entity configuration was last updated"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/spin-ai-entity"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.