logsdx
Version:
<div align="center"><img alt="logsdx" width="300" src="https://github.com/user-attachments/assets/cc2a3b55-5bfd-44e8-a330-bfa146b50059" /></div>
43 lines • 900 B
JSON
{
"$ref": "$defs/style-options",
"$defs": {
"style-options": {
"type": "object",
"properties": {
"color": {
"type": "string",
"minLength": 1
},
"styleCodes": {
"type": "array",
"items": {
"type": "string",
"enum": [
"bold",
"italic",
"underline",
"dim",
"blink",
"reverse",
"strikethrough"
]
}
},
"htmlStyleFormat": {
"type": "string",
"enum": [
"css",
"className"
],
"description": "HTML style format"
}
},
"required": [
"color"
],
"additionalProperties": false
}
},
"$schema": "http://json-schema.org/draft-07/schema#",
"version": "0.1.1"
}