This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "$id": "https://console-framework.com/theme.schema.json", | |
| "title": "Console Framework Theme Configuration with Inheritance", | |
| "description": "A comprehensive theme configuration schema for the Console Framework, inspired by Tailwind CSS, with proper inheritance support", | |
| "type": "object", | |
| "required": ["name", "description", "version"], | |
| "properties": { |