Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Last active August 29, 2015 14:23
Show Gist options
  • Save mattcollier/095567e70219b94b221b to your computer and use it in GitHub Desktop.
Save mattcollier/095567e70219b94b221b to your computer and use it in GitHub Desktop.
Claim Group Vocab
{
"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
Copy link

{
  "id": "claim",
  "type": "Property",
  "range": "URL",
  "domainOption": [{
    "useIfDomainIsType": "EmailCredential",
    "label": "Email Claim",
    "propertyGroup": "EmailClaimPropertyGroup"
 }]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment