Description
I have identified a rendering issue in the published documentation. When a field is set to type: string and utilizes contentSchema, the schema structure fails to display if it uses a Reference ($ref).
Comparison
-
Image 1 (Working).png: The structure displays correctly when the schema is defined directly (without using a reference).
link -
Image 2 (Bug).png: The structure is missing or blank when the schema points to a Reference ($ref).
link
Environment
- Product: Apidog Published Documentation
- Issue Area: Schema rendering for
stringtype withcontentSchema
Please investigate if this is a rendering logic bug regarding reference resolution. Thank you!
{
"type": "string",
"format": "byte",
"contentMediaType": "application/octet-stream",
"contentEncoding": "base64",
"contentSchema": {
"$ref": "#/definitions/12604899"
}
}

