Skip to content

Commit

Permalink
Update emailaddress.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kstreeter authored Apr 12, 2018
1 parent cd0c125 commit 6ad49e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schemas/context/emailaddress.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"$schema": "http://json-schema.org/draft-06/schema#",
"title": "Email Address",
"type": "object",
"meta:auditable": true,
"description": "A standard email address.",
"definitions": {
"emailaddress": {
Expand Down Expand Up @@ -70,9 +69,6 @@
"allOf": [
{
"$ref": "#/definitions/emailaddress"
},
{
"$ref": "https://ns.adobe.com/xdm/common/auditable#/definitions/auditlog"
}
],
"meta:status": "stabilizing"
Expand Down

0 comments on commit 6ad49e7

Please sign in to comment.