Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Nov 3, 2023
1 parent 69f3f73 commit b0dca06
Show file tree
Hide file tree
Showing 113 changed files with 32,019 additions and 3,501 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
{
"type": "array",
"oneOf": [
{
"minItems": 4,
"maxItems": 4
},
"$defs": {
"c61b6578a6c01ad076d850997fd310ca751beac5": {
"type": "array",
"oneOf": [
{
"minItems": 4,
"maxItems": 4
},
{
"minItems": 6,
"maxItems": 6
}
],
"items": {
"type": "number"
},
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/"
}
},
"allOf": [
{
"minItems": 6,
"maxItems": 6
"$ref": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.json#/$defs/c61b6578a6c01ad076d850997fd310ca751beac5"
}
],
"items": {
"type": "number"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
type: array
oneOf:
- minItems: 4
maxItems: 4
- minItems: 6
maxItems: 6
items:
type: number
$defs:
73a758f8187839858a0fde3dca8f52fd885d10b9:
type: array
oneOf:
- minItems: 4
maxItems: 4
- minItems: 6
maxItems: 6
items:
type: number
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/
allOf:
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.yaml#/$defs/73a758f8187839858a0fde3dca8f52fd885d10b9
Loading

0 comments on commit b0dca06

Please sign in to comment.