From 008a2763f312e035cdde78214aea75df00eea740 Mon Sep 17 00:00:00 2001 From: rmseifried Date: Mon, 21 Jul 2025 14:39:41 -0400 Subject: [PATCH] replace broken link --- docs/validate-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/validate-metadata.md b/docs/validate-metadata.md index 57270ebf..74379cd9 100644 --- a/docs/validate-metadata.md +++ b/docs/validate-metadata.md @@ -1,7 +1,7 @@ # Validating metadata -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). +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). 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. \ No newline at end of file