IDE auto-validation + reference docs for Conservice legacy services
Drop these JSON Schema URLs into your editor for inline validation and autocomplete.
Install the YAML extension (e.g. Red Hat YAML for VS Code), then add the schemas you use to .vscode/settings.json. Add only the entries you need.
{
"yaml.schemas": {
"https://schemas.conservice.com/identity/v1/identity.yaml.schema.json": ".stratus/identity/*/identity.yaml"
}
}Autocomplete and inline validation kick in on the matched files immediately — no restart required. The same URLs work in any editor with JSON Schema support (JetBrains, Neovim with yamlls, etc.).