cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/strictfeatures.txtar (about)

     1  #strictFeatures
     2  -- schema.json --
     3  {
     4    "$schema": "https://json-schema.org/draft/2020-12/schema",
     5    "type": "number",
     6    "$dynamicAnchor": "bar",
     7    "foo": true
     8  }
     9  -- out/decode/extract --
    10  ERROR:
    11  keyword "$dynamicAnchor" not yet implemented:
    12      schema.json:4:3