{
  "openapi": "3.1.0",
  "info": {
    "title": "Web Motion Archive Design API",
    "version": "1.0.0",
    "description": "Read-only design knowledge distilled from 333 interactive website studies and 270 bilingual interface terms."
  },
  "servers": [
    {
      "url": "https://uiflow.cc.cd/design-api/v1"
    }
  ],
  "paths": {
    "/manifest.json": {
      "get": {
        "summary": "Read manifest",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/catalog.json": {
      "get": {
        "summary": "Read catalog",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/styles.json": {
      "get": {
        "summary": "Read styles",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/blocks.json": {
      "get": {
        "summary": "Read blocks",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/quality-gates.json": {
      "get": {
        "summary": "Read quality-gates",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/terms.json": {
      "get": {
        "summary": "Read terms",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/term-mappings.json": {
      "get": {
        "summary": "Read term-mappings",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/learning-paths.json": {
      "get": {
        "summary": "Read learning-paths",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    },
    "/skill-manifest.json": {
      "get": {
        "summary": "Read skill-manifest",
        "responses": {
          "200": {
            "description": "Successful response",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object"
                }
              }
            }
          }
        }
      }
    }
  }
}
