addedInput schema / properties / activities / items
Added value: +{
+ "maxLength": 200,
+ "minLength": 5,
+ "type": "string"
+}
addedInput schema / properties / activities / maxItems
Added value: +6
addedInput schema / properties / activities / minItems
Added value: +1
addedInput schema / properties / company / properties
Added value: +{
+ "legalForm": {
+ "maxLength": 100,
+ "type": "string"
+ },
+ "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 / currentTaxOptimizations / items
Added value: +{
+ "maxLength": 200,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / currentTaxOptimizations / maxItems
Added value: +5
addedInput schema / properties / currentTaxOptimizations / minItems
Added value: +0
addedInput schema / properties / financials / properties
Added value: +{
+ "annualRevenueEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currentTaxRateEffectivePct": {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ "ebitdaEur": {
+ "type": "number"
+ },
+ "payrollEur": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "rdSpendEur": {
+ "minimum": 0,
+ "type": "number"
+ }
+}
addedInput schema / properties / financials / required
Added value: +[
+ "annualRevenueEur",
+ "ebitdaEur"
+]
addedInput schema / properties / ipAssets / items
Added value: +{
+ "maxLength": 200,
+ "type": "string"
+}
addedInput schema / properties / ipAssets / maxItems
Added value: +5
addedInput schema / properties / ipAssets / minItems
Added value: +0
addedInput schema / properties / jurisdictions / items
Added value: +{
+ "maxLength": 100,
+ "minLength": 2,
+ "type": "string"
+}
addedInput schema / properties / jurisdictions / maxItems
Added value: +5
addedInput schema / properties / jurisdictions / minItems
Added value: +1
addedInput schema / required
Added value: +[
+ "company",
+ "financials",
+ "jurisdictions",
+ "activities"
+]