Information about the schema files and its meta information.
Properties
Name | Type | Required | Description |
---|---|---|---|
Meta | GetApiSchemaFilesMeta | ❌ | The schema's non-standard meta information. |
Files | List<GetApiSchemaFilesFiles> |
❌ | The schema's files. |
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. |
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 | long | ❌ | The user Id of the user that created the file. |
UpdatedAt | string | ❌ | The date and time at which the file was last updated. |
UpdatedBy | long | ❌ | The user ID of the user that last updated the file. |