{
  "x-apiture-version": "2.0.0",
  "title": "API Root (v2.0.0)",
  "description": "A HAL response, with hypermedia `_links` for the top-level resources and operations in API.",
  "example": {
    "id": "apiName",
    "name": "API name",
    "apiVersion": "1.0.0",
    "_profile": "https://production.api.apiture.com/schemas/common/root/v2.0.0/profile.json",
    "_links": {}
  },
  "allOf": [
    {
      "$ref": "https://production.api.apiture.com/schemas/common/abstractResource/v2.0.0/model.json"
    },
    {
      "type": "object",
      "properties": {
        "_id": {
          "description": "This API's unique ID.",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "This API's name."
        },
        "apiVersion": {
          "type": "string",
          "description": "This API's version."
        }
      }
    }
  ]
}
