Me
What are JSON Schemas
Enki
# What are JSON Schemas
I don't have information about JSON Schemas in the provided documentation. The materials available focus on configuring Levels & Chapters for Tiles Family Games and setting up Generic Journeys and Events in Game Server.
However, based on the context of the documentation, JSON files are used in these systems as file formats for:
- **Level configurations** - Uploading level layouts and chapter sets
- **Journey configurations** - Uploading journey level files
If you're looking for information about:
- **How to format JSON files for Tiles games** - The documentation shows examples of level data structures (e.g., `{"some_key": 10}`)
- **CSV vs JSON file types** - Both are supported for uploading level banks and chapter sets
- **JSON Schema validation** - The documentation notes that uploaded files are not validated by Game Server; instead, they're uploaded to a CDN and the link is sent to the client
Could you provide more context about what you're trying to accomplish? That would help me guide you to the relevant information or suggest what type of documentation might be helpful.