diplodoc-platform / diplodoc-platform/cli

Not all schemas are builded

Open
#1,285 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
123
Forks
51
Avg merge
10h 50m
Merged PRs (30d)
38

Description

### 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:

```yaml
"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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.