Skip to main content

Get the currently defined model.

GET 

/graph/:graph_id/model

Get the currently defined model.

Request​

Path Parameters

    graph_id stringrequired

    The identifier of the graph

    Example: fix

Query Parameters

    flat boolean

    If true, the hierarchy of complex kinds is flattened, holding all properties and all merged metadata.

    format string

    Possible values: [schema, simple]

    The format of the returned json

    kind string

    Only return information about the defined kinds. Comma separated list.

    filter string

    Only return information about kinds that include given string. Comma separated list.

    aggregate_roots_only boolean

    Only return aggregate roots.

    with_bases boolean

    Include base classes and render the base section

    with_property_kinds boolean

    Render types of property values. Only together with kind or filter

    with_properties boolean

    Default value: true

    Render the properties of complex kinds

    with_relatives boolean

    Default value: true

    Include information about relationships to other kinds.

    with_metadata any

    Include metadata information.

Responses​

The list of all kinds.

Schema

  • Array [

  • oneOf

    min_length string

    The minimal length of this string

    max_length string

    The maximal length of this string

    pattern string

    The regexp pattern, that this string has to adhere to

    enum string[]

    The allowed values of this string enumerated here

    runtime_kind

    string

    Possible values: [string, int32, int64, float, double, boolean, date, datetime]

    The runtime kind of this kind

    circular(StringKind)

    fqn string

    The fully qualified name of the kind

  • ]

Loading...