Skip to content

Slot: options

This provides the list of acceptable options the user can select from. The data type for each option must match the parameter setting’s data type.

URI: https://specification.margo.org/data-model/options Alias: options

Applicable Classes

Name Description Modifies Slot
SelectValidationSchema Extends schema to define a specific set of validation rules that can be used ... no

Properties

Type and Range

Property Value
Range string
Domain Of SelectValidationSchema

Cardinality and Requirements

Property Value
Required Yes
Multivalued Yes
### Slot Characteristics
Property Value
Owner SelectValidationSchema

LinkML Source

name: options
description: This provides the list of acceptable options the user can select from.
  The data type for each option must match the parameter setting’s data type.
from_schema: https://specification.margo.org/data-model
alias: options
owner: SelectValidationSchema
domain_of:
- SelectValidationSchema
range: string
required: true
multivalued: true