9 lines
221 B
YAML

description: User not found
content:
application/json:
schema:
$ref: '../../schemas/error.yaml'
example:
error: 'User Error'
message: 'User "alice_smith" not found'