schemas: Update to cuetsy v0.0.1 (#48753)

* Add explicit cuetsy annotations to all models.cue

* Update to first cuetsy release

* Clean up cuetsify a bit; remove unification

* Update changes to news codegen output
This commit is contained in:
sam boyer
2022-05-05 10:56:53 -05:00
committed by GitHub
parent a5672758d8
commit ea96c42545
19 changed files with 52 additions and 57 deletions

View File

@@ -26,9 +26,9 @@ Panel: {
bucketSize?: int
bucketOffset: int | *0
combine?: bool
}
} @cuetsy(kind="interface")
PanelFieldConfig: ui.GraphFieldConfig
PanelFieldConfig: ui.GraphFieldConfig & {} @cuetsy(kind="interface")
}
]
]