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.
1 parent 8e0b758 commit 2883fbbCopy full SHA for 2883fbb
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