Skip to content

Commit

Permalink
Instance.json schema improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
VRohach committed Oct 22, 2024
1 parent 9238249 commit a059ab1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ramls/instance.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,16 @@
"type": "string",
"description": "UUID of authority record that controls a subject heading",
"$ref": "uuid.json"
},
"sourceId": {
"type": "string",
"description": "UUID of subject source",
"$ref": "uuid.json"
},
"typeId": {
"type": "string",
"description": "UUID of subject type",
"$ref": "uuid.json"
}
},
"additionalProperties": false,
Expand Down

0 comments on commit a059ab1

Please sign in to comment.