How to use this JSON to Swift Codable Structs
Infer nested Swift structs and common value types from representative JSON without uploading the sample.
What the generated code means
The generator infers a starter model from the values present in one sample JSON document. It cannot discover fields missing from the sample, API business rules, every possible union, framework conventions, or future schema changes, so review the result before production use.