Printago API
GET /v1/hints/schema/types

List available types

List available type schemas Returns the names of all data types that have schemas available.

Response Schema

Response
value
string[]

Example Response

200 OK — application/json
[
  "string"
]