cic-schema/voucher.in.json

20 lines
345 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "/cic/voucher",
"title": "CIC voucher schema extensiom",
"type": "object",
"properties": {
"unitOfAccount": {
"type": "string"
},
"issuerName": {
"type": "string"
},
"namespace": {
"type": "string"
}
},
"require": ["unitOfAccount", "issuerName"]
}