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": "https://json-schema.org/draft/2019-09/schema", | |
"type": "array", | |
"default": [], | |
"title": "Root Schema", | |
"items": { | |
"type": "object", | |
"title": "Turno de Conversacion", | |
"required": [ | |
"request", |
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
/* #ui */ | |
* { | |
/*insertroot*/ | |
--font-size: 17px; | |
--font-size-link: 12px; | |
--font-weight: normal; | |
--font: JetBrainsMono Nerd Font Mono, monospace; | |
--padding: 0px; | |
--shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); |