enregistrement
Conventions de subvention
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"conventions-de-subvention",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/conventions-de-subvention"
}
] - "definitions":{
- "conventions-de-subvention":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/conventions-de-subvention_records"
}
}
} - "records":
} - "properties":
- "conventions-de-subvention_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "nomattribuant":,{
- "type":"string",
- "title":"nomAttribuant",
- "description":""
} - "idattribuant":,{
- "type":"integer",
- "title":"idAttribuant",
- "description":""
} - "dateconvention":,{
- "type":"string",
- "format":"date",
- "title":"dateConvention",
- "description":""
} - "referencedecision":,{
- "type":"string",
- "title":"referenceDecision",
- "description":""
} - "idbeneficiaire":,{
- "type":"integer",
- "title":"idBeneficiaire",
- "description":""
} - "nombeneficiaire":,{
- "type":"string",
- "title":"nomBeneficiaire",
- "description":""
} - "objet":,{
- "type":"string",
- "title":"objet",
- "description":""
} - "montant":,{
- "type":"number",
- "title":"montant",
- "description":""
} - "nature":,{
- "type":"string",
- "title":"nature",
- "description":""
} - "conditionsversement":,{
- "type":"string",
- "title":"conditionsVersement",
- "description":""
} - "datesperiodeversement":,{
- "type":"string",
- "title":"datesPeriodeVersement",
- "description":""
} - "idrae":,{
- "type":"string",
- "title":"idRAE",
- "description":""
} - "notificationue":,{
- "type":"string",
- "title":"notificationUE",
- "description":""
} - "pourcentagesubvention":{
- "type":"number",
- "title":"pourcentageSubvention",
- "description":""
}
} - "nomattribuant":
}
} - "fields":
} - "properties":
} - "conventions-de-subvention":
}