@watched-com/schemadeprecated

This repo defines the JSON schema for WATCHED addons. It currently contains platform code for `nodejs` and `python`.

Usage no npm install needed!

<script type="module">
  import watchedComSchema from 'https://cdn.skypack.dev/@watched-com/schema';
</script>

README

watched-schema

This repo defines the JSON schema for WATCHED addons. It currently contains platform code for nodejs and python.

Swagger UI

docker run -p 8080:8080 -v $PWD/out:/data -e SWAGGER_JSON=/data/schema.json swaggerapi/swagger-ui