https://github.com/suddi/tweetindex-schema
JSON schemas for AWS API Gateway for tweetindex-api
https://github.com/suddi/tweetindex-schema
json-schema
Last synced: about 1 month ago
JSON representation
JSON schemas for AWS API Gateway for tweetindex-api
- Host: GitHub
- URL: https://github.com/suddi/tweetindex-schema
- Owner: suddi
- License: apache-2.0
- Created: 2016-09-25T05:19:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T16:45:06.000Z (about 2 years ago)
- Last Synced: 2025-01-11T19:12:44.877Z (over 1 year ago)
- Topics: json-schema
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tweetindex-schema
[](https://circleci.com/gh/suddi/tweetindex-schema)
[](https://www.codacy.com/app/suddir/tweetindex-schema)
[](https://github.com/suddi/tweetindex-schema)
JSON schema used for request and response validation in AWS API Gateway for [tweetindex-lambda](https://github.com/suddi/tweetindex-lambda)
## Setup
````sh
pip install virtualenvwrapper
````
````sh
mkvirtualenv tweetindex-schema
pip install --requirement requirements.txt --requirement test_requirements.txt
````
## Linting
````sh
python setup.py lint
````
## Testing
````sh
python setup.py test
````