Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required #245

Merged
merged 11 commits into from
Oct 27, 2022
Merged

Add required #245

merged 11 commits into from
Oct 27, 2022

Conversation

nitro-neal
Copy link
Contributor

Adding required

@@ -288,6 +288,7 @@ type Filter struct {
Type string `json:"type,omitempty"`
Format string `json:"format,omitempty"`
Properties interface{} `json:"properties,omitempty"`
Required []string `json:"required,omitempty"`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add additionalProperties which is a boolean value too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok yup I'll throw it in there

nitro-neal and others added 2 commits October 26, 2022 20:01
@decentralgabe decentralgabe merged commit 39fefd7 into main Oct 27, 2022
@decentralgabe decentralgabe deleted the add-required branch October 27, 2022 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants