wiki.techinc.nl/tests/phpunit/unit/includes/Settings/Source
Martin Urbanec 7e3a77da4e JsonSchemaTrait: Add support for inlined references
In I130326e5762e706be4889e308eeec45a6c7683c5 we introduced
support for json schema references. In some use cases
it may be more suitable to compute the references
and inline them in the resulting schema.

Introduce an $inlineReferences flag to do so.

Possible follow-up:
Memorization of already resolved and normalized references
could speed up the full schema processing, T363678.

Bug: T362098
Co-Authored-by: Sergio Gimeno <sgimeno@wikimedia.org>
Change-Id: I570faddca7216a65db2e8e70b12997bf7b5a2933
2024-04-29 10:15:03 +00:00
..
fixtures
Format
ArraySourceTest.php
EtcdSourceTest.php
ExampleDefinitionsClass.php JsonSchemaTrait: normalize resolved references 2024-04-26 15:23:55 +02:00
FileSourceTest.php
JsonSchemaTraitTest.php JsonSchemaTrait: Add support for inlined references 2024-04-29 10:15:03 +00:00
PhpSettingsSourceTest.php
ReflectionSchemaSourceTest.php