Skip to content

Commit

Permalink
fix: Update JSON-Schema of mainEntityOfPage
Browse files Browse the repository at this point in the history
Fixes #208
  • Loading branch information
kulla committed Apr 21, 2023
1 parent 708627f commit c00c840
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions draft/schemas/mainEntityOfPage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"type": "object",
"properties": {
"id": {
"title": "URL of the metadata",
"type": "string",
"format": "uri"
"$ref": "https://w3id.org/kim/amb/draft/schemas/id.json"
},
"type": {
"type": "string"
Expand All @@ -22,8 +20,7 @@
"$ref": "https://w3id.org/kim/amb/draft/schemas/dateCreated.json"
},
"dateModified": {
"title": "Date of last modification of the metadata",
"$ref": "https://w3id.org/kim/amb/draft/schemas/iso8601date.json"
"$ref": "https://w3id.org/kim/amb/draft/schemas/dateModified.json"
}
},
"required": [
Expand Down

0 comments on commit c00c840

Please sign in to comment.