responses:
'201':
description: Success
schema:
$ref: "#/definitions/Project_Name
Is there any way I can use a variable Project_Name with ref in the schema so that I can reuse this particular code snippet
responses:
'201':
description: Success
schema:
$ref: "#/definitions/Project_Name
Is there any way I can use a variable Project_Name with ref in the schema so that I can reuse this particular code snippet