...

Text file src/k8s.io/kube-openapi/pkg/schemaconv/testdata/atomic-types.json

Documentation: k8s.io/kube-openapi/pkg/schemaconv/testdata

     1{
     2  "swagger": "2.0",
     3  "info": {
     4    "title": "Atomic Types",
     5    "version": "v1.0.0"
     6  },
     7  "paths": {
     8  },
     9  "definitions": {
    10    "io.k8s.testcase.AtomicMapField": {
    11      "description": "",
    12      "properties": {
    13        "atomicField": {
    14          "description": "",
    15          "type": "object",
    16          "additionalProperties": {
    17            "type": "string"
    18          },
    19          "x-kubernetes-map-type": "atomic"
    20        }
    21      }
    22    },
    23    "io.k8s.testcase.DeclaredAtomicMap": {
    24      "description": "",
    25      "properties": {
    26      },
    27      "x-kubernetes-map-type": "atomic"
    28    }
    29  }
    30}

View as plain text