When calling a REST API service from OpenAPI (Swagger), we would like to automatically generate a domain model from a YAML (YML) format file.Currently, we can automatically generate entities if they are XML or JSON-based.However, from YAML (YML) format files, entities can only be automatically generated when a REST API call is possible.Even if a REST API cannot be called, we would like to automatically generate a domain model from the YAML format within Studio Pro.There are JSON↔YAML conversion tools available online, and by using these tools, we can automatically generate entities from YAML converted to JSON, but we would like this to be achievable entirely within Studio Pro.