I removed the "Object" suffix because it is unnecessary and makes the naming of these types inconsistent with other type definitions in the schema. For example, in the spec document, we call it "Plan Object", but in the OpenAPI schema, we simply call it Plan.
The following type definitions contained the "Object" suffix:
Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.
This fixes two things:
type: object
)I removed the "Object" suffix because it is unnecessary and makes the naming of these types inconsistent with other type definitions in the schema. For example, in the spec document, we call it "Plan Object", but in the OpenAPI schema, we simply call it
Plan
.The following type definitions contained the "Object" suffix: