Acronis · JSON Structure

Account Management Contact Structure

Contact information for a tenant

Type: object Properties: 7
CybersecurityData ProtectionEndpoint Management

Contact is a JSON Structure definition published by Acronis, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

firstname lastname email phone address1 city country

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/acronis/refs/heads/main/json-structure/account-management-contact-structure.json",
  "description": "Contact information for a tenant",
  "type": "object",
  "properties": {
    "firstname": {
      "type": "string",
      "example": "John"
    },
    "lastname": {
      "type": "string",
      "example": "Smith"
    },
    "email": {
      "type": "string",
      "example": "john.smith@example.com"
    },
    "phone": {
      "type": "string",
      "example": "+1-555-0100"
    },
    "address1": {
      "type": "string",
      "example": "123 Main Street"
    },
    "city": {
      "type": "string",
      "example": "Springfield"
    },
    "country": {
      "type": "string",
      "example": "US"
    }
  },
  "name": "Contact"
}