Skip to content

Commit

Permalink
feat: Context is now an object instead of a boolean (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored May 15, 2023
1 parent 7039ef6 commit c89f30b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/components/view.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"deprecated": true
},
"context": {
"type": "boolean"
"description": "The context projection. This field represents the projection of the context, allowing selective retrieval of specific elements. It is a map that specifies the desired elements to be included in the projection.",
"type": "object"
}
},
"required": [
Expand Down

0 comments on commit c89f30b

Please sign in to comment.