OBJECT

FairsharingRecordSummary

link GraphQL Schema definition

  • type FairsharingRecordSummary {
  • # abbreviation (optional)
  • abbreviation: String
  • # date/time this record was created
  • createdAt: ISO8601DateTime!
  • # description of the record
  • description: String!
  • # record's DOI, where present
  • doi: String
  • # registry of record e.g. standard, database (same as 'registry')
  • fairsharingRegistry: String!
  • # URL of the resources's homepage, not its FAIRsharing page
  • homepage: String!
  • # record id
  • id: Int!
  • # whether or not this record has been approved by a curator
  • isApproved: Boolean
  • # whether or not this record has a maintainer
  • isMaintained: Boolean
  • # true if this record has been recommended by a policy
  • isRecommended: Boolean
  • # record name
  • name: String!
  • # object types applicable to this record
  • objectTypes: [ObjectType!]
  • # registry of record e.g. standard, database
  • registry: String!
  • # regex for the resource's identifier
  • regularExpression: String
  • # status, e.g. ready, deprecated etc.
  • status: String
  • # type of record within the registry, e.g. a repository (database)
  • type: String!
  • # date/time this record was last modified
  • updatedAt: ISO8601DateTime!
  • # base URL for the resource's identifier
  • urlPattern: String
  • }