Download OpenAPI specification:
Example API used to demonstrate how modular OpenAPI specs can be joined together.
Returns a simple Foo object.
OK
{"id": "foo-123","name": "Example Foo"}
Returns a simple Bar object.
{"id": "bar-456","value": 42}