References Schema
Reference
C
Class

ApiPlatform\JsonSchema\Schema

See also

Methods

__construct

public __construct(string $version)

Parameters

versionstring

getVersion

The flavor used for this document: JSON Schema, OpenAPI v2 or OpenAPI v3.

public getVersion(): string

Returns

string

getArrayCopy

public getArrayCopy(bool $includeDefinitions): array

Parameters

includeDefinitionsboolif set to false, definitions will not be included in the resulting array

Returns

array

getDefinitions

Retrieves the definitions used by this schema.

public getDefinitions(): ArrayObject

Returns

ArrayObject

setDefinitions

Associates existing definitions to this schema.

public setDefinitions(ArrayObject $definitions): null

Parameters

definitionsArrayObject

Returns

null

getRootDefinitionKey

Returns the name of the root definition, if defined.

public getRootDefinitionKey(): string

Returns

string

getItemsDefinitionKey

Returns the name of the items definition, if defined.

public getItemsDefinitionKey(): string

Returns

string

isDefined

Checks if this schema is initialized.

public isDefined(): bool

Returns

bool

Made with love by

Les-Tilleuls.coop can help you design and develop your APIs and web projects, and train your teams in API Platform, Symfony, Next.js, Kubernetes and a wide range of other technologies.

Learn more

Copyright © 2023 Kévin Dunglas

Sponsored by Les-Tilleuls.coop