From e3dfe4f5587edb968d4d2f29c138eb56ba8770eb Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Fri, 23 Dec 2022 14:25:00 -0800 Subject: [PATCH] fix `$id` in `dmfr.schema-v0.4.1.json` --- json-schema/dmfr.schema-v0.4.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json-schema/dmfr.schema-v0.4.1.json b/json-schema/dmfr.schema-v0.4.1.json index 801829b..bd48bf4 100644 --- a/json-schema/dmfr.schema-v0.4.1.json +++ b/json-schema/dmfr.schema-v0.4.1.json @@ -1,5 +1,5 @@ { - "$id": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.4.0.json", + "$id": "https://dmfr.transit.land/json-schema/dmfr.schema-v0.4.1.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Distributed Mobility Feed Registry", "type": "object",