From 7bd2c1110f3e4ae155e4fc51948a821b01bb1c01 Mon Sep 17 00:00:00 2001 From: Chris Bloom Date: Thu, 14 Mar 2024 19:38:55 -0400 Subject: [PATCH] Fix truncated copy/paste Adds back the `as defined by the database` in the description of the `range` object's `database_specific` field. This brings it into line with the descriptions of the other two `database_specific` fields Signed-off-by: Chris Bloom --- docs/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schema.md b/docs/schema.md index af2f6fba..9d060707 100644 --- a/docs/schema.md +++ b/docs/schema.md @@ -781,7 +781,7 @@ This field is required if `affected[].ranges[].type` is `GIT`. ### affected[].ranges[].database_specific field The `ranges` object's `database_specific` field is a JSON object holding -additional information about the range from which the record was obtained. The +additional information about the range as defined by the database from which the record was obtained. The meaning of the values within the object is entirely defined by the database and beyond the scope of this document.