Skip to content

ndi.cloud.fun.check_metadata_cloud_inputs

 CHECK_METADATA_CLOUD_INPUTS - check if the input is valid
    IS_VALID = ndi.cloud.fun.CHECK_METADATA_CLOUD_INPUTS(S)

  Inputs:
    S - a structure with fields 'DatasetFullName', 'DatasetShortName', 'Author'
                                'Funding', 'Description', 'License', 'Subjects'
        'Author' is a structure with fields 'givenName', 'familyName', 'authorRole', 'digitalIdentifier'
        'digitalIdentifier' is a structure with field 'identifier'
        'Funding' is a structure with field 'funder'
        'Subjects' is an instance from ndi.database.metadata_app.class.Subject class

  Outputs:
    IS_VALID - 1 if the input is valid, 0 otherwise