Expand description
Schema records: the OpenSPG-compatible type declarations that a
.ant file can carry as schema_type records.
Structs§
- Property
Def - A property declaration on a
SchemaType. - Relation
Def - A relation (edge type) declaration on a
SchemaType. - Schema
- A whole schema: every declared type, keyed by qualified name.
- Schema
Type - One declared type: kind, qualified name, properties, relations.
Enums§
- Index
Kind - How a property is indexed for retrieval.
- SpgType
Kind - OpenSPG type kind, serialized in SCREAMING_SNAKE_CASE on the wire.
- Value
Type - Declared value type of a property.
Functions§
- qualify
- Convenience: namespace-qualify an unqualified label (
Deal) intoAntares.Dealusing the project’s namespace.