Skip to content

Commit

Permalink
feat(Evenement): ajout du schema complet
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandoraaa committed Dec 9, 2022
1 parent 2941a8f commit 38511fc
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions src/api/evenement/content-types/evenement/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,52 @@
"attributes": {
"dateDebut": {
"type": "datetime"
},
"description": {
"type": "text"
},
"idSource": {
"type": "string"
},
"lieu": {
"type": "string"
},
"modaliteInscription": {
"type": "text"
},
"online": {
"type": "boolean"
},
"organismeOrganisateur": {
"type": "string"
},
"titre": {
"type": "string"
},
"type": {
"type": "enumeration",
"enum": [
"seance_information",
"reunion_information",
"atelier",
"job_dating",
"forum",
"Conférence"
]
},
"source": {
"type": "enumeration",
"enum": [
"tous-mobilises",
"salons-en-ligne"
]
},
"slug": {
"type": "uid",
"targetField": "idSource"
},
"dateFin": {
"type": "datetime"
}
}
}

0 comments on commit 38511fc

Please sign in to comment.