You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the above file, I'd like to be able to generate a type for CreateThingRequestBody and CreateThingResponseBody without redeclaring the type for Thing
My script goes through my schemas file by file, so I want Thing to only be generated when it gets to /schemas/entities/thing.schema.json
unreachableDefinitions should achieve this, but for some reason it only works when declareExternallyReferenced is true
The text was updated successfully, but these errors were encountered:
I have many schema files, some of which contain multiple schemas through $defs
i.e.
From the above file, I'd like to be able to generate a type for
CreateThingRequestBody
andCreateThingResponseBody
without redeclaring the type forThing
My script goes through my schemas file by file, so I want
Thing
to only be generated when it gets to/schemas/entities/thing.schema.json
unreachableDefinitions
should achieve this, but for some reason it only works whendeclareExternallyReferenced
is trueThe text was updated successfully, but these errors were encountered: