forked from rojo-rbx/rojo
Roundtrip schemas in syncback (#1173)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
-- This file should be ignored.
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "rojo/adjacent-meta"
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "rojo/init-meta"
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "rojo/model.json",
|
||||
"className": "BoolValue",
|
||||
"properties": {
|
||||
"Value": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user