Skip to content

Commit 6ef470a

Browse files
Merge pull request #115 from OpenGeoMetadata/113-fix-broken-schema-link
Fix schema link on 'Validate Metadata' page
2 parents c4c7606 + 008a276 commit 6ef470a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/validate-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Validating metadata
33

4-
Once the metadata records are in the OpenGeoMetadata format, they should be validated to make sure the fields are correctly formatted. The current version of the schema is available as a [JSON-Schema file](https://github.com/geoblacklight/geoblacklight/blob/master/schema/geoblacklight-schema.json). This file format provides support for data validation with the [JSON Schema Vocabulary](http://json-schema.org).
4+
Once the metadata records are in the OpenGeoMetadata format, they should be validated to make sure the fields are correctly formatted. The current version of the schema is available as a [JSON-Schema file](https://github.com/geoblacklight/geoblacklight/blob/main/schema/geoblacklight-schema-aardvark.json). This file format provides support for data validation with the [JSON Schema Vocabulary](http://json-schema.org).
55

66

77
Use [GeoCombine](https://github.com/OpenGeoMetadata/GeoCombine), which has a [.valid? method](http://www.rubydoc.info/gems/geo_combine/0.1.0/GeoCombine/GeoBlacklight#valid%3F-instance_method) that makes using these tools simple.

0 commit comments

Comments
 (0)