-
Notifications
You must be signed in to change notification settings - Fork 6
Labels
bugSomething isn't workingSomething isn't working
Description
I'm currently working on a firecrest client and found a few issues with the OpenAPI spec.
- the spec is OpenAPI version 3.1, but a lot of nullable properties use the
anyOf: - type:... - type: nullableinstead ofnullable: true, which some client generation libraries had problems with - the api spec says that environment variables can either be
null, a dict of key value pairs or a list ofkey=valuestyle strings. But then passing a list gives a{"errorType":"error","message":"(\"'list' object has no attribute 'items'\",)","data":null,"user":null}response and passingnullgives{"errorType":"error","message":"(\"'list' object has no attribute 'items'\",). Passing a dict works as expected.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working