Skip to content

Commit 1bce433

Browse files
committed
add " around null"
1 parent 693cc09 commit 1bce433

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

components/schemas/hubs/activity/Activity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ properties:
5555
session:
5656
anyOf:
5757
- $ref: Session.yml
58-
- type: null
58+
- type: "null"
5959
changes:
6060
type: array
6161
description: An array of changes.
@@ -75,7 +75,7 @@ properties:
7575
message:
7676
type: string
7777
description: The error message.
78-
- type: null
78+
- type: "null"
7979
component:
8080
description: An object holding information about a component.
8181
oneOf:
@@ -89,7 +89,7 @@ properties:
8989
type:
9090
type: string
9191
description: The type of component.
92-
- type: null
92+
- type: "null"
9393
tags:
9494
type: array
9595
description: An array of tags that denote things such as a type of security event, or can be user-provided.

0 commit comments

Comments
 (0)