Skip to content

Commit

Permalink
Changed the "type":"uri" to "type":"uri-reference" as per standar…
Browse files Browse the repository at this point in the history
…d ID formatting.
  • Loading branch information
chrisdegroot committed Feb 19, 2019
1 parent bcfb70d commit 8b924de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/common/auditable.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
}
Expand Down

0 comments on commit 8b924de

Please sign in to comment.