UNPKG

@asyncapi/specs

Version:
23 lines 403 B
[ { "type": "string", "format": "email" }, { "type": "object", "required": ["name"], "properties": { "name": { "type": "string" }, "address": { "$ref": "#/components/schemas/Address" }, "age": { "type": "integer", "format": "int32", "minimum": 0 } } } ]