{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "properties": {
    "@iot.count": {
      "type": "number",
      "x-jsonld-id": "https://www.w3.org/TR/vocab-ssn/#collectionCount"
    },
    "value": {
      "type": "array",
      "items": {
        "allOf": [
          {
            "$ref": "https://ogcincubator.github.io/bblocks-sta/build/annotated/api/sta/Observation/schema.json"
          }
        ]
      },
      "x-jsonld-id": "@graph"
    }
  },
  "x-jsonld-extra-terms": {
    "Observations@iot.navigationLink": {
      "x-jsonld-id": "https://www.w3.org/TR/vocab-ssn/#hasMember",
      "x-jsonld-type": "@id"
    }
  },
  "x-jsonld-prefixes": {
    "sosa": "https://www.w3.org/TR/vocab-ssn/#"
  }
}