Skip to content

Commit

Permalink
Adds destination type for chifra explore
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Oct 8, 2024
1 parent 744361b commit a6d46e3
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.
21 changes: 21 additions & 0 deletions content/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4822,6 +4822,27 @@ components:
type: number
format: uint64
description: "the number of items in the given database"
destination:
description: "an enhanced url used by chifra explore"
type: object
properties:
term:
type: string
format: string
description: "the term used to produce the url"
termType:
type: object
items:
$ref: "#/components/schemas/destType"
description: "the type of the term"
url:
type: string
format: string
description: "the url produced"
source:
type: string
format: string
description: "the option that produced the url"
response:
required:
- result
Expand Down
2 changes: 1 addition & 1 deletion content/chifra/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Flags:

Data models produced by this tool:

- none
- [destination](/data-model/other/#destination)

Links:

Expand Down
17 changes: 17 additions & 0 deletions content/data-model/other.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,23 @@ Counts consist of the following fields:
| ----- | ----------------------------------------- | ------ |
| count | the number of items in the given database | uint64 |

## Destination



The following commands produce and manage Destinations:

- [chifra explore](/chifra/other/#chifra-explore)

Destinations consist of the following fields:

| Field | Description | Type |
| -------- | -------------------------------- | -------- |
| term | the term used to produce the url | string |
| termType | the type of the term | DestType |
| url | the url produced | string |
| source | the option that produced the url | string |

## Base types

This documentation mentions the following basic data types.
Expand Down

0 comments on commit a6d46e3

Please sign in to comment.