We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OpenAPI
1 parent 9554a51 commit ebc87acCopy full SHA for ebc87ac
docs/reference/lang/codelab/schema.md
@@ -474,7 +474,7 @@ Stderr:
474
Schema check is failed to check condition: regex.match(image, "^[a-zA-Z]+:\d+\.\d+\.\d+$"), "image name should be like 'nginx:1.14.2'"
475
```
476
477
-> The verification capability of KCL covers the verification defined by Openapi so that we can write any API verifications through KCL.
+> The verification capability of KCL covers the verification defined by OpenAPI so that we can write any API verifications through KCL.
478
479
## 9. Create New Schema via Schema Inheritance
480
0 commit comments