All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.Contact.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Contact.json",
  "description": "A GLUE 2 Contact",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "Detail": {
      "type": "string",
      "description": "A URI embedding the contact information"
    },
    "Type": {
      "type": "string",
      "description": "closed enumeration ContactType_t",
      "enum": ["general","security","sysadmin","usersupport"]
    },
    "ServiceID": {
      "type": "array",
      "description": "The IDs of Services associated with this Contact",
      "items": {
        "type": "string"
      }
    },
    "DomainID": {
      "type": "array",
      "description": "The IDs of Domains associated with this Contact",
      "items": {
        "type": "string"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy