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

schema.Location.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/Location.json",
  "description": "A GLUE 2 Location",
  "type": "object",
  "allOf": [{"$ref": "http://schemas.ogf.org/glue/2013/05/spec_2.0_r1/Entity.json"}],
  "properties": {
    "Address": {
      "type": "string",
      "description": "A free format street address"
    },
    "Place": {
      "type": "string",
      "description": "Name of town/city"
    },
    "Country": {
      "type": "string",
      "description": "Name of country"
    },
    "PostalCode": {
      "type": "string",
      "description": "Postal code"
    },
    "Latitude": {
      "type": "number",
      "description": "Position north (positive) or south (negative) of the equator in degrees"
    },
    "Longitude": {
      "type": "number",
      "description": "Position east (positive) or west (negative) of the primary meridian in degrees"
    },
    "ServiceID": {
      "type": "array",
      "description": "The IDs of Services at this location",
      "items": {
        "type": "string"
      }
    },
    "DomainID": {
      "type": "array",
      "description": "The IDs of Domains at this location",
      "items": {
        "type": "string"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy