Skip to content

Commit 702d215

Browse files
ericgodwinCopilot
andcommitted
test: regenerate golden baseline schemas for new source fields
Update all 15 baseline JSON schema files to include the new provider, resource, and version fields added to the sources model. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 5248fed commit 702d215

15 files changed

Lines changed: 315 additions & 0 deletions

File tree

packages/overture-schema-addresses-theme/tests/address_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,37 @@
5454
"title": "Property",
5555
"type": "string"
5656
},
57+
"provider": {
58+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
59+
"minLength": 1,
60+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
61+
"title": "Provider",
62+
"type": "string"
63+
},
5764
"record_id": {
5865
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
5966
"title": "Record Id",
6067
"type": "string"
6168
},
69+
"resource": {
70+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
71+
"minLength": 1,
72+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
73+
"title": "Resource",
74+
"type": "string"
75+
},
6276
"update_time": {
6377
"description": "Last update time of the source data record.",
6478
"format": "date-time",
6579
"title": "Update Time",
6680
"type": "string"
81+
},
82+
"version": {
83+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
84+
"minLength": 1,
85+
"pattern": "^\\S+$",
86+
"title": "Version",
87+
"type": "string"
6788
}
6889
},
6990
"required": [

packages/overture-schema-base-theme/tests/bathymetry_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,16 +75,37 @@
7575
"title": "Property",
7676
"type": "string"
7777
},
78+
"provider": {
79+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
80+
"minLength": 1,
81+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
82+
"title": "Provider",
83+
"type": "string"
84+
},
7885
"record_id": {
7986
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
8087
"title": "Record Id",
8188
"type": "string"
8289
},
90+
"resource": {
91+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
92+
"minLength": 1,
93+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
94+
"title": "Resource",
95+
"type": "string"
96+
},
8397
"update_time": {
8498
"description": "Last update time of the source data record.",
8599
"format": "date-time",
86100
"title": "Update Time",
87101
"type": "string"
102+
},
103+
"version": {
104+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
105+
"minLength": 1,
106+
"pattern": "^\\S+$",
107+
"title": "Version",
108+
"type": "string"
88109
}
89110
},
90111
"required": [

packages/overture-schema-base-theme/tests/infrastructure_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,16 +384,37 @@
384384
"title": "Property",
385385
"type": "string"
386386
},
387+
"provider": {
388+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
389+
"minLength": 1,
390+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
391+
"title": "Provider",
392+
"type": "string"
393+
},
387394
"record_id": {
388395
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
389396
"title": "Record Id",
390397
"type": "string"
391398
},
399+
"resource": {
400+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
401+
"minLength": 1,
402+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
403+
"title": "Resource",
404+
"type": "string"
405+
},
392406
"update_time": {
393407
"description": "Last update time of the source data record.",
394408
"format": "date-time",
395409
"title": "Update Time",
396410
"type": "string"
411+
},
412+
"version": {
413+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
414+
"minLength": 1,
415+
"pattern": "^\\S+$",
416+
"title": "Version",
417+
"type": "string"
397418
}
398419
},
399420
"required": [

packages/overture-schema-base-theme/tests/land_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,37 @@
257257
"title": "Property",
258258
"type": "string"
259259
},
260+
"provider": {
261+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
262+
"minLength": 1,
263+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
264+
"title": "Provider",
265+
"type": "string"
266+
},
260267
"record_id": {
261268
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
262269
"title": "Record Id",
263270
"type": "string"
264271
},
272+
"resource": {
273+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
274+
"minLength": 1,
275+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
276+
"title": "Resource",
277+
"type": "string"
278+
},
265279
"update_time": {
266280
"description": "Last update time of the source data record.",
267281
"format": "date-time",
268282
"title": "Update Time",
269283
"type": "string"
284+
},
285+
"version": {
286+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
287+
"minLength": 1,
288+
"pattern": "^\\S+$",
289+
"title": "Version",
290+
"type": "string"
270291
}
271292
},
272293
"required": [

packages/overture-schema-base-theme/tests/land_cover_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,37 @@
9292
"title": "Property",
9393
"type": "string"
9494
},
95+
"provider": {
96+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
97+
"minLength": 1,
98+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
99+
"title": "Provider",
100+
"type": "string"
101+
},
95102
"record_id": {
96103
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
97104
"title": "Record Id",
98105
"type": "string"
99106
},
107+
"resource": {
108+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
109+
"minLength": 1,
110+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
111+
"title": "Resource",
112+
"type": "string"
113+
},
100114
"update_time": {
101115
"description": "Last update time of the source data record.",
102116
"format": "date-time",
103117
"title": "Update Time",
104118
"type": "string"
119+
},
120+
"version": {
121+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
122+
"minLength": 1,
123+
"pattern": "^\\S+$",
124+
"title": "Version",
125+
"type": "string"
105126
}
106127
},
107128
"required": [

packages/overture-schema-base-theme/tests/land_use_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,16 +335,37 @@
335335
"title": "Property",
336336
"type": "string"
337337
},
338+
"provider": {
339+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
340+
"minLength": 1,
341+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
342+
"title": "Provider",
343+
"type": "string"
344+
},
338345
"record_id": {
339346
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
340347
"title": "Record Id",
341348
"type": "string"
342349
},
350+
"resource": {
351+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
352+
"minLength": 1,
353+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
354+
"title": "Resource",
355+
"type": "string"
356+
},
343357
"update_time": {
344358
"description": "Last update time of the source data record.",
345359
"format": "date-time",
346360
"title": "Update Time",
347361
"type": "string"
362+
},
363+
"version": {
364+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
365+
"minLength": 1,
366+
"pattern": "^\\S+$",
367+
"title": "Version",
368+
"type": "string"
348369
}
349370
},
350371
"required": [

packages/overture-schema-base-theme/tests/water_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,37 @@
188188
"title": "Property",
189189
"type": "string"
190190
},
191+
"provider": {
192+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
193+
"minLength": 1,
194+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
195+
"title": "Provider",
196+
"type": "string"
197+
},
191198
"record_id": {
192199
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
193200
"title": "Record Id",
194201
"type": "string"
195202
},
203+
"resource": {
204+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
205+
"minLength": 1,
206+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
207+
"title": "Resource",
208+
"type": "string"
209+
},
196210
"update_time": {
197211
"description": "Last update time of the source data record.",
198212
"format": "date-time",
199213
"title": "Update Time",
200214
"type": "string"
215+
},
216+
"version": {
217+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
218+
"minLength": 1,
219+
"pattern": "^\\S+$",
220+
"title": "Version",
221+
"type": "string"
201222
}
202223
},
203224
"required": [

packages/overture-schema-buildings-theme/tests/building_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,16 +371,37 @@
371371
"title": "Property",
372372
"type": "string"
373373
},
374+
"provider": {
375+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
376+
"minLength": 1,
377+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
378+
"title": "Provider",
379+
"type": "string"
380+
},
374381
"record_id": {
375382
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
376383
"title": "Record Id",
377384
"type": "string"
378385
},
386+
"resource": {
387+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
388+
"minLength": 1,
389+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
390+
"title": "Resource",
391+
"type": "string"
392+
},
379393
"update_time": {
380394
"description": "Last update time of the source data record.",
381395
"format": "date-time",
382396
"title": "Update Time",
383397
"type": "string"
398+
},
399+
"version": {
400+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
401+
"minLength": 1,
402+
"pattern": "^\\S+$",
403+
"title": "Version",
404+
"type": "string"
384405
}
385406
},
386407
"required": [

packages/overture-schema-buildings-theme/tests/building_part_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,16 +257,37 @@
257257
"title": "Property",
258258
"type": "string"
259259
},
260+
"provider": {
261+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
262+
"minLength": 1,
263+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
264+
"title": "Provider",
265+
"type": "string"
266+
},
260267
"record_id": {
261268
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
262269
"title": "Record Id",
263270
"type": "string"
264271
},
272+
"resource": {
273+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
274+
"minLength": 1,
275+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
276+
"title": "Resource",
277+
"type": "string"
278+
},
265279
"update_time": {
266280
"description": "Last update time of the source data record.",
267281
"format": "date-time",
268282
"title": "Update Time",
269283
"type": "string"
284+
},
285+
"version": {
286+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
287+
"minLength": 1,
288+
"pattern": "^\\S+$",
289+
"title": "Version",
290+
"type": "string"
270291
}
271292
},
272293
"required": [

packages/overture-schema-divisions-theme/tests/division_area_baseline_schema.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,37 @@
216216
"title": "Property",
217217
"type": "string"
218218
},
219+
"provider": {
220+
"description": "The provider label (lowercase with no white space) for the entity that contributed this data\n(e.g., osm, meta, esri).",
221+
"minLength": 1,
222+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
223+
"title": "Provider",
224+
"type": "string"
225+
},
219226
"record_id": {
220227
"description": "Identifies the specific record within the source dataset where the source data can\nbe found.\n\nThe format of record identifiers is dataset-specific.",
221228
"title": "Record Id",
222229
"type": "string"
223230
},
231+
"resource": {
232+
"description": "The subject or type of data contributed by the provider (lowercase with no white space)\n(e.g., planet, buildings, division-names).",
233+
"minLength": 1,
234+
"pattern": "^[a-z0-9][a-z0-9._-]*$",
235+
"title": "Resource",
236+
"type": "string"
237+
},
224238
"update_time": {
225239
"description": "Last update time of the source data record.",
226240
"format": "date-time",
227241
"title": "Update Time",
228242
"type": "string"
243+
},
244+
"version": {
245+
"description": "A sortable identifier for the specific snapshot of the resource\n(e.g., 2026-02-13, 5.3, A5692).",
246+
"minLength": 1,
247+
"pattern": "^\\S+$",
248+
"title": "Version",
249+
"type": "string"
229250
}
230251
},
231252
"required": [

0 commit comments

Comments
 (0)