yfm-docs icon indicating copy to clipboard operation
yfm-docs copied to clipboard

Not all schemas are builded

Open anton-fomichev opened this issue 5 months ago • 0 comments

Package version

5.1.0

Node version

v20.19.2

Platform

macos

What steps will reproduce the bug?

Build docs with openapi includer, use schemas like:

"responses": {
                    "200": {
                        "content": {
                            "application/json": {
                                "schema": {
                                    "properties": {
                                        "code": {
                                            "default": 200
                                        },
                                        "data": {
                                            "properties": {
                                                "delivery": {
                                                    "properties": {
# etc

What is the expected behavior?

All schemas used on page are builded and linked

Image Image

What do you see instead?

Schemas are not builded correctrly, type: object is used instead.

Image Image

Additional information

No response

anton-fomichev avatar Jul 28 '25 11:07 anton-fomichev