This commit is contained in:
Martino Ferrari
2026-01-23 14:01:26 +01:00
parent 462c832651
commit 14cba1b530
3 changed files with 39 additions and 11 deletions

View File

@@ -277,12 +277,12 @@ package schema
}
}
// Definition for any Object.
// Definition for any Object.
// It must have a Class field.
// Based on Class, it validates against #Classes.
#Object: {
Class: string
// Allow any other field by default (extensibility),
// Allow any other field by default (extensibility),
// unless #Classes definition is closed.
// We allow open structs now.
...