201 Successful Response, schema: #/components/schemas/Specification
{
"id": "uuid",
"name": "Display Size",
"description": "Diagonal of visible display area",
"instance": "float",
"unit": "inch",
"value": null,
"tolerance": 0.05,
"options": null,
"sub_values": [],
"potential_values": [],
"sources": [],
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
422 Validation Error, schema: #/components/schemas/HTTPValidationError
{
"detail": [
{"loc": ["query", "field_name"], "msg": "Field required", "type": "missing"}
]
}