From 7574eed774e3187435c19fe5e4959e9ca6aadc1d Mon Sep 17 00:00:00 2001 From: Seyed Yahya Shirazi Date: Thu, 11 Apr 2024 13:22:26 -0700 Subject: [PATCH] Update stim_file_type to stim_type in columns.yaml --- src/schema/objects/columns.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/schema/objects/columns.yaml b/src/schema/objects/columns.yaml index 585bcf90da..6cd7aa9037 100644 --- a/src/schema/objects/columns.yaml +++ b/src/schema/objects/columns.yaml @@ -870,9 +870,9 @@ template_z: - type: string enum: - n/a -stim_file_type: - name: stim_file_type - display_name: Stimulus file type - description: | - The type of the stimulus files used in the experiment. One of `movie`, `still_image`, `audio`, `annotation`, `JSON`, or Freeform. - type: string +# stim_type: +# name: stim_type +# display_name: Stimulus file type +# description: | +# The type of the stimulus files used in the experiment. One of `movie`, `still_image`, `audio`, `annotation`, `JSON`, or Freeform. +# type: string