Skip to content

Commit

Permalink
fix: update OpenAPI model (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumachan-mis authored Dec 31, 2024
1 parent 436fc48 commit 3788b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ properties:
$ref: ./GraphChild.yaml
required:
- paragraph
- children
2 changes: 1 addition & 1 deletion internal/model/model_graph_content_without_autofield.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ type GraphContentWithoutAutofield struct {
// Graph paragraph
Paragraph string `json:"paragraph"`

Children []GraphChild `json:"children,omitempty"`
Children []GraphChild `json:"children"`
}

0 comments on commit 3788b3e

Please sign in to comment.