class SpecSchema implements JsonSerializable (View source)

Properties

protected string $type
protected string $format
protected string[]|null $enum

Methods

__construct(string $type = null, string $format = null, $enum = null)

No description

string|null
getType()

No description

string|null
getFormat()

No description

jsonSerialize()

No description

Details

__construct(string $type = null, string $format = null, $enum = null)

No description

Parameters

string $type
string $format
$enum

string|null getType()

No description

Return Value

string|null

string|null getFormat()

No description

Return Value

string|null

jsonSerialize()

No description