OBJECT
Licence
link GraphQL Schema definition
- type Licence {
- # fairsharing_records licenced with this licence
- : [FairsharingRecord!]
- # licence id
- : Int!
- # links to fairsharing_records licenced with this licence
- : [LicenceLink!]
- # name/version of licence
- : String
- # URL of licence description etc. from SPDX
- : String
- # URL of licence description etc.
- : String
- }