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