More fields
This commit is contained in:
parent
aff4aea9f5
commit
d660c07268
|
@ -15,7 +15,6 @@
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"required": true,
|
"required": true,
|
||||||
"maxLength": 1,
|
|
||||||
"minLength": 1,
|
"minLength": 1,
|
||||||
"unique": false
|
"unique": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -378,6 +378,27 @@
|
||||||
},
|
},
|
||||||
"contact_us": {
|
"contact_us": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"email": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"email_gdpr_notice": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"message": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"send": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"response_invalid_code": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"response_invalid_email": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"response_email_success": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue