Skip to main content

io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps

JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/).

Source
specs/apis__apiextensions.k8s.io__v1_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697

io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON

JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.