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 5, 2023
1 parent b0dca06 commit abf1ba7
Show file tree
Hide file tree
Showing 113 changed files with 1,068 additions and 1,184 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"items": {
"type": "number"
},
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/schema-oas3.0.json"
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ $defs:
maxItems: 6
items:
type: number
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/bounding_box/
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#/$defs/73a758f8187839858a0fde3dca8f52fd885d10b9
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,15 @@
},
"properties": {
"oneOf": [
{
"nullable": true
},
{
"type": "object"
}
],
"x-jsonld-id": "@nest"
"x-jsonld-id": "@nest",
"nullable": true
},
"geometry": {
"oneOf": [
{
"nullable": true
},
{
"title": "GeoJSON Point",
"type": "object",
Expand Down Expand Up @@ -559,7 +554,8 @@
}
}
],
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry"
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry",
"nullable": true
},
"bbox": {
"type": "array",
Expand Down Expand Up @@ -590,7 +586,7 @@
"geojson": "https://purl.org/geojson/vocab#"
},
"x-schema-version": "http://json-schema.org/draft-07/schema#",
"x-schema-source": "https://geojson.org/schema/Feature.json"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema-oas3.0.json"
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ $defs:
x-jsonld-id: '@id'
properties:
oneOf:
- nullable: true
- type: object
x-jsonld-id: '@nest'
nullable: true
geometry:
oneOf:
- nullable: true
- title: GeoJSON Point
type: object
required:
Expand Down Expand Up @@ -392,6 +391,7 @@ $defs:
x-jsonld-container: '@list'
x-jsonld-id: https://purl.org/geojson/vocab#bbox
x-jsonld-id: https://purl.org/geojson/vocab#geometry
nullable: true
bbox:
type: array
minItems: 4
Expand All @@ -415,6 +415,6 @@ $defs:
x-jsonld-prefixes:
geojson: https://purl.org/geojson/vocab#
x-schema-version: http://json-schema.org/draft-07/schema#
x-schema-source: https://geojson.org/schema/Feature.json
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema-oas3.0.yaml
allOf:
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/data_types/geojson/schema-oas3.0.yaml#/$defs/a7d0b06f951490137dddd1728209076989443796
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"style": "form",
"explode": false,
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/schema-oas3.0.json"
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ $defs:
format: uri
style: form
explode: false
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/schema-oas3.0.yaml
allOf:
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox-crs/schema-oas3.0.yaml#/$defs/af7254b89124cc8329fa237551a0b419e8c4ec5f
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"type": "number"
}
},
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/schema-oas3.0.json"
}
},
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ $defs:
maxItems: 6
items:
type: number
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/schema-oas3.0.yaml
allOf:
- $ref: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/common/parameters/bbox/schema-oas3.0.yaml#/$defs/c04a0259f9a8830113cd289a36b6c28e8e49a599
14 changes: 5 additions & 9 deletions annotated-schemas/geo/features/feature/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"x-jsonld-prefixes": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#"
},
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/schema-oas3.0.json"
},
"fff4dd8e07d1b3ec2ce532c53cf2f00a49c6afc6": {
"title": "GeoJSON Feature",
Expand Down Expand Up @@ -63,20 +63,15 @@
},
"properties": {
"oneOf": [
{
"nullable": true
},
{
"type": "object"
}
],
"x-jsonld-id": "@nest"
"x-jsonld-id": "@nest",
"nullable": true
},
"geometry": {
"oneOf": [
{
"nullable": true
},
{
"title": "GeoJSON Point",
"type": "object",
Expand Down Expand Up @@ -593,7 +588,8 @@
}
}
],
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry"
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry",
"nullable": true
},
"bbox": {
"type": "array",
Expand Down
6 changes: 3 additions & 3 deletions annotated-schemas/geo/features/feature/schema-oas3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $defs:
properties: '@nest'
x-jsonld-prefixes:
rdfs: http://www.w3.org/2000/01/rdf-schema#
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/feature/schema-oas3.0.yaml
a7d0b06f951490137dddd1728209076989443796:
title: GeoJSON Feature
type: object
Expand All @@ -40,12 +40,11 @@ $defs:
x-jsonld-id: '@id'
properties:
oneOf:
- nullable: true
- type: object
x-jsonld-id: '@nest'
nullable: true
geometry:
oneOf:
- nullable: true
- title: GeoJSON Point
type: object
required:
Expand Down Expand Up @@ -413,6 +412,7 @@ $defs:
x-jsonld-container: '@list'
x-jsonld-id: https://purl.org/geojson/vocab#bbox
x-jsonld-id: https://purl.org/geojson/vocab#geometry
nullable: true
bbox:
type: array
minItems: 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"x-jsonld-prefixes": {
"rdfs": "http://www.w3.org/2000/01/rdf-schema#"
},
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema-oas3.0.json"
},
"c91e52f769a91e546450bef84f1dac326f3acb5e": {
"title": "GeoJSON FeatureCollection",
Expand Down Expand Up @@ -87,19 +87,14 @@
},
"properties": {
"oneOf": [
{
"nullable": true
},
{
"type": "object"
}
]
],
"nullable": true
},
"geometry": {
"oneOf": [
{
"nullable": true
},
{
"title": "GeoJSON Point",
"type": "object",
Expand Down Expand Up @@ -552,7 +547,8 @@
}
}
}
]
],
"nullable": true
},
"bbox": {
"type": "array",
Expand Down Expand Up @@ -685,20 +681,15 @@
},
"properties": {
"oneOf": [
{
"nullable": true
},
{
"type": "object"
}
],
"x-jsonld-id": "@nest"
"x-jsonld-id": "@nest",
"nullable": true
},
"geometry": {
"oneOf": [
{
"nullable": true
},
{
"title": "GeoJSON Point",
"type": "object",
Expand Down Expand Up @@ -1215,7 +1206,8 @@
}
}
],
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry"
"x-jsonld-id": "https://purl.org/geojson/vocab#geometry",
"nullable": true
},
"bbox": {
"type": "array",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $defs:
properties: '@nest'
x-jsonld-prefixes:
rdfs: http://www.w3.org/2000/01/rdf-schema#
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/features/featureCollection/schema-oas3.0.yaml
c91e52f769a91e546450bef84f1dac326f3acb5e:
title: GeoJSON FeatureCollection
type: object
Expand Down Expand Up @@ -58,11 +58,10 @@ $defs:
- type: string
properties:
oneOf:
- nullable: true
- type: object
nullable: true
geometry:
oneOf:
- nullable: true
- title: GeoJSON Point
type: object
required:
Expand Down Expand Up @@ -366,6 +365,7 @@ $defs:
minItems: 4
items:
type: number
nullable: true
bbox:
type: array
minItems: 4
Expand Down Expand Up @@ -455,12 +455,11 @@ $defs:
x-jsonld-id: '@id'
properties:
oneOf:
- nullable: true
- type: object
x-jsonld-id: '@nest'
nullable: true
geometry:
oneOf:
- nullable: true
- title: GeoJSON Point
type: object
required:
Expand Down Expand Up @@ -828,6 +827,7 @@ $defs:
x-jsonld-container: '@list'
x-jsonld-id: https://purl.org/geojson/vocab#bbox
x-jsonld-id: https://purl.org/geojson/vocab#geometry
nullable: true
bbox:
type: array
minItems: 4
Expand Down
2 changes: 1 addition & 1 deletion annotated-schemas/geo/geopose/advanced/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"geopose": "http://example.com/geopose/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#"
},
"x-schema-source": "https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Advanced.Schema.json"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/advanced/schema-oas3.0.json"
},
"0ba97f1dee199bb32b75139d41e2ecd451305cf6": {
"description": "Advanced: Advanced GeoPose allowing flexible outer frame specification, quaternion orientation, and valid time.",
Expand Down
2 changes: 1 addition & 1 deletion annotated-schemas/geo/geopose/advanced/schema-oas3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $defs:
x-jsonld-prefixes:
geopose: http://example.com/geopose/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
x-schema-source: https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Advanced.Schema.json
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/advanced/schema-oas3.0.yaml
0ba97f1dee199bb32b75139d41e2ecd451305cf6:
description: 'Advanced: Advanced GeoPose allowing flexible outer frame specification,
quaternion orientation, and valid time.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"geopose": "http://example.com/geopose/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#"
},
"x-schema-source": "https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Basic.Quaternion.Schema.json"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/quaternion/schema-oas3.0.json"
},
"d6efeddd31437414d5d6ad1a90908a75197ca41a": {
"description": "Basic-Quaternion: Basic GeoPose using quaternion to specify orientation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $defs:
x-jsonld-prefixes:
geopose: http://example.com/geopose/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
x-schema-source: https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Basic.Quaternion.Schema.json
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/quaternion/schema-oas3.0.yaml
d6efeddd31437414d5d6ad1a90908a75197ca41a:
description: 'Basic-Quaternion: Basic GeoPose using quaternion to specify orientation'
definitions:
Expand Down
2 changes: 1 addition & 1 deletion annotated-schemas/geo/geopose/basic/ypr/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"geopose": "http://example.com/geopose/",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#"
},
"x-schema-source": "https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Basic.YPR.Schema.json"
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/schema-oas3.0.json"
},
"f08124ee1e911e959545d91e581cf8f5d56b11f9": {
"description": "Basic-YPR: Basic GeoPose using yaw, pitch, and roll to specify orientation",
Expand Down
2 changes: 1 addition & 1 deletion annotated-schemas/geo/geopose/basic/ypr/schema-oas3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $defs:
x-jsonld-prefixes:
geopose: http://example.com/geopose/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#
x-schema-source: https://schemas.opengis.net/geopose/1.0/schemata/GeoPose.Basic.YPR.Schema.json
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/geo/geopose/basic/ypr/schema-oas3.0.yaml
f08124ee1e911e959545d91e581cf8f5d56b11f9:
description: 'Basic-YPR: Basic GeoPose using yaw, pitch, and roll to specify orientation'
definitions:
Expand Down
Loading

0 comments on commit abf1ba7

Please sign in to comment.