OBJECT

Licence

link GraphQL Schema definition

  • type Licence {
  • # fairsharing_records licenced with this licence
  • fairsharingRecords: [FairsharingRecord!]
  • # licence id
  • id: Int!
  • # links to fairsharing_records licenced with this licence
  • licenceLinks: [LicenceLink!]
  • # name/version of licence
  • name: String
  • # URL of licence description etc. from SPDX
  • spdxLink: String
  • # URL of licence description etc.
  • url: String
  • }