feat: document api contract

This commit is contained in:
2026-06-13 11:29:23 +02:00
parent b910e77460
commit cf11e20f90
12 changed files with 417 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "mewtwo",
"is_legendary": true,
"habitat": { "name": "rare" },
"flavor_text_entries": [
{
"flavor_text": "It was created by a scientist after years of horrific gene splicing and DNA engineering experiments.",
"language": { "name": "en" }
}
]
}