Strange behavior with the Actions OpenAPI spec textarea

There is a strange behavior with the updated OpenAPI spec editor. If I edit the action the previously pasted OpenAPI spec loads and validates OK. If I copy the contents of the textarea to clipboard and immediately paste it throws a cannot validate openapi spec error. Any suggestions on how to debug this? Seems like a bug?

I am not able to edit the action textarea at all… well technically I can change the text, but if you refresh the page any changes will not be persisted. So each time I have been copying, deleting the action entirely, then creating a new one and pasting in the previously copied schema… It’s a real pain especially redoing all the oauth parameters each time, seems like there are a lot of bugs in the interface.

1 Like

Oddly if I convert from YAML > JSON it no longer acts strangely. Shrugs.