Skip to content
Snippets Groups Projects
Commit 11783e1d authored by Alexey Lunin's avatar Alexey Lunin
Browse files

chore: remove not used file

parent 5a3dc891
No related branches found
No related tags found
1 merge request!93OCM key - svdx id mapping OP#252
Pipeline #74856 failed
{
"@context": {
"hin": "http://116.203.134.234/.well-known/hin-account-schema",
"sh": "http://www.w3.org/ns/shacl#",
"xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "hin:HinAccountShape",
"@type": "sh:NodeShape",
"sh:targetClass": {
"@id": "hin:HinAccount"
},
"sh:property": [
{
"sh:path": {
"@id": "hin:email"
},
"sh:datatype": {
"@id": "xsd:string"
}
},
{
"sh:path": {
"@id": "hin:did"
},
"sh:datatype": {
"@id": "xsd:string"
}
}
]
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment