Skip to content

Commit

Permalink
chore: simplify experimental tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nunogois committed Sep 23, 2024
1 parent 8432e53 commit c625282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/openapi/spec/event-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ export const eventSchema = {
type: 'string',
nullable: true,
description:
'**[Experimental]**. The concise, human-readable name of the event.',
'**[Experimental]** The concise, human-readable name of the event.',
},
summary: {
type: 'string',
nullable: true,
description:
'**[Experimental]**. A markdown-formatted summary of the event.',
'**[Experimental]** A markdown-formatted summary of the event.',
},
},
components: {
Expand Down

0 comments on commit c625282

Please sign in to comment.