Forum Discussion
rramanadham
6 years agoNew Contributor
Thank you for the clarification
Related Content
- 4 years ago
Recent Discussions
- 10 days ago
- 16 days ago
1. OpenAPI Specification does not have a way to define dynamic/computed values. These values will have to be computed by the sender of the data.
2. Your example is correct, but if you mean that "audit" is always true use an enum instead:
"audit": {"type": "boolean", "enum" [true]},
There's no real way of enforcing that in the spec.
Thank you for the clarification