openapi: 3.0.0 info: title: Atomic Server API description: Specification for Atomic Data version: 0.29.3 servers: - url: https://atomicdata.dev/ description: Optional server description, e.g. Main (production) server - url: http://localhost:9883 description: Optional server description, e.g. Internal staging server for testing paths: "/upload": post: summary: Uploads a file. responses: "200": description: ok requestBody: content: multipart/form-data: schema: type: object properties: filename: type: array items: type: string format: binary "/": get: summary: Home page responses: "200": # status code description: A JSON array of user names content: application/json: schema: type: object