mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 00:43:42 +01:00
Clarify avatar_url should be MXC
This commit is contained in:
parent
41c64c877b
commit
82adcec491
|
|
@ -63,7 +63,7 @@ paths:
|
||||||
description: "Spec-conformant displayname value; must be a string."
|
description: "Spec-conformant displayname value; must be a string."
|
||||||
avatar_url:
|
avatar_url:
|
||||||
type: string
|
type: string
|
||||||
description: "Spec-conformant avatar URL value; must be a string."
|
description: "Spec-conformant avatar URL value (MXC URI format); must be a string."
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
description: "Any additional profile field value; may be any valid JSON type."
|
description: "Any additional profile field value; may be any valid JSON type."
|
||||||
example: { "displayname": "Alice Wonderland" }
|
example: { "displayname": "Alice Wonderland" }
|
||||||
|
|
@ -161,7 +161,7 @@ paths:
|
||||||
description: "Spec-conformant displayname value; must be a string."
|
description: "Spec-conformant displayname value; must be a string."
|
||||||
avatar_url:
|
avatar_url:
|
||||||
type: string
|
type: string
|
||||||
description: "Spec-conformant avatar URL value; must be a string."
|
description: "Spec-conformant avatar URL value (MXC URI format); must be a string."
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
description: "Any additional profile field value; may be any valid JSON type."
|
description: "Any additional profile field value; may be any valid JSON type."
|
||||||
examples:
|
examples:
|
||||||
|
|
@ -292,7 +292,7 @@ paths:
|
||||||
avatar_url:
|
avatar_url:
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
description: "Spec-conformant avatar URL value; must be a string."
|
description: "Spec-conformant avatar URL value (MXC URI format); must be a string."
|
||||||
displayname:
|
displayname:
|
||||||
type: string
|
type: string
|
||||||
description: "Spec-conformant displayname value; must be a string."
|
description: "Spec-conformant displayname value; must be a string."
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue