| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > JsonSchema > shortName
Returns a short name for this schema, for use in error messages.
Signature:
get shortName(): string;If the schema was loaded from a file, then the base filename is used. Otherwise, the "$id" field is used if available.