Flow PHP

SchemaConverter

FinalYes

Methods

__construct()  : mixed
toFlow()  : Schema
Convert a JSON Schema (https://json-schema.org) document into a Flow Schema.
toJsonSchema()  : array<string, mixed>
Convert a Flow Schema into a JSON Schema (https://json-schema.org, draft 2020-12) document.

Methods

toFlow()

Convert a JSON Schema (https://json-schema.org) document into a Flow Schema.

public toFlow(array<string, mixed>|Path|string $jsonSchema) : Schema
Parameters
$jsonSchema : array<string, mixed>|Path|string

decoded document, raw JSON document or a path to a schema file

Return values
Schema

toJsonSchema()

Convert a Flow Schema into a JSON Schema (https://json-schema.org, draft 2020-12) document.

public toJsonSchema(Schema $schema) : array<string, mixed>
Parameters
$schema : Schema
Return values
array<string, mixed>
On this page

Search results