{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FlowActionSendgridSendEmailParamsPerson", "title": "FlowActionSendgridSendEmailParamsPerson", "type": "object", "additionalProperties": false, "required": [ "email" ], "properties": { "name": { "type": "string" }, "email": { "type": "string" } } }