Content schemas have now been merged into publishing api so this repository is archived.
This repo contains JSON Schema files and examples of the content that uses them on GOV.UK.
The actual JSON schema files live in dist
and are generated from Jsonnet templates in source
. Using templates makes it easier to duplicate common blocks across multiple schemas e.g. format and URL fields. Do not edit files in dist
manually, as they will be overwritten.
Schemas and examples are divided into three categories:
publisher_v2
- for when a publishing application transmits data to the content storefrontend
- for data returned by the content store for a frontend application requestnotification
- for broadcasting messages about content items on the message queue
You can use the GOV.UK Docker environment to run the tests with all the necessary dependencies. Follow the usage instructions to get started.
Use GOV.UK Docker to run any commands that follow.
Run the full test suite and linting:
bundle exec rake
Run the tests only:
bundle exec rake spec
Use this to validate a change to the schemas, without having to run the tests.
bundle exec rake build