Warning
Contributing Guidelines are a work in progress.
Add the following entry to your ./.vscode/settings.json
file to enable in-editor JSON schema validation for this project for VSCode.
{
"json.schemas": [
{
"fileMatch": [
"descriptors/**/*.json"
],
"url": "./schemas/descriptor.schema.json"
}
]
}