Revert "refactor(specs): rename x-propertyNames/x-mapping to x-discriminator-properties/x-union-typemap"

This reverts commit 05d70f8826.
This commit is contained in:
Chirag Aggarwal
2026-04-16 13:55:36 +05:30
parent 05d70f8826
commit e472d98fe3
+2 -2
View File
@@ -434,8 +434,8 @@ abstract class Format
return \array_filter([
'propertyName' => $primaryKey,
'mapping' => !empty($primaryMapping) ? $primaryMapping : null,
'x-discriminator-properties' => $allKeys,
'x-union-typemap' => $compoundMapping,
'x-propertyNames' => $allKeys,
'x-mapping' => $compoundMapping,
]);
}