Description
In our OpenAPI spec file we have the following:
CreateConnectorRequest: type: object properties: config: type: object additionalProperties: type: string initialState: type: string enum: - RUNNING - PAUSED - STOPPED initial_state: type: string enum: - RUNNING - PAUSED - STOPPED writeOnly: true name: type: string
Only initial_state is a valid field, InitialState should not be present.
Attachments
Issue Links
- links to