Skip to content

Commit 42fb2dc

Browse files
authored
chore(203): clarify INPUT_ONLY is not enough (#1321)
1 parent 62d1575 commit 42fb2dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aip/general/0203.md

+2
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ In the case of an output, the `OUTPUT_ONLY` annotation is sufficient.
247247

248248
In the case of an input, a field is either required or optional, and therefore
249249
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.
250252

251253
### Requiring field behavior
252254

0 commit comments

Comments
 (0)