Skip to content

Enum: ParameterType

Data types for tool parameters

URI: revaise:ParameterType

Permissible Values

Value Meaning Description
STRING None Text value
NUMBER None Numeric value
BOOLEAN None True/false value
DATE None Date value
URL None URL value
FILE_PATH None File path
JSON None JSON object
LIST None List of values
ENUM None Enumerated value from set

Slots

Name Description
param_type Parameter data type
param_type Data type of the parameter

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/external_tool

LinkML Source

name: ParameterType
description: Data types for tool parameters
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/external_tool
rank: 1000
permissible_values:
  STRING:
    text: STRING
    description: Text value
  NUMBER:
    text: NUMBER
    description: Numeric value
  BOOLEAN:
    text: BOOLEAN
    description: True/false value
  DATE:
    text: DATE
    description: Date value
  URL:
    text: URL
    description: URL value
  FILE_PATH:
    text: FILE_PATH
    description: File path
  JSON:
    text: JSON
    description: JSON object
  LIST:
    text: LIST
    description: List of values
  ENUM:
    text: ENUM
    description: Enumerated value from set