Add slug to awtis

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-10 22:01:40 +04:00
parent 75f8ab7d3d
commit 89ab55ec6d
6 changed files with 31 additions and 2 deletions
+6
View File
@@ -735,6 +735,9 @@
}
}
},
"slug": {
"type": "string"
},
"published_at": {
"type": "string",
"format": "date-time"
@@ -771,6 +774,9 @@
"user": {
"type": "string"
},
"slug": {
"type": "string"
},
"published_at": {
"type": "string",
"format": "date-time"