Skip to content

Commit

Permalink
Adding missing getters to ResourceSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
yasmewad committed Dec 13, 2024
1 parent 1fdb522 commit 59ad767
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,14 @@ public Map<String, Remote> getRemotes() {
return remotes;
}

public Set<String> getRequired() {
return required;
}

public Schema getAdditionalProperties() {
return additionalProperties;
}

public Tagging getTagging() {
return tagging;
}
Expand Down

0 comments on commit 59ad767

Please sign in to comment.