addedInput schema / properties / challenges / items
Added value: +{
+ "maxLength": 300,
+ "minLength": 5,
+ "type": "string"
+}
addedInput schema / properties / challenges / maxItems
Added value: +5
addedInput schema / properties / challenges / minItems
Added value: +1
addedInput schema / properties / company / properties
Added value: +{
+ "name": {
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+ },
+ "sector": {
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+ },
+ "stage": {
+ "enum": [
+ "pre-seed",
+ "seed",
+ "serie-a",
+ "serie-b",
+ "serie-c",
+ "serie-d-plus",
+ "profitable-sme",
+ "enterprise"
+ ],
+ "type": "string"
+ }
+}
addedInput schema / properties / company / required
Added value: +[
+ "name",
+ "sector",
+ "stage"
+]
addedInput schema / properties / financials / properties
Added value: +{
+ "accountsPayableEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "accountsReceivableEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "annualRevenueEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currentCashEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currentDioDays": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currentDpoDays": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currentDsoDays": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "inventoryEur": {
+ "minimum": 0,
+ "type": "number"
+ }
+}
addedInput schema / properties / financials / required
Added value: +[
+ "annualRevenueEur",
+ "currentCashEur",
+ "accountsReceivableEur",
+ "accountsPayableEur",
+ "currentDsoDays",
+ "currentDpoDays"
+]
addedInput schema / properties / industry / maxLength
Added value: +100
addedInput schema / properties / industry / minLength
Added value: +2
addedInput schema / properties / topCustomers / items
Added value: +{
+ "maxLength": 100,
+ "type": "string"
+}
addedInput schema / properties / topCustomers / maxItems
Added value: +5
addedInput schema / properties / topCustomers / minItems
Added value: +0
addedInput schema / properties / topSuppliers / items
Added value: +{
+ "maxLength": 100,
+ "type": "string"
+}
addedInput schema / properties / topSuppliers / maxItems
Added value: +5
addedInput schema / properties / topSuppliers / minItems
Added value: +0
addedInput schema / required
Added value: +[
+ "company",
+ "financials",
+ "challenges"
+]