# Structured Tags in OpenAPI 3.2: Organising APIs the Way They Deserve

DevFeed: [Structured Tags in OpenAPI 3.2: Organising APIs the Way They Deserve](<https://devfeed.tech/articles/structured-tags-in-openapi-3-2-organising-apis-the-way-they-deserve-30959.md>)

Original publisher: [Read original article](<https://developerhub.io/blog/structured-tags-openapi-3-2/>)

Author: Zaid Daba'een

Published: 2025-10-26T21:00:37Z

Content type: article

Language: en

Sources: [DeveloperHub.io](<https://devfeed.tech/sources/developerhub-io.md>)

Topics: [OpenAPI Specification](<https://devfeed.tech/topics/openapi.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>), [API](<https://devfeed.tech/topics/api.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [api-design](<https://devfeed.tech/tags/api-design.md>), [api-documentation](<https://devfeed.tech/tags/api-documentation.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [modular](<https://devfeed.tech/tags/modular.md>), [navigation](<https://devfeed.tech/tags/navigation.md>), [openapi](<https://devfeed.tech/tags/openapi.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [structured](<https://devfeed.tech/tags/structured.md>)

## AI overview

OpenAPI 3.2 adds structured, hierarchical tags that let APIs organize endpoints into nested categories. The article explains how this can improve documentation navigation, SDK organization, and maintainability for large or modular APIs.

## Source excerpt

OpenAPI 3.2 introduces structured tags, allowing APIs to organize endpoints into nested categories for clearer, more maintainable documentation.