github.com/oam-dev/kubevela@v1.9.11/pkg/cue/script/testdata/arrayWithoutItemsSchema.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          "properties": {
    12            "env": {
    13              "enum": [
    14                []
    15              ],
    16              "type": "array"
    17            }
    18          },
    19          "required": [
    20            "env"
    21          ],
    22          "type": "object"
    23        }
    24      }
    25    }
    26  }