GetApiSchemaFiles
Information about the schema files and its meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
meta | GetApiSchemaFilesMeta | ❌ | The schema's non-standard meta information. |
files | GetApiSchemaFilesFiles[] | ❌ | The schema's files. |
GetApiSchemaFilesMeta
The schema's non-standard meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
nextCursor | string | ❌ | The pointer to the next record in the set of paginated results. |
GetApiSchemaFilesFiles
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 | number | ❌ | The user Id of the user that created the file. |
updatedAt | string | ❌ | The date and time at which the file was last updated. |
updatedBy | number | ❌ | The user ID of the user that last updated the file. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs