Skip to content

Commit

Permalink
update uri related examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Aug 13, 2024
1 parent e23e5ab commit 443f974
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata/v200_draft/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"collectionId": {
"description": "A Uniform Resource Identifier (URI) that links the resource collection.",
"example": "https://todo",
"example": "https://todo.do",
"type": [
"string",
"null"
Expand Down Expand Up @@ -71,7 +71,7 @@
"type": "string",
"format": "uri",
"description": "The unique identifier for the wasGeneratedBy object.",
"example": "todo"
"example": "https://todo.do"
},
"@type": {
"type": "string",
Expand All @@ -91,13 +91,13 @@
"type": "string",
"format": "uri",
"description": "A reference to the resource used.",
"example": "todo"
"example": "https://todo.do"
},
"license": {
"type": "string",
"format": "uri",
"description": "The license under which the resource is available.",
"example": "CC0"
"example": "https://creativecommons.org/public-domain/cc0/"
}
}
},
Expand Down

0 comments on commit 443f974

Please sign in to comment.