cuelang.org/go@v0.13.0/encoding/jsonschema/testdata/txtar/openapi_int.txtar (about) 1 #version: openapi 2 3 -- schema.yaml -- 4 components: 5 schemas: 6 Int32: 7 type: number 8 format: int32 9 Int64: 10 type: number 11 format: int64 12 13 -- out/decode/extract -- 14 #Int32: int32 15 16 #Int64: int64