Skip to content

Commit

Permalink
Fix truncated copy/paste in database_specific description (#229)
Browse files Browse the repository at this point in the history
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. I
suspect it was just a bad copy/paste operation as we were adding those
fields to other objects beyond the top level.

Signed-off-by: Chris Bloom <chrisbloom7@github.com>
  • Loading branch information
chrisbloom7 authored Mar 15, 2024
1 parent 2ed7813 commit acbcc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit acbcc82

Please sign in to comment.