Apigee Developer Portal - Open API Spec Doesn't Display List of Strings

Hello,

We are using the Apigee Developer Portal to share information about our APIs using an OpenAPI spec.  In one of our APIs, we have a schema that returns a list of strings.  However, Apigee doesn't display all of the information from the OpenAPI spec in this given situation.  As you can see in the example below, it shows there is an array, but doesn't display the additional description, example, or detailed items. 

Should a list of strings be formatted in a different way to be displayed through an OpenAPI spec on Apigee's developer portal?

wszamotula_0-1653426231533.png

"meta": {
"type": "object",
"properties": {
"privateAttributes": {
"type" : "array",
"items" : {
"type": "string",
"description": "Attributes a person has requested to be kept private.",
"example": "emailAddress",
"enum": [
"emailAddress",
"officeAddress",
"officePhoneNumber"
]
}
}
}
}

 Thanks,

Wesley

0 0 90
0 REPLIES 0