@tradle/models
Version:
models for tradle apps
23 lines (22 loc) • 374 B
JSON
{
"id": "tradle.ShareContext",
"title": "Share Context",
"type": "tradle.Model",
"properties": {
"context": {
"type": "object",
"ref": "tradle.ProductApplication"
},
"with": {
"type": "array",
"items": {
"type": "object",
"ref": "tradle.Identity"
}
}
},
"required": [
"with",
"context"
]
}