Skip to content

Commit e80458a

Browse files
committed
Building blocks postprocessing
1 parent 35015ea commit e80458a

65 files changed

Lines changed: 2513 additions & 836 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build/annotated/_cache/2ca316da1ef467fe1f43774f3888bce31290b36670e724d47ed42b7b0b32f1b9

Lines changed: 55 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,34 @@
22
"name": "OGC API Records",
33
"abstract": "[Building Blocks](https://ogcincubator.github.io/bblocks-docs/) for OGC API Records, components and extensions\n",
44
"description": "A set of Building Blocks to allow reuse, testing and documentation of elements and extensions of OGC API Records. Declares and validates conformance with the OGC API Features (and inherits OGC API Common) baseline.\n\nThese elements are re-used by the [STAC](](https://ogcincubator.github.io/bblocks-stac/) and [GeoDCAT implementation](../geodcat-ogc-api-records), binding Records schemas to DCAT and GeoDCAT ontologies.\n",
5-
"modified": "2025-11-10T03:27:33.380112",
5+
"modified": "2025-11-13T03:23:56.032869",
66
"tooling": {
77
"bblocks-postprocess": {
8-
"commitId": "\"598e6af1ecd2fc2eefbaad074647ce30cbd54a8b",
9-
"shortCommitId": "\"598e6a",
10-
"date": "2025-11-07T09:19:51+00:00\""
8+
"commitId": "\"4fa4cc94cf7d37823107d163051f795337c61afb",
9+
"shortCommitId": "\"4fa4cc",
10+
"date": "2025-11-11T09:16:12+00:00\""
1111
}
1212
},
1313
"gitRepository": "https://github.com/ogcincubator/bblocks-ogcapi-records",
1414
"gitHubRepository": "https://github.com/ogcincubator/bblocks-ogcapi-records/blob/master/",
1515
"baseURL": "https://ogcincubator.github.io/bblocks-ogcapi-records/",
1616
"viewerURL": "https://ogcincubator.github.io/bblocks-ogcapi-records/",
1717
"validationReport": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/tests/report.html",
18+
"validationReportJson": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/tests/report.json",
1819
"imports": [
1920
"https://opengeospatial.github.io/bblocks/register.json",
2021
"https://ogcincubator.github.io/bblocks-ogcapi-features/build/register.json"
2122
],
2223
"bblocks": [
2324
{
24-
"itemIdentifier": "ogc.api.records.v1.schemas.theme",
25-
"name": "Schema for theme",
25+
"itemIdentifier": "ogc.api.records.v1.schemas.license",
26+
"name": "Schema for license",
2627
"status": "under-development",
2728
"dateTimeAddition": "2024-01-23T12:40:00+01:00",
2829
"itemClass": "schema",
2930
"register": "ogcapi-records",
3031
"version": "0.1",
31-
"dateOfLastChange": "2025-11-07",
32+
"dateOfLastChange": "2025-11-10",
3233
"sources": [
3334
{
3435
"title": "OGC API Records - Draft",
@@ -40,40 +41,40 @@
4041
"records"
4142
],
4243
"schema": {
43-
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/theme/schema.yaml",
44-
"application/json": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/theme/schema.json"
44+
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/license/schema.yaml",
45+
"application/json": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/license/schema.json"
4546
},
46-
"abstract": "This building block corresponds to the schema for an OGC API Records theme",
47+
"abstract": "This building block corresponds to the schema for an OGC API Records license",
4748
"shaclShapes": {},
48-
"remoteCacheDir": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/theme/remote_cache/",
49-
"sourceSchema": "https://github.com/opengeospatial/ogcapi-records/raw/master/core/openapi/schemas/theme.yaml",
50-
"sourceFiles": "https://ogcincubator.github.io/bblocks-ogcapi-records/_sources/v1/schemas/theme/",
49+
"remoteCacheDir": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/license/remote_cache/",
50+
"sourceSchema": "https://github.com/opengeospatial/ogcapi-records/raw/master/core/openapi/schemas/license.yaml",
51+
"sourceFiles": "https://ogcincubator.github.io/bblocks-ogcapi-records/_sources/v1/schemas/license/",
5152
"rdfData": [],
5253
"validationPassed": true,
5354
"documentation": {
5455
"markdown": {
5556
"mediatype": "text/markdown",
56-
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/markdown/api/records/v1/schemas/theme/index.md"
57+
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/markdown/api/records/v1/schemas/license/index.md"
5758
},
5859
"json-full": {
5960
"mediatype": "application/json",
60-
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/json-full/api/records/v1/schemas/theme/index.json"
61+
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/json-full/api/records/v1/schemas/license/index.json"
6162
},
6263
"bblocks-viewer": {
6364
"mediatype": "text/html",
64-
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/bblock/ogc.api.records.v1.schemas.theme"
65+
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/bblock/ogc.api.records.v1.schemas.license"
6566
}
6667
}
6768
},
6869
{
69-
"itemIdentifier": "ogc.api.records.v1.schemas.license",
70-
"name": "Schema for license",
70+
"itemIdentifier": "ogc.api.records.v1.schemas.theme",
71+
"name": "Schema for theme",
7172
"status": "under-development",
7273
"dateTimeAddition": "2024-01-23T12:40:00+01:00",
7374
"itemClass": "schema",
7475
"register": "ogcapi-records",
7576
"version": "0.1",
76-
"dateOfLastChange": "2025-11-07",
77+
"dateOfLastChange": "2025-11-10",
7778
"sources": [
7879
{
7980
"title": "OGC API Records - Draft",
@@ -85,28 +86,28 @@
8586
"records"
8687
],
8788
"schema": {
88-
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/license/schema.yaml",
89-
"application/json": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/license/schema.json"
89+
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/theme/schema.yaml",
90+
"application/json": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/theme/schema.json"
9091
},
91-
"abstract": "This building block corresponds to the schema for an OGC API Records license",
92+
"abstract": "This building block corresponds to the schema for an OGC API Records theme",
9293
"shaclShapes": {},
93-
"remoteCacheDir": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/license/remote_cache/",
94-
"sourceSchema": "https://github.com/opengeospatial/ogcapi-records/raw/master/core/openapi/schemas/license.yaml",
95-
"sourceFiles": "https://ogcincubator.github.io/bblocks-ogcapi-records/_sources/v1/schemas/license/",
94+
"remoteCacheDir": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/theme/remote_cache/",
95+
"sourceSchema": "https://github.com/opengeospatial/ogcapi-records/raw/master/core/openapi/schemas/theme.yaml",
96+
"sourceFiles": "https://ogcincubator.github.io/bblocks-ogcapi-records/_sources/v1/schemas/theme/",
9697
"rdfData": [],
9798
"validationPassed": true,
9899
"documentation": {
99100
"markdown": {
100101
"mediatype": "text/markdown",
101-
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/markdown/api/records/v1/schemas/license/index.md"
102+
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/markdown/api/records/v1/schemas/theme/index.md"
102103
},
103104
"json-full": {
104105
"mediatype": "application/json",
105-
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/json-full/api/records/v1/schemas/license/index.json"
106+
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/generateddocs/json-full/api/records/v1/schemas/theme/index.json"
106107
},
107108
"bblocks-viewer": {
108109
"mediatype": "text/html",
109-
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/bblock/ogc.api.records.v1.schemas.license"
110+
"url": "https://ogcincubator.github.io/bblocks-ogcapi-records/bblock/ogc.api.records.v1.schemas.theme"
110111
}
111112
}
112113
},
@@ -118,7 +119,7 @@
118119
"itemClass": "schema",
119120
"register": "ogcapi-records",
120121
"version": "0.1",
121-
"dateOfLastChange": "2025-11-07",
122+
"dateOfLastChange": "2025-11-10",
122123
"sources": [
123124
{
124125
"title": "OGC API Records - Draft",
@@ -163,7 +164,7 @@
163164
"itemClass": "schema",
164165
"register": "ogcapi-records",
165166
"version": "0.1",
166-
"dateOfLastChange": "2025-11-07",
167+
"dateOfLastChange": "2025-11-10",
167168
"sources": [
168169
{
169170
"title": "OGC API Records - Draft",
@@ -208,7 +209,7 @@
208209
"itemClass": "schema",
209210
"register": "ogcapi-records",
210211
"version": "0.1",
211-
"dateOfLastChange": "2025-11-07",
212+
"dateOfLastChange": "2025-11-10",
212213
"sources": [
213214
{
214215
"title": "OGC API Records - Draft",
@@ -254,7 +255,7 @@
254255
"itemClass": "schema",
255256
"register": "ogcapi-records",
256257
"version": "0.1",
257-
"dateOfLastChange": "2025-11-07",
258+
"dateOfLastChange": "2025-11-10",
258259
"sources": [
259260
{
260261
"title": "OGC API Records - Draft",
@@ -299,7 +300,7 @@
299300
"itemClass": "schema",
300301
"register": "ogcapi-records",
301302
"version": "0.1",
302-
"dateOfLastChange": "2025-11-07",
303+
"dateOfLastChange": "2025-11-10",
303304
"sources": [
304305
{
305306
"title": "OGC API Records - Draft",
@@ -313,8 +314,8 @@
313314
"abstract": "This building block corresponds to the schema for an OGC API Records contact",
314315
"shaclShapes": {},
315316
"dependsOn": [
316-
"ogc.api.records.v1.schemas.roles",
317-
"ogc.ogc-utils.json-link"
317+
"ogc.ogc-utils.json-link",
318+
"ogc.api.records.v1.schemas.roles"
318319
],
319320
"schema": {
320321
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/contact/schema.yaml",
@@ -348,7 +349,7 @@
348349
"itemClass": "schema",
349350
"register": "ogcapi-records",
350351
"version": "0.1",
351-
"dateOfLastChange": "2025-11-07",
352+
"dateOfLastChange": "2025-11-10",
352353
"sources": [
353354
{
354355
"title": "OGC API Records - Draft",
@@ -396,7 +397,7 @@
396397
"itemClass": "schema",
397398
"register": "ogcapi-records",
398399
"version": "0.1",
399-
"dateOfLastChange": "2025-11-07",
400+
"dateOfLastChange": "2025-11-10",
400401
"sources": [
401402
{
402403
"title": "OGC API Records - Draft",
@@ -445,7 +446,7 @@
445446
"itemClass": "schema",
446447
"register": "ogcapi-records",
447448
"version": "0.1",
448-
"dateOfLastChange": "2025-11-07",
449+
"dateOfLastChange": "2025-11-10",
449450
"sources": [
450451
{
451452
"title": "OGC API Records - Draft",
@@ -494,7 +495,7 @@
494495
"itemClass": "schema",
495496
"register": "ogcapi-records",
496497
"version": "0.1",
497-
"dateOfLastChange": "2025-11-07",
498+
"dateOfLastChange": "2025-11-10",
498499
"sources": [
499500
{
500501
"title": "OGC API Records - Draft",
@@ -508,15 +509,15 @@
508509
"abstract": "This building block corresponds to the schema for an OGC API Records recordGeoJSON",
509510
"shaclShapes": {},
510511
"dependsOn": [
511-
"ogc.api.records.v1.schemas.linkTemplate",
512-
"ogc.api.records.v1.schemas.time",
513-
"ogc.api.records.v1.schemas.theme",
514512
"ogc.api.records.v1.schemas.license",
515-
"ogc.api.records.v1.schemas.link",
516-
"ogc.api.records.v1.schemas.language",
517513
"ogc.api.records.v1.schemas.contact",
518-
"ogc.geo.common.data_types.geojson",
519-
"ogc.geo.features.feature"
514+
"ogc.api.records.v1.schemas.theme",
515+
"ogc.geo.features.feature",
516+
"ogc.api.records.v1.schemas.language",
517+
"ogc.api.records.v1.schemas.linkTemplate",
518+
"ogc.api.records.v1.schemas.link",
519+
"ogc.api.records.v1.schemas.time",
520+
"ogc.geo.common.data_types.geojson"
520521
],
521522
"schema": {
522523
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/recordGeoJSON/schema.yaml",
@@ -551,7 +552,7 @@
551552
"itemClass": "schema",
552553
"register": "ogcapi-records",
553554
"version": "0.1",
554-
"dateOfLastChange": "2025-11-07",
555+
"dateOfLastChange": "2025-11-10",
555556
"sources": [
556557
{
557558
"title": "OGC API Records - Draft",
@@ -565,12 +566,12 @@
565566
"abstract": "This building block corresponds to the schema for an OGC API Records catalog",
566567
"shaclShapes": {},
567568
"dependsOn": [
568-
"ogc.api.features.v1.schemas.collection",
569-
"ogc.api.records.v1.schemas.linkTemplate",
570-
"ogc.api.records.v1.schemas.theme",
571569
"ogc.api.records.v1.schemas.license",
570+
"ogc.api.records.v1.schemas.contact",
571+
"ogc.api.records.v1.schemas.theme",
572+
"ogc.api.features.v1.schemas.collection",
572573
"ogc.api.records.v1.schemas.language",
573-
"ogc.api.records.v1.schemas.contact"
574+
"ogc.api.records.v1.schemas.linkTemplate"
574575
],
575576
"schema": {
576577
"application/yaml": "https://ogcincubator.github.io/bblocks-ogcapi-records/build/annotated/api/records/v1/schemas/catalog/schema.yaml",
@@ -604,7 +605,7 @@
604605
"itemClass": "schema",
605606
"register": "ogcapi-records",
606607
"version": "0.1",
607-
"dateOfLastChange": "2025-11-07",
608+
"dateOfLastChange": "2025-11-10",
608609
"sources": [
609610
{
610611
"title": "OGC API Records - Draft",
@@ -618,8 +619,8 @@
618619
"abstract": "This building block corresponds to the schema for an OGC API Records recordsGeoJSON",
619620
"shaclShapes": {},
620621
"dependsOn": [
621-
"ogc.api.records.v1.schemas.recordGeoJSON",
622622
"ogc.api.features.v1.schemas.collections",
623+
"ogc.api.records.v1.schemas.recordGeoJSON",
623624
"ogc.api.records.v1.schemas.linkTemplate"
624625
],
625626
"schema": {
@@ -654,7 +655,7 @@
654655
"itemClass": "schema",
655656
"register": "ogcapi-records",
656657
"version": "0.1",
657-
"dateOfLastChange": "2025-11-07",
658+
"dateOfLastChange": "2025-11-10",
658659
"sources": [
659660
{
660661
"title": "OGC API Records - Draft",

0 commit comments

Comments
 (0)