Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.83 KB

File metadata and controls

52 lines (37 loc) · 2.83 KB

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 List<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.