Skip to content

Commit

Permalink
Building blocks postprocessing
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Mar 6, 2024
1 parent 6926acf commit e861917
Show file tree
Hide file tree
Showing 23 changed files with 173 additions and 173 deletions.
4 changes: 2 additions & 2 deletions build/annotated/land-parcels/compound-name/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
}
},
"x-schema-version": "https://json-schema.org/draft/2020-12/schema",
"x-schema-source": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema-oas3.0.json"
"x-schema-source": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema-oas3.0.json"
}
},
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema-oas3.0.json#/x-defs/ogc.land-parcels.compound-name"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema-oas3.0.json#/x-defs/ogc.land-parcels.compound-name"
}
]
}
4 changes: 2 additions & 2 deletions build/annotated/land-parcels/compound-name/schema-oas3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ x-defs:
required:
- label
x-schema-version: https://json-schema.org/draft/2020-12/schema
x-schema-source: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema-oas3.0.yaml
x-schema-source: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema-oas3.0.yaml
allOf:
- $ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.compound-name
- $ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.compound-name
40 changes: 20 additions & 20 deletions build/annotated/land-parcels/parcel/schema-oas3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "object",
"$defs": {
"coderef": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.ogc-utils.iri-or-curie"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.ogc-utils.iri-or-curie"
},
"coderefList": {
"type": "array",
"items": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
}
},
"dateTime": {
Expand All @@ -20,19 +20,19 @@
},
"properties": {
"appellation": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/raw.githubusercontent.com_ogcincubator_bblocks-land-parcels_master_build_annotated_land-parcels_compound-name_schema.json"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogcincubator.github.io_bblocks-land-parcels_build_annotated_land-parcels_compound-name_schema.json"
},
"parcelType": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"parcelState": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"address": {
"type": "object"
},
"parcelPurpose": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"area": {
"type": "number"
Expand All @@ -52,22 +52,22 @@
"items": {
"properties": {
"interestLink": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"interestName": {
"type": "string"
},
"interestType": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"dateInForce": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/dateTime"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/dateTime"
},
"dateExpires": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/dateTime"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/dateTime"
},
"statuteLink": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"statuteName": {
"type": "string"
Expand All @@ -76,19 +76,19 @@
"type": "string"
},
"benefitedPartyLink": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"originalSurveyLink": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"referencedParcel": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderef"
},
"burdenedParcels": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderefList"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderefList"
},
"benefitedParcels": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderefList"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel/$defs/coderefList"
},
"description": {
"type": "string"
Expand All @@ -114,13 +114,13 @@
}
},
"x-schema-version": "https://json-schema.org/draft/2020-12/schema",
"x-schema-source": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json"
"x-schema-source": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json"
},
"ogc.ogc-utils.iri-or-curie": {
"x-schema-version": "https://json-schema.org/draft/2020-12/schema",
"x-schema-source": "https://opengeospatial.github.io/bblocks/annotated-schemas/ogc-utils/iri-or-curie/schema.json"
},
"raw.githubusercontent.com_ogcincubator_bblocks-land-parcels_master_build_annotated_land-parcels_compound-name_schema.json": {
"ogcincubator.github.io_bblocks-land-parcels_build_annotated_land-parcels_compound-name_schema.json": {
"description": "Compound Name",
"properties": {
"label": {
Expand Down Expand Up @@ -155,12 +155,12 @@
}
},
"x-schema-version": "https://json-schema.org/draft/2020-12/schema",
"x-schema-source": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema.json"
"x-schema-source": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema.json"
}
},
"allOf": [
{
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.json#/x-defs/ogc.land-parcels.parcel"
}
]
}
40 changes: 20 additions & 20 deletions build/annotated/land-parcels/parcel/schema-oas3.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ x-defs:
type: object
$defs:
coderef:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.ogc-utils.iri-or-curie
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.ogc-utils.iri-or-curie
coderefList:
type: array
items:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
dateTime:
type: string
format: date-time
pattern: ^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?(?:Z|[+-]\d{2}:\d{2})?$
properties:
appellation:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/raw.githubusercontent.com_ogcincubator_bblocks-land-parcels_master_build_annotated_land-parcels_compound-name_schema.yaml
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogcincubator.github.io_bblocks-land-parcels_build_annotated_land-parcels_compound-name_schema.yaml
parcelType:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
parcelState:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
address:
type: object
parcelPurpose:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
area:
type: number
floor:
Expand All @@ -37,31 +37,31 @@ x-defs:
items:
properties:
interestLink:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
interestName:
type: string
interestType:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
dateInForce:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/dateTime
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/dateTime
dateExpires:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/dateTime
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/dateTime
statuteLink:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
statuteName:
type: string
benefitedPartyName:
type: string
benefitedPartyLink:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
originalSurveyLink:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
referencedParcel:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderef
burdenedParcels:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderefList
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderefList
benefitedParcels:
$ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderefList
$ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel/$defs/coderefList
description:
type: string
entitlementPortion:
Expand All @@ -77,11 +77,11 @@ x-defs:
- parcelState
- parcelPurpose
x-schema-version: https://json-schema.org/draft/2020-12/schema
x-schema-source: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml
x-schema-source: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml
ogc.ogc-utils.iri-or-curie:
x-schema-version: https://json-schema.org/draft/2020-12/schema
x-schema-source: https://opengeospatial.github.io/bblocks/annotated-schemas/ogc-utils/iri-or-curie/schema.yaml
raw.githubusercontent.com_ogcincubator_bblocks-land-parcels_master_build_annotated_land-parcels_compound-name_schema.yaml:
ogcincubator.github.io_bblocks-land-parcels_build_annotated_land-parcels_compound-name_schema.yaml:
description: Compound Name
properties:
label:
Expand All @@ -102,6 +102,6 @@ x-defs:
required:
- label
x-schema-version: https://json-schema.org/draft/2020-12/schema
x-schema-source: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema.yaml
x-schema-source: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema.yaml
allOf:
- $ref: https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel
- $ref: https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/parcel/schema-oas3.0.yaml#/x-defs/ogc.land-parcels.parcel
2 changes: 1 addition & 1 deletion build/annotated/land-parcels/parcel/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"properties": {
"appellation": {
"$ref": "https://raw.githubusercontent.com/ogcincubator/bblocks-land-parcels/master/build/annotated/land-parcels/compound-name/schema.json"
"$ref": "https://ogcincubator.github.io/bblocks-land-parcels/build/annotated/land-parcels/compound-name/schema.json"
},
"parcelType": {
"$ref": "#/$defs/coderef"
Expand Down
Loading

0 comments on commit e861917

Please sign in to comment.