I'm trying to make the JIRA swagger work: https://developer.atlassian.com/cloud/jira/platform/swagger-v3.v3.json.
When I enter it in the Azure management API I get the following error:
- Parsing error(s): Schema CustomFieldContextDefaultValue must contain property specified in the discriminator type in the required field list. [#/components/schemas/CustomFieldContextDefaultValue/discriminator] Schema WorkflowCondition must contain property specified in the discriminator nodeType in the required field list. [#/components/schemas/WorkflowCondition/discriminator]
Someone would be how to make this swagger work on Azure API management? or another JIRA swagger? Thanks in advance