Skip to content

Endpoint

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

URI: gx:Endpoint

 classDiagram
    class Endpoint
    click Endpoint href "../Endpoint"
      Endpoint : endpointURL




    Endpoint --> "0..1" uri : endpointURL
    click uri href "../uri"


      Endpoint : formalDescription




    Endpoint --> "0..1" String : formalDescription
    click String href "../String"


      Endpoint : standardConformity




    Endpoint --> "1..*" StandardConformity : standardConformity
    click StandardConformity href "../StandardConformity"


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

used by used in type used
ServiceOffering endpoint range Endpoint
InfrastructureServiceOffering endpoint range Endpoint
ComputeServiceOffering endpoint range Endpoint
VirtualMachineServiceOffering endpoint range Endpoint
ContainerServiceOffering endpoint range Endpoint
BareMetalServiceOffering endpoint range Endpoint
ComputeFunctionServiceOffering endpoint range Endpoint
ConnectivityServiceOffering endpoint range Endpoint
DataProduct endpoint range Endpoint
NetworkConnectivityServiceOffering endpoint range Endpoint
InterconnectionServiceOffering endpoint range Endpoint
LinkConnectivityServiceOffering endpoint range Endpoint
PhysicalConnectivityServiceOffering endpoint range Endpoint
StorageServiceOffering endpoint range Endpoint
FileStorageServiceOffering endpoint range Endpoint
BlockStorageServiceOffering endpoint range Endpoint
ObjectStorageServiceOffering endpoint range Endpoint

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
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#endpoint
    rank: 1000
    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#endpoint
    rank: 1000
    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#endpoint
    rank: 1000
    domain_of:
    - Endpoint
    range: string
    required: false

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#endpoint
    rank: 1000
    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#endpoint
    rank: 1000
    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#endpoint
    rank: 1000
    alias: formalDescription
    owner: Endpoint
    domain_of:
    - Endpoint
    range: string
    required: false