adding doc generation

This commit is contained in:
koudo
2022-01-08 00:46:01 +01:00
parent adbd632db0
commit e157d5848d
21 changed files with 644 additions and 54 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/* eslint-disable */
// Phantombuster configuration {
"phantombuster command: nodejs"
"phantombuster package: 5"
"phantombuster command: nodejs";
"phantombuster package: 5";
// }
/* eslint-enable */
+4 -12
View File
@@ -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"
}
}
}
}
+2 -7
View File
@@ -19,15 +19,10 @@
"type": "string"
}
},
"required": [
"name",
"url",
"score",
"commentCount"
],
"required": ["name", "url", "score", "commentCount"],
"type": "object"
},
"type": "array"
}
}
}
}