mirror of
https://github.com/decolua/9router.git
synced 2026-05-08 12:01:28 +00:00
OK
This commit is contained in:
@@ -17,7 +17,10 @@ export const UNSUPPORTED_SCHEMA_CONSTRAINTS = [
|
||||
// Dependency keywords (not supported)
|
||||
"dependencies", "dependentSchemas", "dependentRequired",
|
||||
// Other unsupported keywords
|
||||
"title", "if", "then", "else", "contentMediaType", "contentEncoding"
|
||||
"title", "if", "then", "else", "contentMediaType", "contentEncoding",
|
||||
// UI/Styling properties (from Cursor tools - NOT JSON Schema standard)
|
||||
"cornerRadius", "fillColor", "fontFamily", "fontSize", "fontWeight",
|
||||
"gap", "padding", "strokeColor", "strokeThickness", "textColor"
|
||||
];
|
||||
|
||||
// Default safety settings
|
||||
|
||||
Reference in New Issue
Block a user