From 8b924de0a990d2dfe9290ac6ddfa74d4dd78bf8b Mon Sep 17 00:00:00 2001 From: Chris de Groot Date: Tue, 19 Feb 2019 13:52:16 -0500 Subject: [PATCH] Changed the `"type":"uri"` to `"type":"uri-reference"` as per standard ID formatting. --- schemas/common/auditable.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/common/auditable.schema.json b/schemas/common/auditable.schema.json index 41310df25d..f05e63c66d 100644 --- a/schemas/common/auditable.schema.json +++ b/schemas/common/auditable.schema.json @@ -29,14 +29,14 @@ "xdm:createdByBatchID": { "title": "Created by Batch Identifier", "type": "string", - "format": "uri", + "format": "uri-reference", "description": "The Data Set Files in Catalog Services which has been originating the creation of the entity." }, "xdm:modifiedByBatchID": { "title": "Modified by Batch Identifier", "type": "string", - "format": "uri", + "format": "uri-reference", "description": "The last Data Set Files in Catalog Services which has modified the entity. At creation time, `modifiedByBatchID` is set as `createdByBatchID`." }