adding doc generation
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* eslint-disable */
|
||||
// Phantombuster configuration {
|
||||
"phantombuster command: nodejs"
|
||||
"phantombuster package: 5"
|
||||
"phantombuster command: nodejs";
|
||||
"phantombuster package: 5";
|
||||
// }
|
||||
/* eslint-enable */
|
||||
|
||||
|
||||
+4
-12
@@ -50,18 +50,12 @@
|
||||
"type": {
|
||||
"anyOf": [
|
||||
{
|
||||
"enum": [
|
||||
"season",
|
||||
"recipe"
|
||||
],
|
||||
"enum": ["season", "recipe"],
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"items": {
|
||||
"enum": [
|
||||
"season",
|
||||
"recipe"
|
||||
],
|
||||
"enum": ["season", "recipe"],
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
@@ -69,10 +63,8 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"query"
|
||||
],
|
||||
"required": ["query"],
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,15 +19,10 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
"url",
|
||||
"score",
|
||||
"commentCount"
|
||||
],
|
||||
"required": ["name", "url", "score", "commentCount"],
|
||||
"type": "object"
|
||||
},
|
||||
"type": "array"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user