Skip to content

Instantly share code, notes, and snippets.

@johnnolan
Last active September 16, 2022 13:58
Show Gist options
  • Save johnnolan/4cb98df6e34e21d4d8b4f4ed2a90b4ac to your computer and use it in GitHub Desktop.
Save johnnolan/4cb98df6e34e21d4d8b4f4ed2a90b4ac to your computer and use it in GitHub Desktop.
testschema
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"LastingPowerOfAttorney": {
"@id": "https://www.opg.gov.uk.org/2022/LastingPowerOfAttorney",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"schema": "http://www.w3.org/2001/XMLSchema#",
"LPAID": {
"@id": "schema:string",
"@type": "@id",
"@container": "@set"
},
"PreferencesInstructions": {
"@id": "schema:string",
"@type": "@id",
"@container": "@set"
},
"AttorneyID": {
"@id": "schema:string",
"@type": "@id",
"@container": "@set"
},
"DonorID": {
"@id": "schema:string",
"@type": "@id",
"@container": "@set"
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment