Newcastle University · JSON Structure

Newcastle Entity Structure

Urban Observatory Entity object.

Type: object Properties: 5
EducationHigher EducationUniversityUnited KingdomOpen DataResearch DataSmart CitiesDigital Library

Entity is a JSON Structure definition published by Newcastle University, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

entityId name meta position feed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.com/newcastle/newcastle-entity-structure.json",
  "name": "Entity",
  "type": "object",
  "description": "Urban Observatory Entity object.",
  "properties": {
    "entityId": {
      "type": "string",
      "description": "A unique identifier associated with this entity."
    },
    "name": {
      "type": "string",
      "description": "Friendly name associated with the entity, not used internally."
    },
    "meta": {
      "type": "object",
      "description": "Metadata associated with the entity, such as room numbers or building name."
    },
    "position": {
      "type": "array"
    },
    "feed": {
      "type": "array"
    }
  }
}