We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0137037 commit e1de271Copy full SHA for e1de271
1 file changed
src/types.js
@@ -1,5 +1,9 @@
1
module.exports = (languages) => `
2
3
+ type License {
4
+ id: String
5
+ }
6
+
7
type Collection implements Node {
8
type: String,
9
prefLabel: LanguageMap,
@@ -18,7 +22,8 @@ module.exports = (languages) => `
18
22
issued: String,
19
23
preferredNamespaceUri: String,
20
24
preferredNamespacePrefix: String,
21
- publisher: Concept
25
+ publisher: Concept,
26
+ license: License
27
}
28
29
type Concept implements Node {
0 commit comments