From 11783e1d08dfba3cb641c17d2f336a10c6b80fe3 Mon Sep 17 00:00:00 2001 From: Alexey Lunin <alexey.lunin@vereign.com> Date: Fri, 1 Nov 2024 14:37:39 +0200 Subject: [PATCH] chore: remove not used file --- hin-account-schema | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 hin-account-schema diff --git a/hin-account-schema b/hin-account-schema deleted file mode 100644 index 6a55d06..0000000 --- a/hin-account-schema +++ /dev/null @@ -1,34 +0,0 @@ -{ - "@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" - } - } - ] - } - ] -} -- GitLab