UNPKG

@gleif-it/did-webs-ts

Version:
17 lines (16 loc) 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RPYSchema = void 0; const zod_1 = require("zod"); exports.RPYSchema = zod_1.z.object({ v: zod_1.z.string(), t: zod_1.z.literal('rpy'), d: zod_1.z.string(), dt: zod_1.z.string(), r: zod_1.z.string(), a: zod_1.z.object({ eid: zod_1.z.string(), scheme: zod_1.z.string(), url: zod_1.z.string(), }), });