{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "CustomField",
"type": "object",
"description": "A custom field key-value pair.",
"properties": {
"id": {
"type": "integer",
"description": "The ID of the custom field."
},
"value": {
"type": "string",
"description": "The value of the custom field."
}
}
}