{"openapi":"3.1.0","info":{"title":"JSONFlare API","description":"Store and hosting JSON records without hassle","version":"1.0.0"},"components":{"schemas":{"JSON":{"type":"object"}},"securitySchemes":{"apiKey":{"type":"apiKey","name":"X-Access-Key","in":"header","description":"BYOK(Bring Your Own Key),\n              pass the header in the create and following requests.\n              If omit, JSONFlare will generate one for you and return in response header."}}},"security":[{"apiKey":[]}],"servers":[{"url":"https://api.jsonflare.com","description":"API server"}],"paths":{}}