@tradle/models
Version:
models for tradle apps
40 lines (39 loc) • 672 B
JSON
{
"id": "tradle.ShareRequest",
"type": "tradle.Model",
"title": "Share Request",
"properties": {
"links": {
"type": "array",
"immutable": true,
"items": {
"type": "string"
}
},
"verificationStubs": {
"type": "array",
"readOnly": true,
"items": {
"ref": "tradle.Verification"
}
},
"formStubs": {
"type": "array",
"readOnly": true,
"items": {
"ref": "tradle.Form"
}
},
"with": {
"type": "array",
"immutable": true,
"items": {
"ref": "tradle.Identity"
}
}
},
"required": [
"links",
"with"
]
}