Parea AI · Schema

AnnotationQueueItemSchema

Schema for AnnotationQueueItemSchema

LLMEvaluationObservabilityTestingPrompt ManagementAI EngineeringMachine LearningTracingExperimentationHuman Feedback

Properties

Name Type Description
annotation_queue_item_uuid string
trace_id string
View JSON Schema on GitHub

JSON Schema

AnnotationQueueItemSchema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/parea/main/json-schema/AnnotationQueueItemSchema.json",
  "title": "AnnotationQueueItemSchema",
  "description": "Schema for AnnotationQueueItemSchema",
  "properties": {
    "annotation_queue_item_uuid": {
      "type": "string",
      "title": "Annotation Queue Item Uuid"
    },
    "trace_id": {
      "type": "string",
      "title": "Trace Id"
    }
  },
  "type": "object",
  "required": [
    "annotation_queue_item_uuid",
    "trace_id"
  ]
}