Skip to content

Commit

Permalink
Merge pull request #79 from folio-org/FEXPCMN-22
Browse files Browse the repository at this point in the history
FEXPCMN-22 - Add missing instance subject fields
  • Loading branch information
siarhei-charniak authored Oct 3, 2024
2 parents 6203617 + f3a56b4 commit 2acd1d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/inventory-storage/instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@
"authorityId": {
"type": "string",
"description": "UUID of authority record that controls a subject heading"
},
"sourceId": {
"type": "string",
"description": "UUID of source that controls a subject heading"
},
"typeId": {
"type": "string",
"description": "UUID of type that controls a subject heading"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 2acd1d8

Please sign in to comment.