`contentSchema` with Reference ($ref) fails to display in published documentation

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 string type with contentSchema

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"
    }
}


Thank you for reporting this issue. We are currently investigating the rendering problem with contentSchema and $ref in published documentation. We will resolve it as soon as possible. Apologies for the inconvenience.