Compare commits

...

4 commits

Author SHA1 Message Date
Johannes Marbach 01b653e2d1
Merge c94b54dab1 into 4ed55a60ec 2025-05-21 10:21:53 +02:00
V02460 4ed55a60ec
[schema] Correct null value handling for the AS Registration’s url property (#2130)
Some checks are pending
Spec / 🔎 Validate OpenAPI specifications (push) Waiting to run
Spec / 🔎 Check Event schema examples (push) Waiting to run
Spec / 🔎 Check OpenAPI definitions examples (push) Waiting to run
Spec / 🔎 Check JSON Schemas inline examples (push) Waiting to run
Spec / ⚙️ Calculate baseURL for later jobs (push) Waiting to run
Spec / 🐍 Build OpenAPI definitions (push) Blocked by required conditions
Spec / 📢 Run towncrier for changelog (push) Waiting to run
Spec / 📖 Build the spec (push) Blocked by required conditions
Spec / 🔎 Validate generated HTML (push) Blocked by required conditions
Spec / 📖 Build the historical backup spec (push) Blocked by required conditions
Spell Check / Spell Check with Typos (push) Waiting to run
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2025-05-20 15:54:09 +01:00
Johannes Marbach c94b54dab1 Add changelog 2025-02-21 21:00:33 +01:00
Johannes Marbach d010df9518 Make disclosure of conflicts of interest mandatory
Fixes: #1700
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2025-02-21 20:57:42 +01:00
4 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1 @@
Correct null value handling for the AS Registration's `url` property.

View file

@ -0,0 +1 @@
Make disclosure of conflicts of interest mandatory for spec change proposals.

View file

@ -79,6 +79,19 @@ Please [see
MSC1779](https://github.com/matrix-org/matrix-spec-proposals/blob/main/proposals/1779-open-governance.md)
for full details of the project's Guiding Principles.
For the purposes of transparency and to underpin the "greater benefit"
principle, proposals MUST disclose possible conflicts of interest where
they might reasonably exist. Authors MAY do this by filling out the
following checklist and publishing it together with their proposal.
```
- [ ] I am being paid for working on this proposal by <ORGANIZATION>
- [ ] I am an employee or member of <ORGANIZATION> which is involved in the Matrix ecosystem
- [ ] I have another relationship that might appear to be a conflict of interest: <DETAILS>
- [ ] I have some other type of financial interest in Matrix or this proposal: <DETAILS>
- [ ] None of the above
```
## Technical notes
Proposals **must** develop Matrix as a layered protocol: with new
@ -193,7 +206,8 @@ is as follows:
filename that follows the format `1234-my-new-proposal.md` where
`1234` is the MSC ID.
- Your PR description must include a link to the rendered Markdown
document and a summary of the proposal.
document and a disclosure of potential conflicts of interest where
they might reasonably apply.
- It is often very helpful to link any related MSCs or [matrix-spec
issues](https://github.com/matrix-org/matrix-spec/issues) to give
context for the proposal.

View file

@ -19,7 +19,7 @@ properties:
type: string
description: A unique, user-defined ID of the application service which will never change.
url:
type: string
type: ["null", "string"]
description: The URL for the application service. May include a path after the domain name. Optionally set to null if no traffic is required.
as_token:
type: string