mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 00:50:31 +00:00
Update version spec
This commit is contained in:
parent
c83b627307
commit
cc88a0594c
1 changed files with 4 additions and 0 deletions
|
@ -886,11 +886,15 @@ components:
|
||||||
jvmVersion:
|
jvmVersion:
|
||||||
type: string
|
type: string
|
||||||
description: The version of the Java Virtual Machine in which the daemon is running
|
description: The version of the Java Virtual Machine in which the daemon is running
|
||||||
|
pro:
|
||||||
|
type: boolean
|
||||||
|
description: Whether the daemon supports professional edition features
|
||||||
required:
|
required:
|
||||||
- version
|
- version
|
||||||
- canonicalVersion
|
- canonicalVersion
|
||||||
- buildVersion
|
- buildVersion
|
||||||
- jvmVersion
|
- jvmVersion
|
||||||
|
- pro
|
||||||
AuthMethod:
|
AuthMethod:
|
||||||
discriminator:
|
discriminator:
|
||||||
propertyName: type
|
propertyName: type
|
||||||
|
|
Loading…
Reference in a new issue