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