Since "$id" has to be absolute URI and I need reusability and flexibility in my code I wanted to pass host name in global variable, like here:
"$id": "{HOST_NAME}core/application/dto/some_dto.json"
But this is not working at all.
Is there any other way to tackle this?
Since "$id" has to be absolute URI and I need reusability and flexibility in my code I wanted to pass host name in global variable, like here:
"$id": "{HOST_NAME}core/application/dto/some_dto.json"
But this is not working at all. Is there any other way to tackle this?