Files
kubevela/references/common/testdata/definition/normalOpenAPISchemaFixed.json
Jianbo Sun dd222ac876 refactor cli/dashboard/apiserver to reference folder (#1084)
* refactor cli/dashboard/apiserver to reference folder

* address comments
2021-02-23 13:03:38 +08:00

39 lines
1.6 KiB
JSON

{
"openapi": "3.0.0",
"info": {
"title": "Generated by cue.",
"version": "no version"
},
"paths": {},
"components": {
"schemas": {
"parameter": {
"type": "object",
"required": [
"image"
],
"properties": {
"cmd": {
"description": "Commands to run in the container",
"title": "cmd",
"type": "array",
"items": {
"type": "string"
}
},
"image": {
"description": "Which image would you like to use for your service",
"title": "image",
"type": "string"
},
"cpu": {
"title": "cpu",
"type": "string"
}
}
}
}
}
}