File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,9 @@ The value of this entry is described in the "Extensions" section.
8282### Initial Incremental Stream Result
8383
8484:: An _ initial incremental stream result_ is the first value yielded by an
85- _ incremental stream_ .
85+ _ incremental stream_ . It contains the result of executing any non-deferred
86+ selections, along with any errors that occurred during their execution and
87+ details of future _ incremental stream update result_ to be expected.
8688
8789An _ initial incremental stream result_ must be a map.
8890
@@ -554,9 +556,9 @@ entry is described in the "Errors" section.
554556### Additional Entries
555557
556558To ensure future changes to the protocol do not break existing services and
557- clients, any of the maps described in the "Response" section must not contain
558- any entries other than those described above. Clients must ignore any entries
559- other than those described above.
559+ clients, any of the maps described in the "Response" section (with the exception
560+ of {"extensions"}) must not contain any entries other than those described
561+ above. Clients must ignore any entries other than those described above.
560562
561563## Serialization Format
562564
You can’t perform that action at this time.
0 commit comments