GetApiSchema
GetApiSchema1
Information about the schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The schema's ID. |
type | string | ❌ | The schema's type. |
files | GetApiSchema1Files | ❌ | Information about the schema's files. The response is paginated and limited to one page. |
createdAt | string | ❌ | The date and time at which the schema was created. |
createdBy | string | ❌ | The user ID of the user that created the schema. |
updatedAt | string | ❌ | The date and time at which the schema was last updated. |
updatedBy | string | ❌ | The user ID of the user that last updated the schema. |
GetApiSchema1Files
Information about the schema's files. The response is paginated and limited to one page.
Properties
Name | Type | Required | Description |
---|---|---|---|
data | FilesData[] | ❌ | A list of the schema files. |
meta | FilesMeta | ❌ |
FilesData
Information about the schema file.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The schema file's ID. |
name | string | ❌ | The schema file's name. |
path | string | ❌ | The file system path to the schema file. |
createdAt | string | ❌ | The date and time at which the file was created. |
createdBy | string | ❌ | The user ID of the user that created the file. |
updatedAt | string | ❌ | The date and time at which the file was last updated. |
updatedBy | string | ❌ | The user ID of the user that last updated the file. |
FilesMeta
Properties
Name | Type | Required | Description |
---|---|---|---|
nextPath | string | ❌ | The URL path to the next file. |
GetApiSchema2
Information about the schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The schema's ID. |
type | string | ❌ | The schema's type. |
createdBy | string | ❌ | The user ID of the user that created the schema. |
updatedBy | string | ❌ | The user ID of the user that last updated the schema. |
createdAt | string | ❌ | The date and time at which the schema was created. |
updatedAt | string | ❌ | The date and time at which the schema was last updated. |
content | string | ❌ | The schema file, in a bundled format. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs