Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit b717e06

Browse files
chore(bot): update openapi3 schema
1 parent 6cc4c80 commit b717e06

6 files changed

+4210
-0
lines changed

build/3.0.0/polyproto.core-v1.0-beta.3.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@ tags:
1616
- name: Resource addressing with relative roots - Registration not required
1717
- name: Resource addressing with relative roots - Registration required
1818
paths:
19+
/.p2/core/v1/contact:
20+
get:
21+
operationId: getContactInfo
22+
summary: Retrieve contact information
23+
description: |-
24+
Retrieve contact information for this home server. May include an `adminAccount` federation ID,
25+
if this instance supports some form of text message exchange and such an account exists.
26+
parameters: []
27+
responses:
28+
'200':
29+
description: The request has succeeded.
30+
content:
31+
application/json:
32+
schema:
33+
type: object
34+
properties:
35+
adminAccount:
36+
type: string
37+
mail:
38+
type: string
39+
required:
40+
- mail
1941
/.p2/core/v1/data:
2042
delete:
2143
operationId: Unregistered_deleteData
@@ -1668,11 +1690,15 @@ paths:
16681690
- {}
16691691
components:
16701692
schemas:
1693+
BadReport:
1694+
type: object
1695+
description: This actor either does not exist on this home server (anymore), or the actor is not from this home server.
16711696
Version:
16721697
type: string
16731698
enum:
16741699
- v1.0-beta.3
16751700
- v1.0-beta.4
1701+
- v1.0-beta.5
16761702
models.CacheableIDCert:
16771703
type: object
16781704
required:

build/3.0.0/polyproto.core-v1.0-beta.4.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,28 @@ tags:
1616
- name: Resource addressing with relative roots - Registration not required
1717
- name: Resource addressing with relative roots - Registration required
1818
paths:
19+
/.p2/core/v1/contact:
20+
get:
21+
operationId: getContactInfo
22+
summary: Retrieve contact information
23+
description: |-
24+
Retrieve contact information for this home server. May include an `adminAccount` federation ID,
25+
if this instance supports some form of text message exchange and such an account exists.
26+
parameters: []
27+
responses:
28+
'200':
29+
description: The request has succeeded.
30+
content:
31+
application/json:
32+
schema:
33+
type: object
34+
properties:
35+
adminAccount:
36+
type: string
37+
mail:
38+
type: string
39+
required:
40+
- mail
1941
/.p2/core/v1/data:
2042
delete:
2143
operationId: Unregistered_deleteData
@@ -1704,11 +1726,15 @@ paths:
17041726
- {}
17051727
components:
17061728
schemas:
1729+
BadReport:
1730+
type: object
1731+
description: This actor either does not exist on this home server (anymore), or the actor is not from this home server.
17071732
Version:
17081733
type: string
17091734
enum:
17101735
- v1.0-beta.3
17111736
- v1.0-beta.4
1737+
- v1.0-beta.5
17121738
models.CacheableIDCert:
17131739
type: object
17141740
required:

0 commit comments

Comments
 (0)