Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Jun 9, 2024
1 parent 4e60d14 commit 99569ea
Show file tree
Hide file tree
Showing 197 changed files with 3,220 additions and 4,232 deletions.
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
{
"x-defs": {
"_github_workspace_annotated-schemas_geo_common_data_types_bounding_box_schema.json": {
"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/schema-oas3.0.json"
}
},
"allOf": [
{
"$ref": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.json#/x-defs/_github_workspace_annotated-schemas_geo_common_data_types_bounding_box_schema.json"
}
]
}
null
Original file line number Diff line number Diff line change
@@ -1,13 +1 @@
x-defs:
_github_workspace_annotated-schemas_geo_common_data_types_bounding_box_schema.yaml:
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/schema-oas3.0.yaml
allOf:
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.yaml#/x-defs/_github_workspace_annotated-schemas_geo_common_data_types_bounding_box_schema.yaml
null
Loading

0 comments on commit 99569ea

Please sign in to comment.