Last active
August 29, 2015 14:23
-
-
Save mattcollier/095567e70219b94b221b to your computer and use it in GitHub Desktop.
Claim Group Vocab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "email", | |
"type": "Property", | |
"label": "Email Address", | |
"range": "String", | |
}, | |
{ | |
"id": "claim", | |
"type": "Property", | |
"range": "URL", | |
"domainOption": [] | |
] | |
}, | |
{ | |
"id": "EmailCredential", | |
"type": "PropertyGroup", | |
"label": "Email Credential", | |
"comment": "A display of an email credential", | |
"layout": [ | |
{ | |
"property": "claim" | |
} | |
] | |
} |
dlongley
commented
Jun 21, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment