SubjectInput
The parameters to specify the subject of a publication.
input SubjectInput {
scheme: SubjectScheme!
code: String!
}
Fields
SubjectInput.scheme
● SubjectScheme!
non-null enum
In which scheme was the subject defined.
SubjectInput.code
● String!
non-null scalar
In the scheme, the code to identify the publication.
Member of
PublicationMetadataInput
input ● UpdatePublicationMetadataChanges
input