Skip to content

Instantly share code, notes, and snippets.

@ellen-goc
ellen-goc / kippo-requirements-openapi.yaml
Created February 20, 2026 08:12
Kippo requirements app OpenAPI schema (extracted) - reference for mther API design
openapi: 3.0.3
info:
title: Kippo Project Management API
version: 1.1.0
description: REST API for managing Kippo projects, tasks, and effort tracking
servers:
- url: http://localhost:8000
description: Local development server
paths:
/api/requirements/assumptions/: