Primitive
Union type for all primitives values.
Analogous to JSON values but adds Integer
and UnsignedInteger
.
Similar to https://schema.org/DataType "The basic data types such as Integers, Strings, etc."
but includes Array
and Object
and excludes Date
, Time
and DateTime
(which are
treated in this schema as Entity
s having a type
property to disambiguate them from strings).
Members
The Primitive
type has these members:
Bindings
The Primitive
type is represented in:
- JSON-LD
- JSON Schema
- Python type
Primitive
- Rust type
Primitive
- TypeScript type
Primitive
Source
This documentation was generated from Primitive.yaml
by docs_types.rs
.