Documentation ¶
Overview ¶
Package types contains the supported types for JSON schemas.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Type ¶
type Type string
Type represents a type which can be validated by a JSON schema.
const ( Err Type = "error" EOF Type = "eof" Object Type = "object" Objects Type = "list of object" Array Type = "array" Arrays Type = "list of array" String Type = "string" Strings Type = "list of string" Boolean Type = "boolean" Booleans Type = "list of boolean" Integer Type = "integer" Integers Type = "list of integer" )
Click to show internal directories.
Click to hide internal directories.