We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e0b758 + 2883fbb commit d2a6594Copy full SHA for d2a6594
src/Gatherer/WebHookHydrator.php
@@ -39,6 +39,7 @@ public static function gather(
39
*/
40
private static function listSchemas(\ApiClients\Tools\OpenApiClientGenerator\Representation\Schema $schema): iterable
41
{
42
+ yield $schema;
43
foreach ($schema->properties as $property) {
44
foreach ($property->type as $propertyType) {
45
if ($propertyType->payload instanceof \ApiClients\Tools\OpenApiClientGenerator\Representation\Schema) {
0 commit comments