Skip to content

Commit

Permalink
chore(docs): update CRUD Service documentation (#1697)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-targa authored Oct 4, 2024
1 parent 8f19c4c commit bff763b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/runtime_suite/crud-service/10_overview_and_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ When a new property is added to a collection, it is possible to specify the foll
- Array of Numbers
- Array of Objects

For the Objects and array of Objects, you could add a JSON Schema describing the expected properties.
For the Objects and array of Objects, it is <u>recommended</u> adding a JSON Schema describing the expected properties. This additional schema helps in disambiguating between valid or invalid requests payloads, especially when using update modifiers in the update commands within `PATCH` body.

### Collection document properties

Expand Down

0 comments on commit bff763b

Please sign in to comment.