{
  "openapi": "3.1.0",
  "info": {
    "title": "Night Ash Organization API",
    "version": "1.0.0",
    "summary": "Canonical identity, command, structure, operating cycle, growth state, and retrieval routes for Night Ash."
  },
  "servers": [
    {
      "url": "https://www.webgamegame.win"
    }
  ],
  "paths": {
    "/api/organization/v1/latest.json": {
      "get": {
        "operationId": "getNightAshOrganization",
        "summary": "Get the current Night Ash organization record",
        "responses": {
          "200": {
            "description": "Night Ash organization record",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "/api/organization/v1/schema.json"
                }
              }
            }
          }
        }
      }
    },
    "/api/organization/v1/schema.json": {
      "get": {
        "operationId": "getNightAshOrganizationSchema",
        "summary": "Get the Night Ash organization JSON Schema",
        "responses": {
          "200": {
            "description": "JSON Schema"
          }
        }
      }
    }
  }
}
