{
"title": "Section",
"description": "A journal section. Typically a section within an issue, such as Articles or Reviews.",
"properties": {
"id": {
"type": "integer",
"apiSummary": true
},
"abbrev": {
"$ref": "#/definitions/LocaleObject",
"apiSummary": true
},
"title": {
"$ref": "#/definitions/LocaleObject",
"apiSummary": true
},
"seq": {
"type": "integer",
"apiSummary": true
}
}
}