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

schema.sos.request.InsertObservation.json Maven / Gradle / Ivy

The newest version!
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "http://www.52north.org/schema/json/sos/request/InsertObservation#",
  "allOf": [
    {
      "$ref": "http://www.52north.org/schema/json/sos/request/Request#"
    },
    {
      "required": [
        "version",
        "offering",
        "observation"
      ],
      "properties": {
        "request": {
          "enum": [
            "InsertObservation"
          ]
        },
        "offering": {
          "type": [
            "string",
            "array"
          ],
          "format": "uri",
          "minItems": 1,
          "uniqueItems": true,
          "items": {
            "type": "string",
            "format": "uri"
          }
        },
        "observation": {
          "oneOf": [
            {
              "$ref": "http://www.52north.org/schema/json/Observation#"
            },
            {
              "type": "array",
              "minItems": 1,
              "items": {
                "$ref": "http://www.52north.org/schema/json/Observation#"
              }
            }
          ]
        }
      }
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy