Skip to content

Commit

Permalink
openapi: updated propertiesSchema to reflect latest Features - Part 5…
Browse files Browse the repository at this point in the history
…: Schemas
  • Loading branch information
jerstlouis committed Apr 24, 2024
1 parent 6c2b2e5 commit 2cd07fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
11 changes: 4 additions & 7 deletions standard/openapi/ogcapi-coverages-1.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -499,21 +499,18 @@
"default": 0,
"minimum": 0
},
"x-ogc-observedProperty": {
"type": "string"
},
"x-ogc-observedPropertyURI": {
"x-ogc-definition": {
"type": "string",
"format": "uri"
},
"x-ogc-uom": {
"x-ogc-unit": {
"type": "string"
},
"x-ogc-uomURI": {
"x-ogc-unitLang": {
"type": "string",
"format": "uri"
},
"x-ogc-fieldIndex": {
"x-ogc-propertySeq": {
"type": "integer",
"minimum": 0
}
Expand Down
10 changes: 4 additions & 6 deletions standard/openapi/schemas/tms/propertiesSchema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,14 @@ properties:
type: integer
default: 0
minimum: 0
x-ogc-observedProperty:
type: string
x-ogc-observedPropertyURI:
x-ogc-definition:
type: string
format: uri
x-ogc-uom:
x-ogc-unit:
type: string
x-ogc-uomURI:
x-ogc-unitLang:
type: string
format: uri
x-ogc-fieldIndex:
x-ogc-propertySeq:
type: integer
minimum: 0

0 comments on commit 2cd07fa

Please sign in to comment.