Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 894 Bytes

File metadata and controls

11 lines (8 loc) · 894 Bytes

# SchemaDefinition

Properties

Name Type Description Notes
entity_definitions array<string,\Permify\Model\EntityDefinition> Map of entity definitions. The key is the entity name, and the value is the corresponding EntityDefinition. [optional]
rule_definitions array<string,\Permify\Model\RuleDefinition> Map of rule definitions. The key is the rule name, and the value is the corresponding RuleDefinition. [optional]
references array<string,\Permify\Model\SchemaDefinitionReference> Map of references to signify whether a string refers to an entity or a rule. [optional]

[Back to Model list] [Back to API list] [Back to README]