Skip to main content

GetApiSchema

GetApiSchema1

Information about the schema.

Properties

NameTypeRequiredDescription
idstringThe schema's ID.
typestringThe schema's type.
filesGetApiSchema1FilesInformation about the schema's files. The response is paginated and limited to one page.
createdAtstringThe date and time at which the schema was created.
createdBystringThe user ID of the user that created the schema.
updatedAtstringThe date and time at which the schema was last updated.
updatedBystringThe 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

NameTypeRequiredDescription
dataFilesData[]A list of the schema files.
metaFilesMeta

FilesData

Information about the schema file.

Properties

NameTypeRequiredDescription
idstringThe schema file's ID.
namestringThe schema file's name.
pathstringThe file system path to the schema file.
createdAtstringThe date and time at which the file was created.
createdBystringThe user ID of the user that created the file.
updatedAtstringThe date and time at which the file was last updated.
updatedBystringThe user ID of the user that last updated the file.

FilesMeta

Properties

NameTypeRequiredDescription
nextPathstringThe URL path to the next file.

GetApiSchema2

Information about the schema.

Properties

NameTypeRequiredDescription
idstringThe schema's ID.
typestringThe schema's type.
createdBystringThe user ID of the user that created the schema.
updatedBystringThe user ID of the user that last updated the schema.
createdAtstringThe date and time at which the schema was created.
updatedAtstringThe date and time at which the schema was last updated.
contentstringThe schema file, in a bundled format.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →