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,20 +15,24 @@ payload:
introduced: '10.0'
payloadkeys:
- key: Type
title: Type
type: <string>
presence: required
content: A string specifying the type of this declaration.
- key: Identifier
title: Identifier
type: <string>
presence: required
content: A string uniquely identifying this declaration. The size of this string
should not exceed 64 octets. A UUID string value is a good choice.
shouldn't exceed 64 octets. A UUID string value is a good choice.
- key: ServerToken
title: Server token
type: <string>
presence: required
content: A unique token generated by the server specifying a particular revision
of the declaration. The size of this string should not exceed 64 octets.
of the declaration. The size of this string shouldn't exceed 64 octets.
- key: Payload
title: Payload
type: <dictionary>
presence: required
content: The payload describing this declaration.