UNPKG

@tradle/models

Version:
23 lines (22 loc) 374 B
{ "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" ] }