@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema
v1.1.0
Published
EBSI Verifiable ID for an organization-legal entity participating in the educational use cases (VCDM 1.1)
Downloads
3
Keywords
Readme
@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema
EBSI Legal Entity Verifiable ID
Schema of an EBSI Verifiable ID for an organization-legal entity participating in the educational use cases
The schema is published to the Trusted Schemas Registry with the IDs:
0x486ea59538cae091e01095a82c239b2b91685ca264d8155d0696e485151ff234
(hexadecimal)z5skDEFooLsRXPJ5CTWeE35cXLdWRdxzyuUJGLVu7fQH9
(multibase base58btc)
Installation
# with npm
npm add @cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema@1.1.0
# with Yarn
yarn add @cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema@1.1.0
# with pnpm
pnpm add @cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema@1.1.0
Usage
The package exports the schema and its metadata as JavaScript objects:
import {
schema,
metadata,
} from "@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema";
// you can now use the schema and metadata
In addition, the package exports a TypeScript type corresponding to the schema:
import type { EBSILegalEntityVerifiableID } from "@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-attestation-organisational-id-schema";
License
Copyright (c) 2019 European Commission Licensed under the EUPL, Version 1.2 or - as soon they will be approved by the European Commission - subsequent versions of the EUPL (the "Licence"); You may not use this work except in compliance with the Licence. You may obtain a copy of the Licence at:
Unless required by applicable law or agreed to in writing, software distributed under the Licence is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the Licence for the specific language governing permissions and limitations under the Licence.