Skip to content

Commit f3857cb

Browse files
committed
update schema ids
1 parent 2415a39 commit f3857cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

schemas/resource.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/opengeospatial/ogcapi-records/refs/tags/1.0.0/core/openapi/schemas/recordGeoJSON.yaml",
3+
"$id": "https://raw.githubusercontent.com/EOEPCA/metadata-profile/refs/heads/master/schemas/resource.json"
44
"title": "EOEPCA metadata profile",
55
"description": "EOEPCA metadata profile",
66
"allOf": [
@@ -747,4 +747,4 @@
747747
}
748748
}
749749
]
750-
}
750+
}

schemas/resource.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
$schema: 'https://json-schema.org/draft/2020-12/schema'
2-
$id: 'https://raw.githubusercontent.com/opengeospatial/ogcapi-records/refs/tags/1.0.0/core/openapi/schemas/recordGeoJSON.yaml'
2+
$id: 'https://raw.githubusercontent.com/EOEPCA/metadata-profile/refs/heads/master/schemas/resource.yaml'
33
title: EOEPCA metadata profile
44
description: EOEPCA metadata profile
55

0 commit comments

Comments
 (0)