addedOutput schema / properties / lists / items / properties
Added value: +{
+ "created_at": {
+ "description": "ISO-8601 creation timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "expires_at": {
+ "description": "ISO-8601 expiration timestamp",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "file_ready": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "is_expired": {
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "latest_job_operation": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latest_job_state": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "list_id": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "list_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "project_id": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ },
+ "project_name": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "record_count": {
+ "type": [
+ "integer",
+ "null"
+ ]
+ }
+}