Skip to content

Commit

Permalink
Merge pull request #31 from folio-org/MODFQMMGR-99
Browse files Browse the repository at this point in the history
MODFQMMGR-99:Support for custom fields
  • Loading branch information
kjain110 authored Jan 19, 2024
2 parents ada4903 + 5207fc1 commit 0604144
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/swagger.api/schemas/entityType.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"$ref": "common.json#/UUID"
}
},
"customFieldEntityTypeId": {
"description": "The IDs of the custom field entity type ",
"type": "string",
"format": "UUID"
},
"columns": {
"type": "array",
"items": {
Expand All @@ -58,6 +63,10 @@
"items": {
"type": "string"
}
},
"sourceView": {
"description": "View from which the dynamic columns for this entity type are extracted",
"type": "string"
}
},
"required": [
Expand Down

0 comments on commit 0604144

Please sign in to comment.