Add komante collections

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-22 21:45:40 +02:00
parent 0669b0b9e1
commit 2c57aa87df
10 changed files with 1673 additions and 1 deletions
+42
View File
@@ -790,6 +790,42 @@
"eksplisit": {
"type": "boolean"
},
"komante": {
"type": "array",
"items": {
"required": [
"id",
"kontni",
"sentAt"
],
"properties": {
"id": {
"type": "string"
},
"kontni": {
"type": "string"
},
"user": {
"type": "string"
},
"teks": {
"type": "string"
},
"sentAt": {
"type": "string"
},
"published_at": {
"type": "string"
},
"created_by": {
"type": "string"
},
"updated_by": {
"type": "string"
}
}
}
},
"published_at": {
"type": "string",
"format": "date-time"
@@ -912,6 +948,12 @@
"eksplisit": {
"type": "boolean"
},
"komante": {
"type": "array",
"items": {
"type": "string"
}
},
"published_at": {
"type": "string",
"format": "date-time"