Closed soubinan closed 2 months ago
curl -Ls https://raw.githubusercontent.com/F5Networks/f5-appsvcs-extension/main/schema/3.50.0/as3-schema.json -o /tmp/as3-schema.json
kcl import -m jsonschema /tmp/as3-schema.json
we should have the as3_schema.k file containing the jsonschema converted into KCL
as3_schema.k
Many errors about not recognized jsonschema statements
The base schema is http://json-schema.org/draft-07/schema#
$ kcl -v kcl version 0.10.0-beta.1
Bug Report
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
we should have the
as3_schema.k
file containing the jsonschema converted into KCL3. What did you see instead (Required)
Many errors about not recognized jsonschema statements
The base schema is http://json-schema.org/draft-07/schema#
4. What is your KCL components version? (Required)