Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 875 Bytes

SchemaDefinition.md

File metadata and controls

16 lines (8 loc) · 875 Bytes

SchemaDefinition

The SchemaDefinition message provides definitions for entities and rules, and includes references to clarify whether a name refers to an entity or a rule.

Properties

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