forked from microsoft/OpenAPI.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
A few new fields were added to the tag object:
- summary (string?)
- parent (OpenAPITagReference?)
- kind (string?)
These properties should be added to the Tag object, and it's serialization/deserialization should be implemented for 3.2.0
When downgrading to 3.1.0, properties should be serialized as extensions, with an x-oas- prefix.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done