Skip to content

Commit

Permalink
fix: update variables description and fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed-Labs committed Feb 4, 2025
1 parent 7d00dad commit c6f6c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/core/resources/eventtype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ spec:
type: string
description: "Value of the attribute. May be a template string using curly brackets {} to represent variable sections of the string."
variables:
description: "Variables is an optional field that defines variables used within attribute values."
description: "Each variable used within attribute values must be defined in the variables field, except for unnamed variables (i.e. {}), which do not need to be defined."
type: array
items:
type: object
required:
- Name
- name
properties:
name:
type: string
Expand Down

0 comments on commit c6f6c9c

Please sign in to comment.