{
  "$import": {
    "self": "file:///entity.json"
  },
  "definitions": {
    "Collection": {
      "description": "Collection result",
      "type": "object",
      "properties": {
        "totalResults": {
          "type": "integer"
        },
        "entry": {
          "type": "array",
          "items": {
            "$ref": "Entity"
          }
        }
      }
    }
  },
  "$ref": "Collection"
}
