Metadata - JSON
Demonstrates scene metadata using JSON script tag.
Overview
This example shows how to provide scene metadata using a <script> tag with JSON content.
Format
<script id="blazium-scene" type="application/vnd.blazium.scene+json">
{
"name": "My Scene",
"id": "my_scene",
"author": "Creator",
...
}
</script>
Try It
Load this example:
https://blazium-engine.github.io/DDDBrowserExamples/metadata-json.html
Next Steps
- Metadata - Both - Both formats together
- Scene Format - Metadata - Metadata discovery