|
83 | 83 | }, |
84 | 84 | "spatial": { |
85 | 85 | "title": "Spatial coverage", |
86 | | - "description": "The geographical area covered by the dataset. If specified using coordinates, the use of `.bbox` is recommended over `.geometry` or `.centroid`.", |
| 86 | + "description": "The geographical area covered by the dataset. If specified using coordinates, the use of `.bbox` is recommended over `.geometry` or `.centroid`. The spatial coverage of the resources belonging to a dataset may differ and may be non-contiguous. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
87 | 87 | "$ref": "#/$defs/Location" |
88 | 88 | }, |
| 89 | + "spatial_resolution": { |
| 90 | + "title": "Spatial resolution", |
| 91 | + "type": "number", |
| 92 | + "description": "The minimum spatial separation resolvable amongst this dataset's resources, measured in meters. The spatial coverage and resolution of the resources belonging to a dataset may differ, therefore the minimum spatial resolution of the dataset may not be resolvable for all resources. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
| 93 | + "exclusiveMinimum": 0 |
| 94 | + }, |
| 95 | + "temporal": { |
| 96 | + "title": "Temporal coverage", |
| 97 | + "description": "The period of time covered by the dataset. The temporal coverage of the resources belonging to a dataset may differ and may be non-contiguous. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
| 98 | + "$ref": "#/$defs/Period" |
| 99 | + }, |
89 | 100 | "temporal_resolution": { |
90 | 101 | "title": "Temporal resolution", |
91 | 102 | "type": "string", |
92 | | - "description": "The minimum period of time resolvable in this dataset, in ISO8601 duration format.", |
| 103 | + "description": "The minimum period of time resolvable amongst this dataset's resources, in ISO8601 duration format. The temporal coverage and resolution of the resources belonging to a dataset may differ, therefore the minimum temporal resolution of the dataset may not be resolvable for all resources. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
93 | 104 | "format": "duration" |
94 | 105 | }, |
95 | 106 | "license": { |
|
444 | 455 | "openCodelist": true, |
445 | 456 | "minLength": 1 |
446 | 457 | }, |
| 458 | + "spatial": { |
| 459 | + "title": "Spatial coverage", |
| 460 | + "description": "The geographical area covered by the resource. If specified using coordinates, the use of `.bbox` is recommended over `.geometry` or `.centroid`. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
| 461 | + "$ref": "#/$defs/Location" |
| 462 | + }, |
447 | 463 | "spatial_resolution": { |
448 | 464 | "title": "Spatial resolution", |
449 | 465 | "type": "number", |
450 | | - "description": "The minimum spatial separation resolvable in this resource, measured in meters.", |
| 466 | + "description": "The minimum spatial separation resolvable in this resource, measured in meters. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
451 | 467 | "exclusiveMinimum": 0 |
452 | 468 | }, |
453 | 469 | "spatial_aggregation": { |
|
463 | 479 | "pattern": "^(ESRI:|EPSG:)[0-9]+$", |
464 | 480 | "minLength": 1 |
465 | 481 | }, |
| 482 | + "temporal": { |
| 483 | + "title": "Temporal coverage", |
| 484 | + "description": "The period of time covered by this resource. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
| 485 | + "$ref": "#/$defs/Period" |
| 486 | + }, |
| 487 | + "temporal_resolution": { |
| 488 | + "title": "Temporal resolution", |
| 489 | + "type": "string", |
| 490 | + "description": "The minimum period of time resolvable in this resources, in ISO8601 duration format. For more information, refer to [spatial and temporal properties](https://docs.riskdatalibrary.org/en/{{version}}/reference/schema/#spatial-and-temporal-properties).", |
| 491 | + "format": "duration" |
| 492 | + }, |
466 | 493 | "access_url": { |
467 | 494 | "title": "Access Url", |
468 | 495 | "type": "string", |
|
474 | 501 | "type": "string", |
475 | 502 | "description": "The web address this resource can be downloaded from in the given `.format`.", |
476 | 503 | "minLength": 1 |
477 | | - }, |
478 | | - "temporal": { |
479 | | - "title": "Temporal coverage", |
480 | | - "description": "The period of time covered by this resource.", |
481 | | - "$ref": "#/$defs/Period" |
482 | | - }, |
483 | | - "temporal_resolution": { |
484 | | - "title": "Temporal resolution", |
485 | | - "type": "string", |
486 | | - "description": "The minimum period of time resolvable in this resource, in ISO8601 duration format.", |
487 | | - "format": "duration" |
488 | 504 | } |
489 | 505 | }, |
490 | 506 | "minProperties": 1 |
|
0 commit comments