@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 385 B
JSON
{
"description": "JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil.",
"required": [
"Raw"
],
"properties": {
"Raw": {
"type": [
"string",
"null"
],
"format": "byte"
}
},
"$schema": "http://json-schema.org/schema#",
"type": "object"
}