Rendering in API documentation
Parameswary Annamalai
nullable: true/false and read-only: true/false not rendering.
example : only rendering in some fields that too in an incorrect format. We need this rendered as is without deserialization.
format : field does not have a $ sign.
Log In
Nooruddin Khorasi
Pavithra Mathivanan The issues is about the example field mentioned above. For date-time, it seems Doc360 is doing some sort of formatting and not displaying example field as is in raw format as it appears in our OpenAPI specification file. Kindly ask you to consider this priority and fix this as soon as possible as the issue was raised almost a year ago.
Here is how it appears in OpenAPI spec file.
"modifiedAt": {
"type": "string",
"description": "Timestamp when the offering is updated.",
"format": "date-time",
"example": "2022-12-31T13:00:00.001Z"
},
Pavithra Mathivanan
Nooruddin Khorasi, could you please provide more details on the issue? This will help us better understand it and find an appropriate solution.
Parameswary Annamalai
This request has been created on behalf of Nooruddin Khorasi