Skip to main content

Conservice Schemas

IDE auto-validation + reference docs for Conservice legacy services

Wire schemas in your editor

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.).