You are here

protected property SchemataSchemaNormalizer::$describedFormat in Schemata 8

The formats that the Normalizer can handle.

Type: array

Overrides JsonNormalizerBase::$describedFormat

File

schemata_json_schema/src/Normalizer/hal/SchemataSchemaNormalizer.php, line 30

Class

SchemataSchemaNormalizer
Extends the base SchemataSchema normalizer for JSON with HAL+JSON elements.

Namespace

Drupal\schemata_json_schema\Normalizer\hal

Code

protected $describedFormat = 'hal_json';