mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-05-02 07:04:09 +02:00
Compare commits
4 commits
42c539e954
...
f52193d0fe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f52193d0fe | ||
|
|
484a777572 | ||
|
|
92084268f1 | ||
|
|
6ae25e7df4 |
|
|
@ -0,0 +1 @@
|
||||||
|
Declare the Application Service Registration schema to follow JSON Schema spec 2020-12.
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
Fix various typos throughout the specification.
|
||||||
|
|
@ -364,7 +364,7 @@ property under `m.new_content`.
|
||||||
|
|
||||||
A particular constraint applies to events which replace a [reply](#rich-replies):
|
A particular constraint applies to events which replace a [reply](#rich-replies):
|
||||||
in contrast to the original reply, there should be no `m.in_reply_to` property
|
in contrast to the original reply, there should be no `m.in_reply_to` property
|
||||||
in the the `m.relates_to` object, since it would be redundant (see
|
in the `m.relates_to` object, since it would be redundant (see
|
||||||
[Applying `m.new_content`](#applying-mnew_content) above, which notes that the
|
[Applying `m.new_content`](#applying-mnew_content) above, which notes that the
|
||||||
original event's `m.relates_to` is preserved), as well as being contrary to the
|
original event's `m.relates_to` is preserved), as well as being contrary to the
|
||||||
spirit of the event relationships mechanism which expects only one "parent" per
|
spirit of the event relationships mechanism which expects only one "parent" per
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
$schema: https://json-schema.org/draft/2020-12/schema
|
||||||
|
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
$schema: https://json-schema.org/draft/2020-12/schema
|
||||||
|
|
||||||
type: object
|
type: object
|
||||||
title: Registration
|
title: Registration
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue