{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Payout", "type": "object", "properties": { "account": { "$ref": "#/components/schemas/UnionAddress" }, "value": { "type": "integer" } }, "required": [ "account", "value" ] }