summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SchemaModel.go
blob: da7ee3dbd37e835c0717fb2681977d0609be3f06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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"`
}