Skip to content

Commit

Permalink
Merge pull request #34 from folio-org/kjain/MODFQMMGR
Browse files Browse the repository at this point in the history
kjain/MODFQMMGR-99:Identifying the base for the custom fields
  • Loading branch information
kjain110 authored Feb 6, 2024
2 parents 72d67dc + 407880f commit 805d458
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/swagger.api/schemas/entityType.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@
"sourceView": {
"description": "View from which the dynamic columns for this entity type are extracted",
"type": "string"
},
"sourceViewExtractor": {
"description": "Getting the base source of the custom field",
"type": "string"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"description": "The data type for this column.",
"$ref": "entityDataType.json#/EntityDataType"
},
"labelAlias" : {
"labelAlias": {
"description": "The identifier used for a localized label/name for this column.",
"type": "string"
},
Expand Down

0 comments on commit 805d458

Please sign in to comment.