Skip to content

Commit

Permalink
schema dependency for properties-owa
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed May 3, 2024
1 parent 2ac633b commit a068906
Showing 1 changed file with 7 additions and 31 deletions.
38 changes: 7 additions & 31 deletions _sources/properties/observation/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,10 @@
description: 'SOSA Observation'
x-jsonld-context: ../../../sosa-ssn.jsonld
type: object
properties:
resultTime:
type: string
format: date-time
phenomenonTime:
type:
- object
- string
hasFeatureOfInterest:
type:
- object
- string
observedProperty:
type:
- object
- string
usedProcedure:
type:
- object
- string
madeBySensor:
type:
- object
- string
hasResult: true
hasSimpleResult: true
anyOf:
- required:
- hasResult
- required:
- hasSimpleResult
allOf:
- $ref: bblocks://ogc.sosa.properties.observation-owa
- anyOf:
- required:
- hasResult
- required:
- hasSimpleResult

0 comments on commit a068906

Please sign in to comment.