mirror of
https://github.com/kubevela/kubevela.git
synced 2026-03-03 18:20:39 +00:00
26 lines
415 B
JSON
26 lines
415 B
JSON
{
|
|
"openapi": "3.0.0",
|
|
"info": {
|
|
"title": "Generated by cue.",
|
|
"version": "no version"
|
|
},
|
|
"paths": {},
|
|
"components": {
|
|
"schemas": {
|
|
"parameter": {
|
|
"properties": {
|
|
"env": {
|
|
"enum": [
|
|
[]
|
|
],
|
|
"type": "array"
|
|
}
|
|
},
|
|
"required": [
|
|
"env"
|
|
],
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|
|
} |