@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-diploma-schema
v1.1.0
Published
EBSI Verifiable Accreditation - Education Diploma credentialSubject schema (VCDM 1.1)
Downloads
1
Keywords
Readme
@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-diploma-schema
EBSI Verifiable Accreditation - Education Diploma credentialSubject schema
Schema for additional properties on credentialSubject to describe educational use cases - VAccreditation
The schema is published to the Trusted Schemas Registry with the IDs:
0xfeb85f980d3f41f60c6c7e158470c0a5f4bd9849ae414e899e05f9bd5097a5d9
(hexadecimal)zJ9KcjGaT8rGRWpHUNvAqoJJ1CYoPDgh42wqquJR1HMhz
(multibase base58btc)
Installation
# with npm
npm add @cef-ebsi/[email protected]
# with Yarn
yarn add @cef-ebsi/[email protected]
# with pnpm
pnpm add @cef-ebsi/[email protected]
Usage
The package exports the schema and its metadata as JavaScript objects:
import {
schema,
metadata,
} from "@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-diploma-schema";
// you can now use the schema and metadata
In addition, the package exports a TypeScript type corresponding to the schema:
import type { EBSIVerifiableAccreditationEducationDiplomaCredentialSubjectSchema } from "@cef-ebsi/vcdm1.1-muti-uni-pilot-verifiable-diploma-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.