JsonSchema
class JsonSchema
Methods
static Type
__callStatic(string $name, array $arguments)
Dynamically pass static methods to the schema instance.
static ObjectType
object(Closure|array<string $, Type> $properties = '[]')
No description
static IntegerType
integer()
No description
static NumberType
number()
No description
static StringType
string()
No description
static BooleanType
boolean()
No description
Details
at line 23
static Type
__callStatic(string $name, array $arguments)
Dynamically pass static methods to the schema instance.
at line 18
static ObjectType
object(Closure|array<string $, Type> $properties = '[]')
No description
at line 18
static IntegerType
integer()
No description
at line 18
static NumberType
number()
No description
at line 18
static StringType
string()
No description
at line 18
static BooleanType
boolean()
No description
at line 18
static ArrayType
array()
No description