IsAbstract checks if this schema is abstract or not
()
| 280 | |
| 281 | // IsAbstract checks if this schema is abstract or not |
| 282 | func (schema *Schema) IsAbstract() bool { |
| 283 | return schema.Type == abstract |
| 284 | } |
| 285 | |
| 286 | // ParentID returns parent property ID |
| 287 | func (schema *Schema) ParentID() string { |
no outgoing calls