Skip to content

Commit

Permalink
disallowedAttributes: configure errorIdentifier and errorTip as optio…
Browse files Browse the repository at this point in the history
…nal (#229)

Gave a test run of some disallowed attributes on properties after #225, noticed errorIdentifier and errorTip are considered mandatory but I'm guessing it was not intended in #222.
  • Loading branch information
spaze authored Dec 12, 2023
2 parents 240a2b5 + e4c2297 commit a6ceaaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.neon
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ parametersSchema:
?disallowParamFlags: arrayOf(anyOf(int(), structure([position: int(), ?value: int(), ?name: string()])), anyOf(int(), string())),
?allowExceptCaseInsensitiveParams: arrayOf(anyOf(int(), string(), bool(), structure([position: int(), ?value: anyOf(int(), string(), bool()), ?name: string()])), anyOf(int(), string())),
?disallowCaseInsensitiveParams: arrayOf(anyOf(int(), string(), bool(), structure([position: int(), ?value: anyOf(int(), string(), bool()), ?name: string()])), anyOf(int(), string())),
errorIdentifier: string(),
errorTip: string(),
?errorIdentifier: string(),
?errorTip: string(),
])
)

Expand Down

0 comments on commit a6ceaaa

Please sign in to comment.