addedInput schema / properties / company_count
Added value: +{
+ "anyOf": [
+ {
+ "maximum": 100,
+ "minimum": 1,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional expected company count for research tasks.",
+ "title": "Company Count"
+}
addedInput schema / properties / payment_provider
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional payment provider name.",
+ "title": "Payment Provider"
+}
addedInput schema / properties / payment_reference
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional provider/payment reference.",
+ "title": "Payment Reference"
+}
addedInput schema / properties / payment_status
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional payment state such as funded or paid. Verification remains server-owned.",
+ "title": "Payment Status"
+}
addedInput schema / properties / payout_amount
Added value: +{
+ "anyOf": [
+ {
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Optional advertised cash payout amount. Does not itself verify payment.",
+ "title": "Payout Amount"
+}
addedInput schema / properties / payout_currency
Added value: +{
+ "default": "EUR",
+ "description": "Payout currency such as EUR.",
+ "title": "Payout Currency",
+ "type": "string"
+}