Discover Packages
github.com/launchrctl/launchr
pkg
jsonschema
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Aug 22, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package jsonschema has functionality related to json schema support.
Type is a json schema type.
const (
String Type = "string"
Number Type = "number"
Integer Type = "integer"
Boolean Type = "boolean"
Null Type = "null"
Object Type = "object"
Array Type = "array"
Unsupported Type = "UNSUPPORTED"
)
Json schema types.
FromString creates a Type with enum validation.
UnmarshalYAML implements yaml.Unmarshaler to parse Json Schema type.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.