From 4b6bfc509333afc32808fb20a0ec7b4c9dc7da5b Mon Sep 17 00:00:00 2001 From: "Leah E. Cole" <6719667+leahecole@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:50:33 -0400 Subject: [PATCH] Update 0162.md --- aip/general/0162.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aip/general/0162.md b/aip/general/0162.md index 7041186207..be02988a23 100644 --- a/aip/general/0162.md +++ b/aip/general/0162.md @@ -66,9 +66,9 @@ message BookRevision { - The `message` name **must** be named `{ResourceType}Revision`. - The resource revision **must** contain a field with a message type of the parent resource, with a field name of `snapshot`. - - The value of `snapshot` **must** be the configuration of the parent + - The value of `snapshot` **must** be the configuration of the parent at the point in time the revision was created. -- The resource revision **must** contain a `create_time` field (see [AIP-142][]). +- The resource revision **must** contain a `create_time` field (see (AIP-142)). - The resource revision **may** contain a repeated field `alternate_ids`, which would contain a list of resource IDs that the revision is also known by (e.g. `latest`)