version: "1.0.4"
questions:
  - name: "authors"
    question: "Add Contributor"
    type: "authors"
    required: false
    manifest_section: "context"
    manifest_properties:
      fields: ["first_name", "last_name", "affiliation", "orcid"]

  - name: "licence"
    question: "What licence is associated with the RDMC?"
    required: true
    type: "dropdown"
    options: [ "MIT License", "Apache License 2.0", "Creative Commons Attribution 4.0 International", "BSD 3-Clause", "Proprietary", "Other" ]
    manifest_properties: "licence"
    manifest_section: "legal"

  - name: "keywords"
    question: "Enter the relevant keywords for the RDMC (separate multiple keywords with commas)"
    required: false
    type: "text"
    manifest_properties: "keywords"
    manifest_section: "context"

  - name: "rdmc_description"
    question: "Write a short description of the RDMC?"
    required: true
    type: "text"
    manifest_properties: "description"
    manifest_section: "context"

  - name: "subject"
    question: "What is the proper subject for this RDMC?"
    required: true
    type: "dropdown"
    options: ["Computer and Information Science", "Engineering", "Mathematical Sciences",
              "Medicine, Health and Life Sciences", "Arts and Humanities", "Business and Management", "Earth and Environmental Sciences", "Other"]
    manifest_properties: "deployment_subject"
    manifest_section: "context"