Skip to content

Commit 64b26d2

Browse files
committed
fixes
1 parent ec5bf41 commit 64b26d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/property.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ var examplePropertyDefinitionCmd = &cobra.Command{
156156
fmt.Println(getExample2(opslevel.PropertyDefinitionInput{
157157
Name: opslevel.RefOf("example_name"),
158158
Description: opslevel.RefOf("example_description"),
159-
Schema: opslevel.JSONSchema{
159+
Schema: &opslevel.JSONSchema{
160160
"type": "string",
161161
},
162162
}))

0 commit comments

Comments
 (0)