Files
rojo/rojo-test/syncback-test-snapshots/end_to_end__tests__syncback__schema_roundtrip-default.project.json.snap
2025-11-26 16:11:39 -08:00

21 lines
353 B
Plaintext

---
source: tests/tests/syncback.rs
expression: default.project.json
---
{
"$schema": "rojo/project-schema",
"name": "schema_roundtrip",
"tree": {
"$className": "Folder",
"src": {
"$path": "src"
},
"trigger_reserialization": {
"$className": "BoolValue",
"$properties": {
"Value": true
}
}
}
}