Guides
Tutorials
public __construct(string $version)
public __construct(string $version)
version | string |
The flavor used for this document: JSON Schema, OpenAPI v2 or OpenAPI v3.
public getVersion(): string
public getVersion(): string
string
public getArrayCopy(bool $includeDefinitions): array
public getArrayCopy(bool $includeDefinitions): array
includeDefinitions | bool | if set to false, definitions will not be included in the resulting array |
array
Retrieves the definitions used by this schema.
public getDefinitions(): ArrayObject
public getDefinitions(): ArrayObject
ArrayObject
Associates existing definitions to this schema.
public setDefinitions(ArrayObject $definitions): null
public setDefinitions(ArrayObject $definitions): null
definitions | ArrayObject |
null
Returns the name of the root definition, if defined.
public getRootDefinitionKey(): string
public getRootDefinitionKey(): string
string
Returns the name of the items definition, if defined.
public getItemsDefinitionKey(): string
public getItemsDefinitionKey(): string
string
Checks if this schema is initialized.
public isDefined(): bool
public isDefined(): bool
bool