I’m using the OpenAPI JSON spec to generate a mock server and run tests for my Swift Twitter API library. I ran into an issue with the Spaces schema, where the is_ticketed example value is specified as a string ("false") instead of the expected boolean (false).

2 Likes

Thank you for pointing this out. I’ll discuss internally with the team and see if we can get this updated for the next spec revision.