openapi.json_schema_datatype

Columns

Column Type Nullable Default Notes

name PK

text

No

label

text

No

description

text

Yes

Primary Key

(name)

Unique Constraints

  • json_schema_datatype_label_key: (label)

Indexes

Index Method Definition

json_schema_datatype_pkey PK

btree

CREATE UNIQUE INDEX json_schema_datatype_pkey ON openapi.json_schema_datatype USING btree (name)

json_schema_datatype_label_key UNIQUE

btree

CREATE UNIQUE INDEX json_schema_datatype_label_key ON openapi.json_schema_datatype USING btree (label)

Referenced By

The following tables have foreign keys pointing to openapi.json_schema_datatype (4 referencing table(s)):

Table Referencing Column(s) Referenced Column(s) Constraint

openapi.endpoint_param

array_items

name

endpoint_param_array_items_fkey

openapi.endpoint_param

schema_type

name

endpoint_param_schema_type_fkey

openapi.endpoint_response

array_items

name

endpoint_response_array_items_fkey

openapi.endpoint_response

schema_type

name

endpoint_response_schema_type_fkey