Skip to content

Commit

Permalink
added the descriptorOneToOne in the extensible context.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hema Vishnu Pola committed Feb 26, 2019
1 parent 3f8f850 commit d704c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,9 @@
"definitions": {
"descriptorOneToOne": {
"properties":{
"@context": {
"xdm:descriptorOneToOne": "https://ns.adobe.com/xdm/common/descriptors/descriptorOneToOne"
},
"@type": {
"type": "string",
"const": "xdm:descriptorOneToOne",
"meta:enum": {
"https://ns.adobe.com/xdm/common/descriptors/descriptorOneToOne": "xdm:descriptorOneToOne"
}
"const": "xdm:descriptorOneToOne"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions schemas/common/extensible.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
"format": "url",
"const": "https://ns.adobe.com/xdm/"
},
"xdm:descriptorOneToOne": {
"type": "string",
"format": "url",
"const": "https://ns.adobe.com/xdm/common/descriptors/descriptorOneToOne"
},
"core": {
"type": "string",
"format": "url",
Expand Down

0 comments on commit d704c85

Please sign in to comment.