Skip to main content
Go to Latest
File
{ "$id": "https://raw.githubusercontent.com/azurystudio/darkflare/dev/schema.json", "$schema": "http://json-schema.org/draft-07/schema", "title": "darkflare", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "name for your app.", "default": "darkflare-*" }, "base": { "type": "string", "description": "base for your app, e.g. /api.", "default": null },
"cors": { "type": "string", "description": "allowed origin for incoming requests.", "default": null },
"cache": { "type": ["string", "number"], "description": "cache responses for a given amount of seconds.", "default": 0 } }}