s/0-length/zero-length/g
This commit is contained in:
parent
ed4ce6950c
commit
86be22dc35
6 changed files with 6 additions and 6 deletions
|
@ -50,7 +50,7 @@
|
|||
"properties": {
|
||||
"state_key": {
|
||||
"type": "string",
|
||||
"description": "A unique key which defines the overwriting semantics for this piece of room state. This value is often a 0-length string. The presence of this key makes this event a State Event."
|
||||
"description": "A unique key which defines the overwriting semantics for this piece of room state. This value is often a zero-length string. The presence of this key makes this event a State Event."
|
||||
},
|
||||
"prev_content": {
|
||||
"type": "object",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"state_key": {
|
||||
"type": "string",
|
||||
"description": "A 0-length string.",
|
||||
"description": "A zero-length string.",
|
||||
"pattern": "^$"
|
||||
},
|
||||
"type": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"state_key": {
|
||||
"type": "string",
|
||||
"description": "A 0-length string.",
|
||||
"description": "A zero-length string.",
|
||||
"pattern": "^$"
|
||||
},
|
||||
"type": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"state_key": {
|
||||
"type": "string",
|
||||
"description": "A 0-length string.",
|
||||
"description": "A zero-length string.",
|
||||
"pattern": "^$"
|
||||
},
|
||||
"type": {
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
},
|
||||
"state_key": {
|
||||
"type": "string",
|
||||
"description": "A 0-length string.",
|
||||
"description": "A zero-length string.",
|
||||
"pattern": "^$"
|
||||
},
|
||||
"type": {
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
},
|
||||
"state_key": {
|
||||
"type": "string",
|
||||
"description": "A 0-length string.",
|
||||
"description": "A zero-length string.",
|
||||
"pattern": "^$"
|
||||
},
|
||||
"type": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue