@@ -479,11 +479,7 @@ ensure that GETs of individual objects remain bounded in time and space, these
479
479
sets may be queried via separate API queries, but will not be expanded in the
480
480
referring object's status.
481
481
482
- References to specific objects, especially specific resource versions and/or
483
- specific fields of those objects, are specified using the ` ObjectReference ` type
484
- (or other types representing strict subsets of it). Unlike partial URLs, the
485
- ObjectReference type facilitates flexible defaulting of fields from the
486
- referring object or other contextual information.
482
+ For references to specific objects, see [ Object references] ( #object-references ) .
487
483
488
484
References in the status of the referee to the referrer may be permitted, when
489
485
the references are one-to-one and do not need to be frequently updated,
@@ -906,6 +902,9 @@ It is okay to have the "{field}" component indicate the resource type. For examp
906
902
a secret. However, this comes with the risk of the field being a misnomer in the case that the field is expanded to
907
903
reference more than one type.
908
904
905
+ In the case of a list of object references, the field should be of the format "{field}Refs", with the same guidance
906
+ as the singular case above.
907
+
909
908
# ## Referencing resources with multiple versions
910
909
911
910
Most resources will have multiple versions. For example, core resources
0 commit comments