| @@ -2,7 +2,8 @@ | |||||
| "kind": "collectionType", | "kind": "collectionType", | ||||
| "collectionName": "carrers", | "collectionName": "carrers", | ||||
| "info": { | "info": { | ||||
| "name": "Carrer" | |||||
| "name": "Carrer", | |||||
| "description": "" | |||||
| }, | }, | ||||
| "options": { | "options": { | ||||
| "increments": true, | "increments": true, | ||||
| @@ -31,6 +32,21 @@ | |||||
| "required": true | "required": true | ||||
| }, | }, | ||||
| "category": { | "category": { | ||||
| "type": "enumeration", | |||||
| "enum": [ | |||||
| "S1", | |||||
| "D3", | |||||
| "SMA" | |||||
| ] | |||||
| }, | |||||
| "start_regis": { | |||||
| "type": "date", | |||||
| "required": true | |||||
| }, | |||||
| "until_regis": { | |||||
| "type": "date" | |||||
| }, | |||||
| "name_description": { | |||||
| "type": "string" | "type": "string" | ||||
| } | } | ||||
| } | } | ||||