Gem to work with the schemas in publishing api.
In your Gemfile:
gem "govuk_schemas", "~> VERSION"Make sure you have publishing-api cloned in a sibling directory:
bundle exec rake
In order to run the tests successfully you also need publishing-api checked out into the same parent directory as govuk_schemas.
The tests can then be run with bundle exec rspec.
The gem is available as open source under the terms of the MIT License.