You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
description: A cacheable response to an ID-Cert request.
1746
-
polyproto.core.models.EncryptedPKM:
1746
+
polyproto.core.Models.EncryptedPKM:
1747
1747
type: object
1748
1748
required:
1749
1749
- key_data
@@ -1772,7 +1772,7 @@ components:
1772
1772
Information about the algorithms used to encrypt the data held by the `key_data` field.
1773
1773
Order-sensitive; The encryption used for the first encryption operation must be the last
1774
1774
item of this array and vice versa. Represents a list of OIDs.
1775
-
polyproto.core.models.KeyTrial:
1775
+
polyproto.core.Models.KeyTrial:
1776
1776
type: object
1777
1777
required:
1778
1778
- trial
@@ -1792,7 +1792,7 @@ components:
1792
1792
1793
1793
Used to verify an actor's private identity key possession,
1794
1794
without revealing the private key itself
1795
-
polyproto.core.models.KeyTrialCompleted:
1795
+
polyproto.core.Models.KeyTrialCompleted:
1796
1796
type: object
1797
1797
required:
1798
1798
- signature
@@ -1806,7 +1806,7 @@ components:
1806
1806
format: uint64
1807
1807
description: The serial number of the ID-Cert corresponding to the private identity key used to sign the key trial string.
1808
1808
description: A completed key trial, as an actor would send to the server.
1809
-
polyproto.core.models.MessageBatchExample:
1809
+
polyproto.core.Models.MessageBatchExample:
1810
1810
type: object
1811
1811
allOf:
1812
1812
- type: object
@@ -1837,7 +1837,7 @@ components:
1837
1837
This type is generic over `T`, where `T` represents the content of the actual message. This
1838
1838
means, that the specific message content depends on the concrete implementation or extension
1839
1839
of the polyproto protocol.
1840
-
polyproto.core.models.P2Export:
1840
+
polyproto.core.Models.P2Export:
1841
1841
type: object
1842
1842
description: |-
1843
1843
The data is a gzipped tarball (.tar.gz) named `[email protected]`, where
@@ -1886,7 +1886,7 @@ components:
1886
1886
The file `crypt_certs.p2epk` contains all [encrypted private key material](https://docs.polyphony.chat/Protocol%20Specifications/core/#63-private-key-loss-prevention-and-private-key-recovery)
1887
1887
that the actor has uploaded to the server. Just like `messages.p2mb`, `crypt_certs.p2epk` is a standard
1888
1888
JSON file.
1889
-
polyproto.core.models.ResourceAccessProperties:
1889
+
polyproto.core.Models.ResourceAccessProperties:
1890
1890
type: object
1891
1891
required:
1892
1892
- private
@@ -1919,7 +1919,7 @@ components:
1919
1919
description: |-
1920
1920
`ResourceAccessProperties` define which actors may access an uploaded resource. Actors and
1921
1921
entire instances can have access granted or revoked.
1922
-
polyproto.core.models.ResourceListSorting:
1922
+
polyproto.core.Models.ResourceListSorting:
1923
1923
type: string
1924
1924
enum:
1925
1925
- SizeAsc
@@ -1929,7 +1929,7 @@ components:
1929
1929
description: |-
1930
1930
When querying the server for a list of resources uploaded by you, you can optionally request
1931
1931
the resulting list to be sorted in a specific way. These are the four options you have.
0 commit comments