github.com/oam-dev/kubevela@v1.9.11/pkg/controller/utils/testdata/definition/normalOpenAPISchema.json (about) 1 { 2 "openapi": "3.0.0", 3 "info": { 4 "title": "Generated by cue.", 5 "version": "no version" 6 }, 7 "paths": {}, 8 "components": { 9 "schemas": { 10 "parameter": { 11 "type": "object", 12 "required": [ 13 "image" 14 ], 15 "properties": { 16 "cmd": { 17 "description": "+usage=Commands to run in the container", 18 "type": "array", 19 "items": { 20 "type": "string" 21 } 22 }, 23 "image": { 24 "description": "+usage=Which image would you like to use for your service\n+short=i", 25 "type": "string" 26 }, 27 "cpu": { 28 "type": "string" 29 } 30 } 31 } 32 } 33 } 34 }