You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the schema can be improved, or more like simplified
This here:
responses:
201:
description: Successfully created a new allocation.content:
application/json:
schema:
type: objectproperties:
data:
$ref: '#/components/schemas/AllocationResponse'
I noticed strange naming when using Asana API https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml , like "Response78", "Anonymous60", or "Body33". Is this because of the bad specs? Can I do something about it?
The text was updated successfully, but these errors were encountered: