2017-06-09 10:34:02 +01:00
|
|
|
get_inbound_sms_for_service_schema = {
|
|
|
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
|
|
|
"description": "schema for parameters allowed when searching for to field=",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
2017-11-23 16:46:39 +00:00
|
|
|
"phone_number": {"type": "string"},
|
2017-06-09 10:34:02 +01:00
|
|
|
}
|
2017-06-09 10:44:48 +01:00
|
|
|
}
|