### Definitions: - `verse`, as used in the code, is a string of a number or range of numbers from a given chapter in a book of the Bible like `'1'` or `'1-2'`. - `full_verse`, on the other hand, refers to a string with the book, chapter and verse like `'Genesis 1:1-2'`. ### Solutions: - Use `reference` to refer to the full_verse through out the code as used in the [schemas](https://github.com/bryokim/bible-api/blob/main/src/bible/schemas.py).
Definitions:
verse, as used in the code, is a string of a number or range of numbers from a given chapter in a book of the Bible like'1'or'1-2'.full_verse, on the other hand, refers to a string with the book, chapter and verse like'Genesis 1:1-2'.Solutions:
referenceto refer to the full_verse through out the code as used in the schemas.