make entry.data in invite relationships an object (#1775)
This commit is contained in:
Родитель
909e01983c
Коммит
1c32725f88
|
@ -2190,7 +2190,17 @@
|
|||
"description": "links"
|
||||
},
|
||||
"data": {
|
||||
"type": "string",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
|
@ -2695,7 +2705,17 @@
|
|||
"description": "links"
|
||||
},
|
||||
"data": {
|
||||
"type": "string",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
|
@ -3467,7 +3487,17 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
|
@ -3967,7 +3997,17 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
|
@ -4294,10 +4334,18 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string",
|
||||
"description": "data",
|
||||
"title": "",
|
||||
"default": "null"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
"description": "entry"
|
||||
|
@ -4584,7 +4632,17 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
|
@ -4912,7 +4970,17 @@
|
|||
"type": "object",
|
||||
"properties": {
|
||||
"data": {
|
||||
"type": "string",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "string",
|
||||
"description": "type",
|
||||
},
|
||||
"id": {
|
||||
"type": "string",
|
||||
"description": "id",
|
||||
}
|
||||
},
|
||||
"description": "data"
|
||||
}
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче