Skip to content

Commit

Permalink
Small fix to previous commit - restored original text formatting for …
Browse files Browse the repository at this point in the history
…icarIdentifierType.json
  • Loading branch information
Anton Hokkonen committed Dec 11, 2019
1 parent 382d0bd commit 77c293f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Release Candidate Messages/icarIdentifierType.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"type": "object",
"description": "Identifies a resource.",
"type": "object",
"description": "Identifies a resource.",

"required": [
"id",
"scheme"
],
"required": [
"id",
"scheme"
],

"properties": {
"id": {
"type": "string",
"description": "A unique identification for the resource issued under the auspices of the scheme."
},
"scheme": {
"type": "string",
"description": "The identifier (in reverse domain format) of an official scheme that manages unique identifiers."
"properties": {
"id": {
"type": "string",
"description": "A unique identification for the resource issued under the auspices of the scheme."
},
"scheme": {
"type": "string",
"description": "The identifier (in reverse domain format) of an official scheme that manages unique identifiers."
}
}
}
}

0 comments on commit 77c293f

Please sign in to comment.