UNPKG

@webda/profiler

Version:
43 lines 916 B
{ "beans": {}, "deployers": {}, "moddas": { "Webda/Profiler": "lib/profiler:default" }, "models": { "graph": {}, "tree": {}, "plurals": {}, "list": {}, "reflections": {} }, "schemas": { "Webda/Profiler": { "type": "object", "properties": { "type": { "type": "string", "description": "Type of the service" }, "url": { "type": "string", "description": "URL on which to serve the content" }, "disabled": { "type": "boolean", "description": "Disable the service" }, "openapi": { "type": "object", "additionalProperties": true } }, "required": [ "type" ], "description": "Profiler Parameters", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Profiler" } } }