samjam
3 years agoNew Contributor
Can I format OpenAPI schema properties table
Hello. I am trying to edit the api documentation that someone created with openAPI and I'm struggling to fix the properties table.
Properties
Name | Type | Required | Restrictions | Description |
name-example | string | false | none | name description |
My Properties table looks something like this, but because some names are quite long, they run into the Type and cause overlap. I am unsure how to avoid this. Is there a way to format this properties table to not overlap text ? Thanks for any help