// Fields typed as _ accept any concrete value while the rest of the// definition stays closed. This is the correct escape hatch — using ...// does not work because cue.Final() closes all open structs at validation time.#Schema:{name:stringmetadata:_// required; any concrete value acceptedannotations?:_// optional; any concrete value accepted}#Schema