Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.07 KB

File metadata and controls

32 lines (24 loc) · 1.07 KB

DIRECT Client Schemas

These schemas define valid workflow, app config, and window config documents. They can be used to valid documents in either JSON or YAML formats.

Usage

To use YAML schemas with Visual Studio Code:

  • First install the YAML Extension
  • Add the following comment with the correct URL to the top of your document:

Application Configuration

# yaml-language-server: $schema=https://raw.githubusercontent.com/snxd/schema-client/<version>/app.json

Window Configuration

# yaml-language-server: $schema=https://raw.githubusercontent.com/snxd/schema-client/<version>/window.json

Workflow

# yaml-language-server: $schema=https://raw.githubusercontent.com/snxd/schema-client/<version>/workflow.json
  • Replace the <version> in the URL with the version of the DIRECT client you are using.
  • To view validations problems show the Problems tool pane.
  • To activate auto-complete press CTRL+Space in your YAML file.