Skip to content

Commit

Permalink
tools/data-api-sdk: making IsCommonType required so this is more ex…
Browse files Browse the repository at this point in the history
…plicit
  • Loading branch information
tombuildsstuff committed Jul 12, 2024
1 parent d1cd128 commit 71a166f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data-api-sdk/v1/models/sdk_object_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type SDKObjectDefinition struct {
ReferenceName *string `json:"referenceName,omitempty"`

// ReferenceNameIsCommonType specifies whether the referenced Constant or Model is a common type
ReferenceNameIsCommonType *bool `json:"referenceNameIsCommonType,omitempty"`
ReferenceNameIsCommonType bool `json:"referenceNameIsCommonType"`

// Type specifies the Type that represents this SDK Object Definition. This can be either a
// Simple type (e.g. a String/Integer), a Reference to a Constant/Model or a more complex object
Expand Down

0 comments on commit 71a166f

Please sign in to comment.