Skip to main content

Conservice Platform Schemas

IDE auto-validation + reference docs for the Conservice greenfield platform

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.ai/forge/v3/forge.yaml.schema.json": "infra/forge.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.).