addedInput schema / properties / jobs / items / properties / signals
Added value: +{
+ "properties": {
+ "categories": {
+ "items": {
+ "enum": [
+ "ai-agents",
+ "ai-infrastructure",
+ "ai-data-evals",
+ "ai-safety-governance",
+ "robotics",
+ "web3-protocols",
+ "defi",
+ "depin",
+ "wallets-custody",
+ "exchanges-markets",
+ "web3-developer-infrastructure",
+ "gaming-metaverse",
+ "agentic-commerce"
+ ],
+ "type": "string"
+ },
+ "maxItems": 20,
+ "type": "array"
+ },
+ "confidence": {
+ "enum": [
+ "none",
+ "low",
+ "medium",
+ "high"
+ ],
+ "type": "string"
+ },
+ "domains": {
+ "items": {
+ "enum": [
+ "ai",
+ "web3"
+ ],
+ "type": "string"
+ },
+ "maxItems": 2,
+ "type": "array"
+ },
+ "matched_terms": {
+ "items": {
+ "maxLength": 80,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 100,
+ "type": "array"
+ },
+ "technologies": {
+ "items": {
+ "maxLength": 80,
+ "minLength": 1,
+ "type": "string"
+ },
+ "maxItems": 50,
+ "type": "array"
+ }
+ },
+ "required": [
+ "domains",
+ "categories",
+ "technologies",
+ "matched_terms",
+ "confidence"
+ ],
+ "type": "object"
+}