{
    "URLS": {
        "QuestionSet": {
            "ADD": "questionset/v2/add",
            "READ": "questionset/v2/read",
            "UPDATE": "questionset/v2/update/",
            "REVIEW": "questionset/v2/review/",
            "REJECT": "questionset/v2/reject/",
            "PUBLISH": "questionset/v2/publish/",
            "DELETENODE": "questionset/v2/remove",
            "HIERARCHY_READ": "questionset/v2/hierarchy",
            "SYSYTEM_UPDATE": "questionset/v2/system/update/",
            "HIERARCHY_UPDATE": "questionset/v2/hierarchy/update",
            "DEFAULT_PARAMS_FIELDS": "instructions,outcomeDeclaration"
        },
        "Question": {
            "LIST": "question/v2/list",
            "READ": "question/v2/read/",
            "CREATE": "question/v2/create",
            "UPDATE": "question/v2/update/",
            "REVIEW": "question/v2/review/",
            "REJECT": "question/v2/reject/",
            "PUBLISH": "question/v2/publish/",
            "SYSYTEM_UPDATE": "question/v2/system/update/"
        },
        "Collection": {
            "HIERARCHY_READ": "content/v3/hierarchy",
            "HIERARCHY_UPDATE": "content/v3/hierarchy/update",
            "REVIEW": "content/v3/review/",
            "REJECT": "content/v3/reject/",
            "PUBLISH": "content/v3/publish/",
            "SYSYTEM_UPDATE": "system/v3/content/update/"
        },
        "COMPOSITE": {
            "SEARCH": "composite/v3/search"
        },
        "ContentPolicyUrl": "/term-of-use.html",
        "assetProxyUrl": "/assets/public/",
        "commonFrameworkLicenseUrl": "https://creativecommons.org/licenses",
        "getCategoryDefinition": "object/category/definition/v1/read?fields=objectMetadata,forms,name,label",
        "CONTENT": {
            "HIERARCHY_ADD": "content/v3/hierarchy/add",
            "READ": "content/v3/read/",
            "CREATE": "content/v3/create",
            "UPLOAD": "content/v3/upload/",
            "UPLOAD_URL": "content/v3/upload/url/"
        },
        "frameworkRead": "framework/v1/read/",
        "channelRead": "channel/v1/read/",
        "telemetry": "/data/v3/telemetry",
        "ASSET": {
            "READ": "asset/v1/read/",
            "CREATE": "asset/v1/create",
            "UPLOAD": "asset/v1/upload/"
        }
    }
}
