Skip to content

Commit

Permalink
addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
toumorokoshi committed May 16, 2024
1 parent a96c535 commit 2f3a53c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aep/general/0144/aep.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ message Book {
pattern: "publishers/{publisher}/books/{book}"
};

string name = 1 [(google.api.field_behavior) = IDENTIFIER];
string path = 1 [(google.api.field_behavior) = IDENTIFIER];

repeated string authors = 2;
}
Expand All @@ -40,9 +40,6 @@ message Book {
- If an array data can not be bounded (in other words, if there is a chance
that the array will be too large to be reasonably returned in a single
request), the API **should** use a sub-resource instead.
- Array fields **should not** represent the body of another resource inline.
Instead, the field **should** be a array of strings providing the resource
names of the associated resources.

**Note:** This document uses the term "array" to refer to a field on a resource
that is a list of elements that have the same type. Some languages and IDLs use
Expand Down

0 comments on commit 2f3a53c

Please sign in to comment.