Extract PluginPrivilegeItem as explicit type definition

Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Tobias Gesellchen 2021-08-19 20:25:16 +02:00 committed by Sebastiaan van Stijn
parent 6e421a1823
commit 7248ebcd7e
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -2190,6 +2190,24 @@ definitions:
type: "string"
x-nullable: false
PluginPrivilegeItem:
description: |
Describes a permission the user has to accept upon installing
the plugin.
type: "object"
properties:
Name:
type: "string"
example: "network"
Description:
type: "string"
Value:
type: "array"
items:
type: "string"
example:
- "host"
Plugin:
description: "A plugin for the Engine API"
type: "object"
@ -2972,19 +2990,7 @@ definitions:
PluginPrivilege:
type: "array"
items:
description: |
Describes a permission accepted by the user upon installing the
plugin.
type: "object"
properties:
Name:
type: "string"
Description:
type: "string"
Value:
type: "array"
items:
type: "string"
$ref: "#/definitions/PluginPrivilegeItem"
ContainerSpec:
type: "object"
description: |
@ -9383,20 +9389,7 @@ paths:
schema:
type: "array"
items:
description: |
Describes a permission the user has to accept upon installing
the plugin.
type: "object"
title: "PluginPrivilegeItem"
properties:
Name:
type: "string"
Description:
type: "string"
Value:
type: "array"
items:
type: "string"
$ref: "#/definitions/PluginPrivilegeItem"
example:
- Name: "network"
Description: ""
@ -9472,19 +9465,7 @@ paths:
schema:
type: "array"
items:
description: |
Describes a permission accepted by the user upon installing the
plugin.
type: "object"
properties:
Name:
type: "string"
Description:
type: "string"
Value:
type: "array"
items:
type: "string"
$ref: "#/definitions/PluginPrivilegeItem"
example:
- Name: "network"
Description: ""
@ -9656,19 +9637,7 @@ paths:
schema:
type: "array"
items:
description: |
Describes a permission accepted by the user upon installing the
plugin.
type: "object"
properties:
Name:
type: "string"
Description:
type: "string"
Value:
type: "array"
items:
type: "string"
$ref: "#/definitions/PluginPrivilegeItem"
example:
- Name: "network"
Description: ""