/schema

pipebase json schema

Primary LanguageRustApache License 2.0Apache-2.0


YAML validation / auto complete in vscode for pipebase manifest

Setup

install YAML vscode extension, and config .vscode/settings.json in working directory

{
    "yaml.schemas": {
        "https://raw.githubusercontent.com/pipebase/schema/main/app/app.json": [ "PATH/TO/PIPE/YAML" ]
    }
}

Demo

in demo, fix four missing fields (red error lines) with auto complete

screencast