{
  "openapi": "3.1.0",
  "info": {
    "title": "NMD-VCell four-disease evidence API",
    "version": "0.2.0"
  },
  "servers": [
    {
      "url": "https://nmdvcell.com"
    }
  ],
  "paths": {
    "/resource/api/v2/diseases/manifest.json": {
      "get": {
        "summary": "Get the four-disease manifest",
        "responses": {
          "200": {
            "description": "Manifest"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dmd/summary.json": {
      "get": {
        "summary": "Get DMD summary",
        "responses": {
          "200": {
            "description": "DMD summary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dmd/datasets.json": {
      "get": {
        "summary": "Get DMD datasets",
        "responses": {
          "200": {
            "description": "DMD datasets"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dmd/candidate-logic.json": {
      "get": {
        "summary": "Get DMD candidate-logic",
        "responses": {
          "200": {
            "description": "DMD candidate-logic"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dmd/claim-boundary.json": {
      "get": {
        "summary": "Get DMD claim-boundary",
        "responses": {
          "200": {
            "description": "DMD claim-boundary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/fshd/summary.json": {
      "get": {
        "summary": "Get FSHD summary",
        "responses": {
          "200": {
            "description": "FSHD summary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/fshd/datasets.json": {
      "get": {
        "summary": "Get FSHD datasets",
        "responses": {
          "200": {
            "description": "FSHD datasets"
          }
        }
      }
    },
    "/resource/api/v2/diseases/fshd/candidate-logic.json": {
      "get": {
        "summary": "Get FSHD candidate-logic",
        "responses": {
          "200": {
            "description": "FSHD candidate-logic"
          }
        }
      }
    },
    "/resource/api/v2/diseases/fshd/claim-boundary.json": {
      "get": {
        "summary": "Get FSHD claim-boundary",
        "responses": {
          "200": {
            "description": "FSHD claim-boundary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dm1/summary.json": {
      "get": {
        "summary": "Get DM1 summary",
        "responses": {
          "200": {
            "description": "DM1 summary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dm1/datasets.json": {
      "get": {
        "summary": "Get DM1 datasets",
        "responses": {
          "200": {
            "description": "DM1 datasets"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dm1/candidate-logic.json": {
      "get": {
        "summary": "Get DM1 candidate-logic",
        "responses": {
          "200": {
            "description": "DM1 candidate-logic"
          }
        }
      }
    },
    "/resource/api/v2/diseases/dm1/claim-boundary.json": {
      "get": {
        "summary": "Get DM1 claim-boundary",
        "responses": {
          "200": {
            "description": "DM1 claim-boundary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/sma/summary.json": {
      "get": {
        "summary": "Get SMA summary",
        "responses": {
          "200": {
            "description": "SMA summary"
          }
        }
      }
    },
    "/resource/api/v2/diseases/sma/datasets.json": {
      "get": {
        "summary": "Get SMA datasets",
        "responses": {
          "200": {
            "description": "SMA datasets"
          }
        }
      }
    },
    "/resource/api/v2/diseases/sma/candidate-logic.json": {
      "get": {
        "summary": "Get SMA candidate-logic",
        "responses": {
          "200": {
            "description": "SMA candidate-logic"
          }
        }
      }
    },
    "/resource/api/v2/diseases/sma/claim-boundary.json": {
      "get": {
        "summary": "Get SMA claim-boundary",
        "responses": {
          "200": {
            "description": "SMA claim-boundary"
          }
        }
      }
    }
  }
}
