science.alt.dataset.schemaType

lexicon.store View official

Documentation

Schema type identifier for atdata sample definitions. Known values correspond to token definitions in this Lexicon. New schema types can be added as tokens without breaking changes.

main string

Schema type identifier for atdata sample definitions. Known values correspond to token definitions in this Lexicon. New schema types can be added as tokens without breaking changes.

ConstraintsmaxLength: 50 bytes
Known Values (other values may be valid)
jsonSchema
View raw schema
{
  "type": "string",
  "maxLength": 50,
  "description": "Schema type identifier for atdata sample definitions. Known values correspond to token definitions in this Lexicon. New schema types can be added as tokens without breaking changes.",
  "knownValues": [
    "jsonSchema"
  ]
}
jsonSchema token

JSON Schema Draft 7 format for sample type definitions. When schemaType is 'jsonSchema', the schema field must contain an object conforming to science.alt.dataset.schema#jsonSchemaFormat.

Referencescience.alt.dataset.schemaType#jsonSchema

Tokens have no data representation. Use the reference string as a value.

View raw schema
{
  "type": "token",
  "description": "JSON Schema Draft 7 format for sample type definitions. When schemaType is 'jsonSchema', the schema field must contain an object conforming to science.alt.dataset.schema#jsonSchemaFormat."
}

Lexicon Garden

@