Type alias: PropertyIdentifier<K>¶
core.PropertyIdentifier
Ƭ PropertyIdentifier<K
>: K
| string
| PropertyIdentifierDetails
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¶
Name | Type |
---|---|
K |
extends string = string |