We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 693cc09 commit 1bce433Copy full SHA for 1bce433
1 file changed
components/schemas/hubs/activity/Activity.yml
@@ -55,7 +55,7 @@ properties:
55
session:
56
anyOf:
57
- $ref: Session.yml
58
- - type: null
+ - type: "null"
59
changes:
60
type: array
61
description: An array of changes.
@@ -75,7 +75,7 @@ properties:
75
message:
76
type: string
77
description: The error message.
78
79
component:
80
description: An object holding information about a component.
81
oneOf:
@@ -89,7 +89,7 @@ properties:
89
type:
90
91
description: The type of component.
92
93
tags:
94
95
description: An array of tags that denote things such as a type of security event, or can be user-provided.
0 commit comments