We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following snippet for Visual Studio Code settings enables validation and code completion for SDF files (with filename extension .sdf.json).
.sdf.json
"json.schemas": [ { "fileMatch": [ "*.sdf.json" ], "url": "https://raw.githubusercontent.com/ietf-wg-asdf/SDF/master/sdf-validation.jso.json" } ]