Skip to content

Commit 86c95a4

Browse files
committed
Remove stale fields from example bblock.json files
Drop dateOfLastChange (no longer required), maturity, and scope, which are not part of the current bblock metadata schema.
1 parent 6e8d363 commit 86c95a4

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

_sources/myFeature/bblock.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
"itemClass": "schema",
77
"register": "ogc-building-block-examples",
88
"version": "1.0",
9-
"dateOfLastChange": "2023-05-19",
109
"sources": [
1110
{
1211
"title": "OGC API - Features, Part 1, 7.16.2: Feature Response",
1312
"link": "https://docs.ogc.org/is/17-069r3/17-069r3.html#_response_7"
1413
}
1514
],
16-
"maturity": "development",
17-
"scope": "unstable",
1815
"dependsOn": [
1916
],
2017
"tags": [

_sources/mySchema/bblock.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@
77
"itemClass": "schema",
88
"register": "ogc-building-block-register",
99
"version": "0.1",
10-
"dateOfLastChange": "2023-04-05",
1110
"link": "https://github.com/opengeospatial/bblock-template",
1211
"sources": [
1312
{
1413
"title": "Sample source document",
1514
"link": "https://example.com/sources/1"
1615
}
1716
],
18-
"maturity": "mature",
19-
"scope": "unstable",
2017
"tags": ["templates"]
2118
}

0 commit comments

Comments
 (0)