diff --git a/data-api-builder/reference-configuration.md b/data-api-builder/reference-configuration.md index ebb2ed0..6004d9e 100644 --- a/data-api-builder/reference-configuration.md +++ b/data-api-builder/reference-configuration.md @@ -3921,9 +3921,9 @@ Here's another example of mappings. "Book": { ... "mappings": { - "id": "BookID", - "title": "BookTitle", - "author": "AuthorName" + "BookID": "id", + "BookTitle": "title", + "AuthorName": "author" } } }