Skip to content

Class: BasicResponse

Basic response object

URI: https://github.com/vdjserver/vdjserver-airr-schema/BasicResponse

 classDiagram
    class BasicResponse
    click BasicResponse href "../BasicResponse/"
      VDJServerStandards <|-- BasicResponse
        click VDJServerStandards href "../VDJServerStandards/"

      BasicResponse : message

      BasicResponse : status

Inheritance

Slots

Name Cardinality and Range Description Inheritance
status 0..1
Boolean
Status of record, assumed active if the field is not present direct
message 0..1
String
direct

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self https://github.com/vdjserver/vdjserver-airr-schema/BasicResponse
native https://github.com/vdjserver/vdjserver-airr-schema/BasicResponse

LinkML Source

Direct

name: BasicResponse
description: Basic response object
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- status
- message
slot_usage:
  status:
    name: status
    range: boolean

Induced

name: BasicResponse
description: Basic response object
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  status:
    name: status
    range: boolean
attributes:
  status:
    name: status
    annotations:
      nullable:
        tag: nullable
        value: true
    description: Status of record, assumed active if the field is not present
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: BasicResponse
    domain_of:
    - AlleleDescription
    - ADCAsyncQuery
    - AnalysisProperties
    - BasicResponse
    range: boolean
  message:
    name: message
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    owner: BasicResponse
    domain_of:
    - ADCAsyncQuery
    - BasicResponse
    range: string