Skip to content

Endpoint

An endpoint is a mean to access and interact with a service or a resource.

URI: gx:Endpoint

Slots

Name Cardinality and Range Description Inheritance
endpointURL 0..1
uri
The URL of the endpoint where it can be accessed direct
standardConformity 1..*
StandardConformity
Provides information about applied standards direct
formalDescription 0..1
xsd:string
The formal description (e direct

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#endpoint

LinkML Source

Direct

name: Endpoint
description: An endpoint is a mean to access and interact with a service or a resource.
from_schema: https://w3id.org/gaia-x/development#endpoint
slots:
- endpointURL
- standardConformity
- formalDescription

Induced

name: Endpoint
description: An endpoint is a mean to access and interact with a service or a resource.
from_schema: https://w3id.org/gaia-x/development#endpoint
attributes:
  endpointURL:
    name: endpointURL
    description: The URL of the endpoint where it can be accessed.
    title: endpoint URL
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: endpointURL
    owner: Endpoint
    domain_of:
    - Endpoint
    range: uri
  standardConformity:
    name: standardConformity
    description: Provides information about applied standards.
    title: standard conformity
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: standardConformity
    owner: Endpoint
    domain_of:
    - Endpoint
    range: StandardConformity
    required: true
    multivalued: true
  formalDescription:
    name: formalDescription
    description: The formal description (e.g. openAPI Description) of the endpoint.
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: formalDescription
    owner: Endpoint
    domain_of:
    - Endpoint
    range: string
    required: false