UNPKG

@jkcfg/kubernetes

Version:
17 lines 391 B
{ "$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" } } }