/schemas

schemas for onward publication to schema store

Primary LanguageJavaScriptISC LicenseISC

Schemas

Release License

Repository containing custom schemas used within the Department for Work and Pensions for onward publication to SchemaStore.org

Using Schemas

Supported editors should automatically detect and validate these schemas. If you are using yaml-language-server and want to force a specific hosting location or version you can include the following in your yaml document:

%YAML 1.2
# yaml-language-server: $schema=https://raw.githubusercontent.com/dwp/schemas/blob/<branch-or-tag>/<path>/<schema-name>.json
---
my_content:

Replacing the placeholders <branch-or-tag>, <path> and <schema-name> as appropriate.