Ruby Lee

Results 7 comments of Ruby Lee

@jeremyfiel is your concern what happens if an API response does contain an object of type `candy-cane`? That's a valid point to consider. Are there still concerns if we know...

Oh the schema actually looks like this: ``` type: array items: discriminator: propertyName: type mapping: candy-cane: ../candy-cane.yaml popcorn: ../popcorn.yaml cranberry: ../cranberry.yaml anyOf: - $ref: ../candy-cane.yaml - $ref: ../popcorn.yaml - $ref:...

Hi @tatomyr, thanks for working with us on this. We have tried using the custom plugin as you recommended and it's not quite working yet - here's what we've found...

Hi @tatomyr - good news, replacing `enter` with `leave` is definitely helping things; the references that we were hoping to be removed are now gone in the bundled spec. However,...

Thanks! The `remove-unused-components` decorator didn't change the bundled spec. For the new implementation, could you clarify where the function definitions should be imported from (e.g. `isRef`, `isPlainObject`, `isEmptyObject`, `isEmptyArray`)

Thanks, your new implementation is working for us!