Sidequery

JSON Schema

Download and use the Sidemantic YAML JSON Schema for editor autocomplete and validation.

Schema URLs

  • Latest: https://sidemantic.com/schema.json
  • Versioned: https://sidemantic.com/schema/v0.5.11.json

VS Code (YAML)

In your YAML file:

# yaml-language-server: $schema=https://sidemantic.com/schema.json
models:
  - name: orders

IntelliJ / JetBrains

Associate the schema URL with your YAML file in:

  • Settings → Languages & Frameworks → Schemas and DTDs → JSON Schema Mappings

Verify It Works

  • Autocomplete shows valid fields (e.g. primary_key, dimensions, relationships).
  • Invalid fields are underlined with a schema validation error.