Download OpenAPI specification:Download
Example for a blog post about extending schemas with allOf
.
The try it and code samples interact with mock servers.
{- "line1": "123 Main Street",
- "line2": "Suite 301",
- "city": "Austin"
}
{- "id": "string",
- "line1": "123 Main Street",
- "line2": "Suite 301",
- "city": "Austin"
}