Skip to content

Commit

Permalink
Blewis/server mounts (#234)
Browse files Browse the repository at this point in the history
* server mounts

* server mount source

* mounts required

* mounts map optional nullable

* mounts type
  • Loading branch information
blewisCycle authored Dec 14, 2023
1 parent 0d3dbfd commit 9c6a355
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/schemas/infrastructure/servers/Server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ properties:
type: string
description: An identifier for the node.
mounts:
$ref: ./ServerMounts.yml
nullable: true
type: object
allOf:
- $ref: ./ServerMounts.yml
hostname:
type: string
description: The server hostname.
Expand Down

0 comments on commit 9c6a355

Please sign in to comment.