Co-authored-by: ykurochkin <y.kurochkin@zazmic.com> Co-authored-by: Sherif Nada <snadalive@gmail.com>
19 lines
286 B
JSON
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"
|
|
}
|
|
}
|
|
}
|