{"info":{"title":"create-evikit","version":"2.3.1"},"openapi":"3.1.0","paths":{"/api":{"get":{"parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"File":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"npm":{"type":"object","properties":{"publishedAt":{"type":"string"},"version":{"type":"string"}},"required":["publishedAt","version"]}},"required":["File","npm"],"$schema":"http://json-schema.org/draft-07/schema#"}}},"description":"OK"}}}},"/api/todo":{"get":{"parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"type":"object","properties":{"Todo":{"type":"array","items":{"type":"object","properties":{"createdAt":{"type":"integer"},"doneAt":{"type":"integer"},"text":{"type":"string"}},"required":["createdAt","text"]}}},"required":["Todo"],"$schema":"http://json-schema.org/draft-07/schema#"}}},"description":"OK"}}},"post":{"parameters":[],"requestBody":{"content":{"application/x-www-form-urlencoded":{"schema":{"type":"object","properties":{"lang":{"type":"string"},"text":{"type":"string"}},"required":["lang","text"],"$schema":"http://json-schema.org/draft-07/schema#"}}}},"responses":{"302":{"content":{"application/json":{"schema":{"type":"string","$schema":"http://json-schema.org/draft-07/schema#"}}},"description":"Found"},"400":{"content":{"application/json":{"schema":{"type":"string","$schema":"http://json-schema.org/draft-07/schema#"}}},"description":"Bad Request"}}}}},"servers":[{"url":"https://evikit.js.org"}]}