We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c483b1 commit a9706f1Copy full SHA for a9706f1
schemas/telemetry/_common-schema.json
@@ -86,10 +86,24 @@
86
"description": "Action properties",
87
"required": ["id"],
88
"properties": {
89
- "id": {
90
- "type": "string",
91
- "description": "UUID of the action",
92
- "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
+ "properties": {
+ "id": {
+ "description": "UUID of the action",
+ "readOnly": true,
93
+ "oneOf": [
94
+ {
95
+ "type": "string",
96
+ "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
97
+ },
98
99
+ "type": "array",
100
+ "items": {
101
102
103
+ }
104
105
+ ]
106
107
}
108
109
},
0 commit comments