We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003d850 commit f0300dbCopy full SHA for f0300db
schemas/function.yaml
@@ -31,9 +31,13 @@ $defs:
31
description: Associates this function with another getter or setter function.
32
oop:
33
$ref: '#/$defs/oop'
34
- is_disabled:
35
- type: string
36
- description: Describe why the function was disabled, and if there is an alternative approach.
+ disabled:
+ description: |
+ Describe why the function was disabled, and if there is an alternative approach;
37
+ or just set the property to "true".
38
+ anyOf:
39
+ - type: string
40
+ - const: true
41
meta:
42
$ref: '#/$defs/meta'
43
description:
0 commit comments