diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:48:40 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:48:40 +0000 |
| commit | 7398f77f772c86a12dc62358460f9315f7ea1fb5 (patch) | |
| tree | d3d932c4315976c78b7ebb7bb10fd7e14bda7e7e /gitinfo.schema.json | |
| parent | 0c84f3b8d5cd9a6d13f2f77c8a1c08852641e242 (diff) | |
| download | gitinfo-7398f77f772c86a12dc62358460f9315f7ea1fb5.tar gitinfo-7398f77f772c86a12dc62358460f9315f7ea1fb5.tar.gz gitinfo-7398f77f772c86a12dc62358460f9315f7ea1fb5.tar.bz2 gitinfo-7398f77f772c86a12dc62358460f9315f7ea1fb5.tar.xz gitinfo-7398f77f772c86a12dc62358460f9315f7ea1fb5.zip | |
add $schema to allowed properties
Diffstat (limited to 'gitinfo.schema.json')
| -rw-r--r-- | gitinfo.schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gitinfo.schema.json b/gitinfo.schema.json index de19a23..c2ab95c 100644 --- a/gitinfo.schema.json +++ b/gitinfo.schema.json @@ -5,6 +5,11 @@ "description": "Schema for the .gitinfo file specification", "type": "object", "properties": { + "$schema": { + "type": "string", + "format": "uri", + "description": "Reference to the JSON Schema for validation and editor support." + }, "root": { "type": "string", "format": "uri", |
