Roundtrip schemas in syncback (#1173)

This commit is contained in:
Micah
2025-11-26 16:11:39 -08:00
committed by GitHub
parent a99e877b7c
commit a61a1bef55
64 changed files with 189 additions and 17 deletions

View File

@@ -0,0 +1,7 @@
{
"$schema": "rojo/model.json",
"className": "BoolValue",
"properties": {
"Value": true
}
}