Tomas Cohen Arazi
d77a1226df
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
24 lines
452 B
JSON
24 lines
452 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"extended_attribute_id": {
|
|
"description": "Internal ID for the extended attribute",
|
|
"type": "integer"
|
|
},
|
|
"type": {
|
|
"description": "Extended attribute type",
|
|
"type": "string"
|
|
},
|
|
"value": {
|
|
"description": "Extended attribute value",
|
|
"type": [
|
|
"string"
|
|
]
|
|
}
|
|
},
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"type",
|
|
"value"
|
|
]
|
|
}
|