{
    "$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
    "extends": ["@microsoft/api-extractor/extends/tsdoc-base.json"],
    "tagDefinitions": [
        {
            "tagName": "@notImplemented",
            "syntaxKind": "block",
            "allowMultiple": true
        },
        {
            "tagName": "@response",
            "syntaxKind": "block",
            "allowMultiple": true
        }
    ],
    "supportForTags": {
        "@notImplemented": true,
        "@response": true
    }
}
