Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 519 Bytes

SchemaDefinitionReference.md

File metadata and controls

13 lines (6 loc) · 519 Bytes

SchemaDefinitionReference

The Reference enum helps distinguish whether a name corresponds to an entity or a rule. - REFERENCE_ENTITY: Indicates that the name refers to an entity. - REFERENCE_RULE: Indicates that the name refers to a rule.

Enum

  • REFERENCE_ENTITY (value: 'REFERENCE_ENTITY')

  • REFERENCE_RULE (value: 'REFERENCE_RULE')

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