Files
notifications-api/app/inbound_sms/inbound_sms_schemas.py

9 lines
273 B
Python
Raw Normal View History

get_inbound_sms_for_service_schema = {
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "schema for parameters allowed when searching for to field=",
"type": "object",
"properties": {
"phone_number": {"type": "string"},
2023-08-29 14:54:30 -07:00
},
2017-06-09 10:44:48 +01:00
}