We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62d1575 commit 42fb2dcCopy full SHA for 42fb2dc
aip/general/0203.md
@@ -247,6 +247,8 @@ In the case of an output, the `OUTPUT_ONLY` annotation is sufficient.
247
248
In the case of an input, a field is either required or optional, and therefore
249
should have at least the `REQUIRED` or `OPTIONAL` annotation, respectively.
250
+Only providing `INPUT_ONLY` does not convey the necessity of the field, so
251
+specifying either `REQUIRED` or `OPTIONAL` is still necessary.
252
253
### Requiring field behavior
254
0 commit comments