AnnotationSchema
{
"identifier": "string (UUID)",
"createdAt": "string (ISO 8601 date-time)",
"updatedAt": "string (ISO 8601 date-time or null)",
"name": "string (nullable)",
"description": "string (nullable)",
"specification": "string (nullable)"
}
ProblemDetails
{
"type": "string (nullable)",
"title": "string (nullable)",
"status": "integer (nullable)",
"detail": "string (nullable)",
"instance": "string (nullable)"
}