### Description In the Publisher V4 REST API yaml file, the scopes field [here](https://github.com/wso2/docs-apim/blob/master/en/docs/reference/product-apis/publisher-apis/publisher-v4/publisher-v4.yaml#L14069) is incorrectly indented. This needs to be corrected for the schema to appear as follows: ``` subtypeConfiguration: $ref: '#/components/schemas/SubtypeConfiguration' scopes: type: array items: $ref: '#/components/schemas/APIScope' ``` This is correctly found in https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/src/main/resources/publisher-api.yaml#L14385C1-L14390C50 ### Steps to Reproduce Access the documentation in the above links and view the indentation error. ### Version 4.0.0 ### Environment Details (with versions) _No response_
Description
In the Publisher V4 REST API yaml file, the scopes field here is incorrectly indented.
This needs to be corrected for the schema to appear as follows:
This is correctly found in https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.rest.api.publisher.v1/src/main/resources/publisher-api.yaml#L14385C1-L14390C50
Steps to Reproduce
Access the documentation in the above links and view the indentation error.
Version
4.0.0
Environment Details (with versions)
No response