@flowhash/nftc-schemas
v0.1.0
Published
JSON Schema definitions for NFTC Protocol W3C Verifiable Credentials
Downloads
7
Maintainers
Readme
@flowhash/nftc-schemas
JSON Schema definitions for NFTC Protocol W3C Verifiable Credentials
Installation
npm install @flowhash/nftc-schemasUsage
const { RightToUseSchema, ProofOfUseSchema } = require('@flowhash/nftc-schemas');
// Use with JSON Schema validator (e.g., AJV)
const Ajv = require('ajv');
const ajv = new Ajv();
const validate = ajv.compile(RightToUseSchema);
const valid = validate(credential);Schemas
RightToUseSchema- Right-to-Use credential schemaProofOfUseSchema- Proof-of-Use credential schemaProofOfContributionSchema- Proof-of-Contribution credential schemaSettlementReceiptSchema- Settlement Receipt credential schema
License
Apache-2.0 © NFTC Protocol Core Team
