Skip to content

Commit

Permalink
[MODFQMMGR-427] Use UUID type for entityTypeId in field source (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncovercash authored Aug 29, 2024
1 parent 9542058 commit ff7f63a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/swagger.api/schemas/sourceColumn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
"type": "object",
"properties": {
"entityTypeId": {
"description": "A UUID identifying the source entity type.",
"type": "string"
"description": "A UUID identifying the source entity type",
"type": "string",
"format": "uuid"
},
"type": {
"description": "Name of the source type. Possible values: entity-type, fqm. Default: entity-type",
Expand Down

0 comments on commit ff7f63a

Please sign in to comment.