Skip to content

Commit

Permalink
Remove quotes from boolean value example
Browse files Browse the repository at this point in the history
Signed-off-by: Vandewilly Oliveira da Silva <[email protected]>
  • Loading branch information
vandewillysilva committed Aug 21, 2024
1 parent ea9276b commit b92fe01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cloudevents/extensions/deprecation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extension is being used.
`false` if not specified.
- Constraints
- OPTIONAL
- Example: `"deprecated": "true"`
- Example: `"deprecated": true`

### deprecationfrom

Expand Down Expand Up @@ -61,8 +61,8 @@ the migration path from the deprecated event to an alternative. This helps
consumers transition away from the deprecated event.
- Constraints
- OPTIONAL
- The URI SHOULD point to valid and accessible resources that help the
consumer understand what SHOULD replace the deprecated event
- The URI SHOULD point to a valid and accessible resource that helps the
consumer understand what SHOULD replace the deprecated event.
- Example: `"deprecationmigration": "https://example.com/migrate-to-new-evt"`

## Usage
Expand Down

0 comments on commit b92fe01

Please sign in to comment.