标签: yaml swagger
我可以在swagger中定义一个常量值吗?
例如:
constants: minAValue: 3 parameters: - name: value in: formData type: number minimum: constants.minAValue