Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ properties:
description: A class for the server.
parent_model_id:
description: >-
Set when this model is a variant of another model. Variants share the
same server object as their parent and are excluded from the default
models list; fetch them by parent when a variant group is expanded.
The ID of the model that this model is a variant of. Null if the model
is not a variant.
anyOf:
- $ref: "../../../ID.yml"
- type: "null"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ properties:
type: string
description: "The primary ID used to reference this server model."
parent_model_id:
description: >-
The ID of the model that this model is a variant of. Null if the model
is not a variant.
type:
- "string"
- "null"
description: "The ID of the parent server model, if this model is derived from another. Variants share the same server object as their parent and are excluded from the default models list; fetch them by parent when a variant group is expanded. Null for standalone and parent models."
locations:
type:
- "array"
Expand Down
Loading