Added
- initial drf_spectacular_jsonapi app which is based on the drf_spectacular project and patches the basic json:api specific stuff. Basicly the component schemas are representing valid json:api resource objects and the basic query parameters are transported to the schema.
- added general project files such as LICENCE, CHANGELOG, README.
- added python specific project files such as setup.py, requirements and django based test suite.