.coveragerc
.gitignore
.pre-commit-config.yaml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/workflows/build_dev_package.yml
.github/workflows/build_package.yml
.github/workflows/launch_tests.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
src/clustaar/__init__.py
src/clustaar.schemas.egg-info/PKG-INFO
src/clustaar.schemas.egg-info/SOURCES.txt
src/clustaar.schemas.egg-info/dependency_links.txt
src/clustaar.schemas.egg-info/not-zip-safe
src/clustaar.schemas.egg-info/requires.txt
src/clustaar.schemas.egg-info/top_level.txt
src/clustaar/schemas/__init__.py
src/clustaar/schemas/constants.py
src/clustaar/schemas/custom_schemas.py
src/clustaar/schemas/fields.py
src/clustaar/schemas/models.py
src/clustaar/schemas/processors.py
src/clustaar/schemas/v1.py
src/clustaar/schemas/validators.py
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/schemas/test_model.py
tests/schemas/v1/conftest.py
tests/schemas/v1/test_ask_location_action.py
tests/schemas/v1/test_assign_intercom_conversation_action.py
tests/schemas/v1/test_audio.py
tests/schemas/v1/test_close_iadvize_conversation_action.py
tests/schemas/v1/test_close_intercom_conversation_action.py
tests/schemas/v1/test_contain_condition.py
tests/schemas/v1/test_coordinates.py
tests/schemas/v1/test_create_user_request_action.py
tests/schemas/v1/test_create_zendesk_ticket_action.py
tests/schemas/v1/test_custom_event.py
tests/schemas/v1/test_customer_satisfaction_action.py
tests/schemas/v1/test_customer_satisfaction_callback_action.py
tests/schemas/v1/test_equals_condition.py
tests/schemas/v1/test_file.py
tests/schemas/v1/test_flow_connection.py
tests/schemas/v1/test_flow_connection_predicate.py
tests/schemas/v1/test_flow_connection_team_predicate.py
tests/schemas/v1/test_flow_connection_user_predicate.py
tests/schemas/v1/test_go_to_action.py
tests/schemas/v1/test_google_custom_search_action.py
tests/schemas/v1/test_image.py
tests/schemas/v1/test_is_greater_than_condition.py
tests/schemas/v1/test_is_greater_than_or_equal_condition.py
tests/schemas/v1/test_is_less_than_condition.py
tests/schemas/v1/test_is_less_than_or_equal_condition.py
tests/schemas/v1/test_is_logged_condition.py
tests/schemas/v1/test_is_not_logged_condition.py
tests/schemas/v1/test_is_not_set_condition.py
tests/schemas/v1/test_is_number_condition.py
tests/schemas/v1/test_is_offline_condition.py
tests/schemas/v1/test_is_online_condition.py
tests/schemas/v1/test_is_set_condition.py
tests/schemas/v1/test_jump_to_action.py
tests/schemas/v1/test_legacy_reply_to_message_action.py
tests/schemas/v1/test_match_intent_condition.py
tests/schemas/v1/test_match_regexp_condition.py
tests/schemas/v1/test_message.py
tests/schemas/v1/test_open_url_action.py
tests/schemas/v1/test_pause_bot_action.py
tests/schemas/v1/test_predicate_message_getter.py
tests/schemas/v1/test_predicate_session_value_getter.py
tests/schemas/v1/test_predicate_user_attribute_getter.py
tests/schemas/v1/test_send_cards_action.py
tests/schemas/v1/test_send_choices_list_action.py
tests/schemas/v1/test_send_email_action.py
tests/schemas/v1/test_send_image_action.py
tests/schemas/v1/test_send_js_event_action.py
tests/schemas/v1/test_send_quick_replies_action.py
tests/schemas/v1/test_send_simple_cards_action.py
tests/schemas/v1/test_send_text_action.py
tests/schemas/v1/test_send_webhook_request_action.py
tests/schemas/v1/test_set_user_attribute_action.py
tests/schemas/v1/test_share_action.py
tests/schemas/v1/test_step_target.py
tests/schemas/v1/test_store_session_value_action.py
tests/schemas/v1/test_story_target.py
tests/schemas/v1/test_transfer_iadvize_conversation_action.py
tests/schemas/v1/test_url_loaded_event.py
tests/schemas/v1/test_video.py
tests/schemas/v1/test_wait_action.py
tests/schemas/v1/test_webhook_interlocutor.py
tests/schemas/v1/test_webhook_request.py
tests/schemas/validators/test_is_regexp.py
tests/schemas/validators/test_object_id.py