Output compiled schema file from generate_config_shema script
-
Add options to
generate_schema_config.py
to serve up UI or output schema to file-
Get api def back out of
Swagger
-
swagger_config
is not the same was what comes back out of theswagger.json
endpoint
-
-
Get api def back out of
-
Decide how we want to publish schemaget this merged and create a separate issue for the next bit
If we move away from serving up the schema from gitlab then we shouldn't need to build and commit the compiled schema.
However if we do move away from this then we need to update the adapter repos to get the schema from the new URL.
It might be that we keep both options by sub-classing different parent classes so that during active development we can still easily work off the current definition on git/dev branch.