mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-19 20: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."
|
||||
avatar_url:
|
||||
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:
|
||||
description: "Any additional profile field value; may be any valid JSON type."
|
||||
example: { "displayname": "Alice Wonderland" }
|
||||
|
|
@ -161,7 +161,7 @@ paths:
|
|||
description: "Spec-conformant displayname value; must be a string."
|
||||
avatar_url:
|
||||
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:
|
||||
description: "Any additional profile field value; may be any valid JSON type."
|
||||
examples:
|
||||
|
|
@ -292,7 +292,7 @@ paths:
|
|||
avatar_url:
|
||||
type: string
|
||||
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:
|
||||
type: string
|
||||
description: "Spec-conformant displayname value; must be a string."
|
||||
|
|
|
|||
Loading…
Reference in a new issue