Release-v27.0

This commit is contained in:
Cyrus Daboo
2026-09-17 09:59:16 -04:00
parent 67045e2fa0
commit 09f249a06e
759 changed files with 22171 additions and 2539 deletions
@@ -15,12 +15,12 @@ payload:
introduced: '10.0'
payloadkeys:
- key: Name
title: Organization Name
title: Organization name
type: <string>
presence: required
content: The name of the organization.
- key: Email
title: Organization Email Address
title: Organization email address
type: <string>
presence: optional
content: The email address of the contact person for the organization.
@@ -30,15 +30,19 @@ payloadkeys:
presence: optional
content: The website of the organization to contact for support.
- key: Proof
title: Organization Identity
title: Organization identity
type: <dictionary>
presence: optional
content: The additional properties that verify the identity and authenticity of
the organization.
subkeys:
- key: IdentityToken
title: Organization Identity Token
title: Organization identity token
type: <string>
presence: optional
content: A token that verifies the identity of the organization when using this
service.
examples:
- title: Management declaration example
files:
- file: examples/declarative/declarations/management/organization-info/example1.json
@@ -19,3 +19,7 @@ payloadkeys:
type: <any>
presence: optional
content: Each entry represents a property key/value.
examples:
- title: Management declaration example
files:
- file: examples/declarative/declarations/management/properties/example1.json
@@ -15,12 +15,12 @@ payload:
introduced: '10.0'
payloadkeys:
- key: Version
title: Protocol Version
title: Protocol version
type: <string>
presence: required
content: The server's protocol version.
- key: SupportedFeatures
title: Supported Features
title: Supported features
type: <dictionary>
presence: required
content: |-
@@ -32,3 +32,7 @@ payloadkeys:
type: <any>
presence: optional
content: Additional keys may be present.
examples:
- title: Management declaration example
files:
- file: examples/declarative/declarations/management/server-capabilities/example1.json