who-owns-what
who-owns-what copied to clipboard
Ensure back-end API results conform to type definitions
Let's test that API data matches the new type definitions in #294.
Since we've rewritten the backend in Python, this will likely involve converting our TypeScript type definitions to something a bit more universal, like JSON Schema. Then we'll be able to validate what our back-end returns against this schema on the server-side and log any discrepancies.