Type Alias: PropertyIdentifier<K>¶
PropertyIdentifier<
K> =K|string|PropertyIdentifierDetails
Defined in: schema.ts:1051
An identifier for an object schema property that is comprised of either an exact property match with the top-level `properties or a json path (https://github.com/json-path/JsonPath) to a nested property.
Type Parameters¶
| Type Parameter | Default type |
|---|---|
K extends string |
string |