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
{ | |
"Global": { | |
"spacing-01": { "$value": "4px", "$type": "spacing", "$description": "p-1, m-1, ..." }, | |
"spacing-02": { "$value": "8px", "$type": "spacing", "$description": "p-2, m-2, ..." }, | |
"spacing-03": { "$value": "12px", "$type": "spacing", "$description": "p-3, m-3, ..." }, | |
"spacing-04": { "$value": "16px", "$type": "spacing", "$description": "p-4, m-4, ..." }, | |
"spacing-05": { "$value": "20px", "$type": "spacing", "$description": "p-5, m-5, ..." }, | |
"spacing-06": { "$value": "24px", "$type": "spacing", "$description": "p-6, m-6, ..." }, | |
"spacing-07": { "$value": "28px", "$type": "spacing", "$description": "p-7, m-7, ..." }, | |
"spacing-08": { "$value": "32px", "$type": "spacing", "$description": "p-8, m-8, ..." }, |
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-04/schema#", | |
"title": "OPENAI CustomGPT", | |
"description": "Setup config for OPENAI visual CustomGPT platform.", | |
"type": "object", | |
"properties": { | |
"name": { | |
"description": "The name of the CustomGPT.", | |
"type": "string" | |
}, |