.coveragerc
.gitignore
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.md
setup.cfg
setup.py
test-requirements.txt
tox.ini
wercker.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/models.py
src/clustaar/schemas/v1.py
tests/__init__.py
tests/conftest.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_close_intercom_conversation_action.py
tests/schemas/v1/test_coordinates.py
tests/schemas/v1/test_go_to_action.py
tests/schemas/v1/test_google_custom_search_action.py
tests/schemas/v1/test_legacy_reply_to_message_action.py
tests/schemas/v1/test_open_url_action.py
tests/schemas/v1/test_pause_bot_action.py
tests/schemas/v1/test_send_cards_action.py
tests/schemas/v1/test_send_email_action.py
tests/schemas/v1/test_send_image_action.py
tests/schemas/v1/test_send_quick_replies_action.py
tests/schemas/v1/test_send_text_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_wait_action.py
tests/schemas/v1/test_webhook_request.py