diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/SchemaModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/SchemaModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/SchemaModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/SchemaModel.go deleted file mode 100644 index da7ee3db..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/SchemaModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// Schema undocumented -type Schema struct { - // Entity is the base model of Schema - Entity - // BaseType undocumented - BaseType *string `json:"baseType,omitempty"` - // Properties undocumented - Properties []Property `json:"properties,omitempty"` -} |