forked from loafle/openapi-generator-original
Before:
COM_V1_SCHEMA_JSON("https://example.com/v1/schema.json")
After:
COM_V1_SCHEMA_JSON(URI.create("https://example.com/v1/schema.json"),
Before:
COM_V1_SCHEMA_JSON("https://example.com/v1/schema.json")
After:
COM_V1_SCHEMA_JSON(URI.create("https://example.com/v1/schema.json"),