Skip to content

Slot: value

The parameter's default value. Accepted data types are string, integer, double, boolean, array[string], array[integer], array[double], array[boolean].

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

Applicable Classes

Name Description Modifies Slot
Parameter Defines a configurable parameter for the application no

Properties

Type and Range

Property Value
Range NONE or 
double or 
string or 
boolean or 
integer
Domain Of Parameter

Cardinality and Requirements

Property Value
### Slot Characteristics
Property Value
Owner Parameter
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'boolean'}) - AnonymousSlotExpression({'range': 'integer'}) - AnonymousSlotExpression({'range': 'double'}) - AnonymousSlotExpression({'range': 'string'})

LinkML Source

name: value
description: The parameter's default value.  Accepted data types are string, integer,
  double, boolean, array[string], array[integer], array[double], array[boolean].
from_schema: https://specification.margo.org/data-model
alias: value
owner: Parameter
domain_of:
- Parameter
any_of:
- range: boolean
- range: integer
- range: double
- range: string