(annotated: Annotated)
| 480 | * @since 3.10.0 |
| 481 | */ |
| 482 | export const getJSONIdentifier = (annotated: Annotated) => |
| 483 | Option.orElse(getJSONIdentifierAnnotation(annotated), () => getIdentifierAnnotation(annotated)) |
| 484 | |
| 485 | // ------------------------------------------------------------------------------------- |
| 486 | // schema ids |
no test coverage detected