Skip to content

Class: Recaptcha

Google recaptcha response.

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

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

      Recaptcha : g_recaptcha_response

Inheritance

Slots

Name Cardinality and Range Description Inheritance
g_recaptcha_response 1
String
The recaptcha response direct

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: Recaptcha
description: Google recaptcha response.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slots:
- g-recaptcha-response
slot_usage:
  g-recaptcha-response:
    name: g-recaptcha-response
    required: true

Induced

name: Recaptcha
description: Google recaptcha response.
from_schema: https://github.com/vdjserver/vdjserver-airr-schema
is_a: VDJServerStandards
slot_usage:
  g-recaptcha-response:
    name: g-recaptcha-response
    required: true
attributes:
  g-recaptcha-response:
    name: g-recaptcha-response
    description: The recaptcha response
    from_schema: https://github.com/vdjserver/vdjserver-airr-schema
    rank: 1000
    alias: g_recaptcha_response
    owner: Recaptcha
    domain_of:
    - Recaptcha
    range: string
    required: true