{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Dev Proxy GraphMinimalPermissionsPlugin config schema", "type": "object", "properties": { "$schema": { "type": "string", "description": "Reference to the JSON schema definition." }, "type": { "type": "string", "enum": [ "delegated", "application" ], "description": "Determines which type of permission scopes to return. Can be 'delegated' or 'application'. Default: 'delegated'." } }, "additionalProperties": false }