Skip to content

Commit

Permalink
Added the iptc4xmpExt tot eh other field
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdegroot committed Jul 11, 2018
1 parent 8011732 commit 11d5522
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions schemas/common/extensible.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"^activitystreams:.*$": {},
"^schema:.*$": {},
"^repo:.*$": {},
"^iptc4xmpExt:.*$": {},
".+://.+": {},
"@.*": {}
},
Expand Down Expand Up @@ -196,6 +197,11 @@
"type": "string",
"format": "url",
"const": "http://ns.adobe.com/adobecloud/core/1.0/"
},
"iptc4xmpExt": {
"type": "string",
"format": "url",
"const": "http://iptc.org/std/Iptc4xmpExt/1.1/"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -231,6 +237,7 @@
"^activitystreams:.*$": {},
"^schema:.*$": {},
"^repo:.*$": {},
"^iptc4xmpExt:.*$": {},
".+://.+": {}
},
"required": ["@context"],
Expand Down

0 comments on commit 11d5522

Please sign in to comment.