Skip to content

Commit 2eb6d98

Browse files
Add comment to clarify future intent for ETag property
Co-authored-by: Weston Ruter <westonruter@google.com>
1 parent 86023eb commit 2eb6d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/optimization-detective/class-od-url-metric.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public static function get_json_schema(): array {
213213
'eTag' => array(
214214
'description' => __( 'The ETag for the URL Metric.', 'optimization-detective' ),
215215
'type' => 'string',
216-
'required' => false,
216+
'required' => false, // To be made required in a future release.
217217
'readonly' => true, // Omit from REST API.
218218
),
219219
'url' => array(

0 commit comments

Comments
 (0)