Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 15 additions & 11 deletions components/schemas/hubs/activity/Activity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ required:
- time
properties:
id:
"$ref": "../../ID.yml"
$ref: ../../ID.yml
hub_id:
"$ref": "../../HubID.yml"
$ref: ../../HubID.yml
user:
type: object
description: Userscope
Expand All @@ -31,13 +31,13 @@ properties:
type: string
description: The type of user.
enum:
- "account"
- "environment"
- "platform"
- "platform-pipeline"
- "employee"
- "api-key"
- "visitor"
- account
- environment
- platform
- platform-pipeline
- employee
- api-key
- visitor
id:
type: string
description: The given user's ID.
Expand Down Expand Up @@ -85,7 +85,7 @@ properties:
- type
properties:
id:
"$ref": "../../ID.yml"
$ref: ../../ID.yml
type:
type: string
description: The type of component.
Expand Down Expand Up @@ -380,6 +380,10 @@ properties:
- virtual-machine.rootpw.change
- virtual-machine.task.volumes.reconfigure
- virtual-machine.volumes.reconfigure
- virtual-machine.volumes.remove
- virtual-machine.task.volumes.remove
- virtual-machine.volumes.add
- virtual-machine.task.volumes.add

- virtual-machine.ssh-key.create
- virtual-machine.ssh-key.update
Expand All @@ -393,4 +397,4 @@ properties:

time:
description: A timestamp for when the activity took place.
"$ref": "../../DateTime.yml"
$ref: ../../DateTime.yml