RustyCMS: File-based headless CMS with REST API, admin UI, multilingual support
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
schemas/top_banner.schema.json
Normal file
11
schemas/top_banner.schema.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"additionalProperties": true,
|
||||
"properties": {
|
||||
"_slug": { "description": "Entry identifier", "type": "string" },
|
||||
"id": { "description": "Unique ID", "type": "string" },
|
||||
"text": { "description": "Banner text", "type": "string" }
|
||||
},
|
||||
"required": ["_slug", "id", "text"],
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user