diff options
| author | adamdottv <[email protected]> | 2025-06-20 13:51:32 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-20 13:51:32 -0500 |
| commit | d50b7ad481b16b687b02653c8da1169207be9362 (patch) | |
| tree | d30485795d55101ec7094ac46992ec4fea54e029 | |
| parent | df95c49401853a71b5874e564427e7d0cc65c30c (diff) | |
| download | opencode-d50b7ad481b16b687b02653c8da1169207be9362.tar.gz opencode-d50b7ad481b16b687b02653c8da1169207be9362.zip | |
docs: theme schema update
| -rw-r--r-- | packages/web/public/theme.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/web/public/theme.json b/packages/web/public/theme.json index 04d4342d8..e8e939ea8 100644 --- a/packages/web/public/theme.json +++ b/packages/web/public/theme.json @@ -2,6 +2,10 @@ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { + "$schema": { + "type": "string", + "description": "JSON schema reference for configuration validation" + }, "defs": { "type": "object", "description": "Color definitions that can be referenced in the theme", @@ -163,4 +167,3 @@ } } } - |
