1
0
mirror of synced 2026-01-06 15:03:36 -05:00
Files
airbyte/airbyte-integrations/connectors/source-sendgrid/source_sendgrid/schemas/blocks.json
Yevhenii 14e73046cf Source Sendgrid: Supported more API endpoints (#1955)
Co-authored-by: ykurochkin <y.kurochkin@zazmic.com>
Co-authored-by: Sherif Nada <snadalive@gmail.com>
2021-02-14 14:25:40 -08:00

19 lines
286 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"created": {
"type": "integer"
},
"email": {
"type": "string"
},
"reason": {
"type": "string"
},
"status": {
"type": "string"
}
}
}