@Graham Allwood There is a format and value keys under API Resource Properties that can be set to import from an OpenAPI File. For example, this pair should work
...
"format": "swagger-link-json",
"value": "http://petstore.swagger.io/v2/swagger.json",
...