diff --git a/_data/taps/schemas/asana/v2/json/portfolios.json b/_data/taps/schemas/asana/v2/json/portfolios.json index c102108ae..254021217 100644 --- a/_data/taps/schemas/asana/v2/json/portfolios.json +++ b/_data/taps/schemas/asana/v2/json/portfolios.json @@ -1,6 +1,28 @@ { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, "color": { "type": [ "null", @@ -10,37 +32,15 @@ "created_at": { "type": [ "null", - "date-time" - ] + "string" + ], + "format": "date-time" }, "created_by": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, "type": [ "null", "object" - ] - }, - "current_status_update": { + ], "additionalProperties": false, "properties": { "gid": { @@ -49,110 +49,81 @@ "string" ] }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, "resource_type": { "type": [ "null", "string" ] }, - "title": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } }, "custom_field_settings": { + "type": [ + "null", + "array" + ], "items": { + "type": [ + "object" + ], "additionalProperties": false, "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, "custom_field": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "created_by": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "currency_code": { + "gid": { "type": [ "null", "string" ] }, - "custom_label": { + "resource_type": { "type": [ "null", "string" ] }, - "custom_label_position": { + "currency_code": { "type": [ "null", "string" ] }, - "date_value": { - "additionalProperties": false, - "properties": { - "date": { - "type": [ - "null", - "string" - ] - }, - "date_time": { - "type": [ - "null", - "date-time" - ] - } - }, + "custom_label": { "type": [ "null", - "object" + "string" ] }, - "description": { + "custom_label_position": { "type": [ "null", "string" ] }, - "display_value": { + "description": { "type": [ "null", "string" @@ -165,171 +136,207 @@ ] }, "enum_options": { + "type": [ + "null", + "array" + ], "items": { + "type": [ + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "gid": { + "name": { "type": [ "null", "string" ] }, - "name": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "resource_type": { + "color": { "type": [ "null", "string" ] } - }, - "type": [ - "object" - ] - }, - "type": [ - "null", - "array" - ] + } + } }, "enum_value": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "gid": { + "name": { "type": [ "null", "string" ] }, - "name": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "resource_type": { + "color": { "type": [ "null", "string" ] } - }, + } + }, + "format": { "type": [ "null", - "object" + "string" ] }, - "format": { + "has_notifications_enabled": { "type": [ "null", - "string" + "boolean" ] }, - "gid": { + "is_global_to_workspace": { + "type": [ + "null", + "boolean" + ] + }, + "name": { "type": [ "null", "string" ] }, - "has_notifications_enabled": { + "number_value": { "type": [ "null", - "boolean" + "number" ] }, - "is_global_to_workspace": { + "precision": { "type": [ "null", - "boolean" + "integer" ] }, - "multi_enum_values": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, + "resource_subtype": { "type": [ "null", - "array" + "string" ] }, - "name": { + "text_value": { "type": [ "null", "string" ] }, - "number_value": { + "type": { "type": [ "null", - "number" + "string" ] }, - "people_value": { + "created_by": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + }, + "date_value": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "date": { + "type": [ + "null", + "string" + ] + }, + "date_time": { + "type": [ + "null", + "string" + ], + "format": "date-time" + } + } + }, + "display_value": { + "type": [ + "null", + "string" + ] + }, + "multi_enum_values": { + "type": [ + "null", + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -338,70 +345,67 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "precision": { - "type": [ - "null", - "integer" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, - "text_value": { - "type": [ - "null", - "string" - ] + } + } }, - "type": { + "people_value": { "type": [ "null", - "string" - ] + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } } - }, - "type": [ - "null", - "object" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] + } }, "is_important": { "type": [ @@ -410,6 +414,10 @@ ] }, "parent": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -418,25 +426,25 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, + } + }, + "project": { "type": [ "null", "object" - ] - }, - "project": { + ], "additionalProperties": false, "properties": { "gid": { @@ -445,22 +453,216 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, + } + } + } + } + }, + "is_template": { + "type": [ + "null", + "boolean" + ] + }, + "due_on": { + "type": [ + "null", + "string" + ] + }, + "members": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "owner": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + }, + "permalink_url": { + "type": [ + "null", + "string" + ] + }, + "start_on": { + "type": [ + "null", + "string" + ] + }, + "workspace": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + }, + "portfolio_items": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "current_status_update": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "resource_subtype": { + "type": [ + "null", + "string" + ] + }, + "title": { + "type": [ + "null", + "string" + ] + } + } + }, + "custom_fields": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { "type": [ "null", - "object" + "string" ] }, "resource_type": { @@ -468,22 +670,12 @@ "null", "string" ] - } - }, - "type": [ - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "custom_fields": { - "items": { - "additionalProperties": false, - "properties": { + }, "date_value": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "date": { @@ -495,14 +687,11 @@ "date_time": { "type": [ "null", - "date-time" - ] + "string" + ], + "format": "date-time" } - }, - "type": [ - "null", - "object" - ] + } }, "display_value": { "type": [ @@ -517,139 +706,133 @@ ] }, "enum_options": { + "type": [ + "null", + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "gid": { + "color": { "type": [ "null", "string" ] }, - "name": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] + } + } }, "enum_value": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "gid": { + "color": { "type": [ "null", "string" ] }, - "name": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } }, - "gid": { + "multi_enum_values": { "type": [ "null", - "string" - ] - }, - "multi_enum_values": { + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "gid": { + "color": { "type": [ "null", "string" ] }, - "name": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] + } + } }, "name": { "type": [ @@ -669,12 +852,6 @@ "string" ] }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, "text_value": { "type": [ "null", @@ -687,109 +864,43 @@ "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "due_on": { - "type": [ - "null", - "string" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] + } + } }, - "is_template": { + "public": { "type": [ "null", "boolean" ] }, - "members": { - "items": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, + "archived": { "type": [ "null", - "array" + "boolean" ] }, - "name": { + "default_access_level": { "type": [ "null", "string" ] }, - "owner": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, + "privacy_setting": { "type": [ "null", - "object" + "string" ] }, - "permalink_url": { + "project_templates": { "type": [ "null", - "string" - ] - }, - "portfolio_items": { + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -798,77 +909,20 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "public": { - "type": [ - "null", - "boolean" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, - "start_on": { - "type": [ - "null", - "string" - ] - }, - "workspace": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] } - }, - "type": [ - "null", - "object" - ] + } } - }, - "type": [ - "null", - "object" - ] -} \ No newline at end of file + } +} diff --git a/_data/taps/schemas/asana/v2/json/projects.json b/_data/taps/schemas/asana/v2/json/projects.json index 202b593a4..ccc144600 100644 --- a/_data/taps/schemas/asana/v2/json/projects.json +++ b/_data/taps/schemas/asana/v2/json/projects.json @@ -1,31 +1,33 @@ { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "archived": { + "name": { "type": [ "null", - "boolean" + "string" ] }, - "color": { + "gid": { "type": [ "null", "string" ] }, - "completed": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "completed_at": { + "owner": { "type": [ "null", - "date-time" - ] - }, - "completed_by": { + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -34,56 +36,19 @@ "string" ] }, - "name": { - "type": [ - "null", - "string" - ] - }, "resource_type": { "type": [ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "created_at": { - "type": [ - "null", - "date-time" - ] - }, - "created_from_template": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] }, "name": { "type": [ "null", "string" ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] } - }, - "type": [ - "null", - "object" - ] + } }, "current_status": { "type": [ @@ -91,813 +56,912 @@ "string" ] }, - "current_status_update": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, - "title": { - "type": [ - "null", - "string" - ] - } - }, + "custom_fields": { "type": [ "null", - "object" - ] - }, - "custom_field_settings": { + "array" + ], "items": { + "type": [ + "object" + ], "additionalProperties": false, "properties": { - "custom_field": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "resource_subtype": { + "type": [ + "null", + "string" + ] + }, + "type": { + "type": [ + "null", + "string" + ] + }, + "enum_options": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "enum_value": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "created_by": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "currency_code": { + "gid": { "type": [ "null", "string" ] }, - "custom_label": { + "resource_type": { "type": [ "null", "string" ] }, - "custom_label_position": { + "name": { "type": [ "null", "string" ] }, - "date_value": { - "additionalProperties": false, - "properties": { - "date": { - "type": [ - "null", - "string" - ] - }, - "date_time": { - "type": [ - "null", - "date-time" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "description": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "display_value": { + "color": { "type": [ "null", "string" ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "enum_options": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, + } + } + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "text_value": { + "type": [ + "null", + "string" + ] + }, + "number_value": { + "type": [ + "null", + "number" + ] + }, + "description": { + "type": [ + "null", + "string" + ] + }, + "precision": { + "type": [ + "null", + "integer" + ] + }, + "is_global_to_workspace": { + "type": [ + "null", + "boolean" + ] + }, + "has_notifications_enabled": { + "type": [ + "null", + "boolean" + ] + }, + "date_value": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "date": { + "type": [ + "null", + "string" + ] + }, + "date_time": { + "type": [ + "null", + "string" + ], + "format": "date-time" + } + } + }, + "display_value": { + "type": [ + "null", + "string" + ] + }, + "multi_enum_values": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { "type": [ - "object" + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" ] }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + } + } + } + }, + "default_view": { + "type": [ + "null", + "string" + ] + }, + "due_date": { + "type": [ + "null", + "string" + ] + }, + "due_on": { + "type": [ + "null", + "string" + ] + }, + "html_notes": { + "type": [ + "null", + "string" + ] + }, + "is_template": { + "type": [ + "null", + "boolean" + ] + }, + "created_at": { + "type": [ + "null", + "string" + ], + "format": "date-time" + }, + "modified_at": { + "type": [ + "null", + "string" + ], + "format": "date-time" + }, + "start_on": { + "type": [ + "null", + "string" + ] + }, + "archived": { + "type": [ + "null", + "boolean" + ] + }, + "public": { + "type": [ + "null", + "boolean" + ] + }, + "members": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "followers": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "notes": { + "type": [ + "null", + "string" + ] + }, + "icon": { + "type": [ + "null", + "string" + ] + }, + "permalink_url": { + "type": [ + "null", + "string" + ] + }, + "workspace": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + }, + "team": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + }, + "current_status_update": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "resource_subtype": { + "type": [ + "null", + "string" + ] + }, + "title": { + "type": [ + "null", + "string" + ] + } + } + }, + "custom_field_settings": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "custom_field": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { "type": [ "null", - "array" + "string" ] }, - "enum_value": { + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "created_by": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "gid": { + "name": { "type": [ "null", "string" ] - }, - "name": { + } + } + }, + "currency_code": { + "type": [ + "null", + "string" + ] + }, + "custom_label": { + "type": [ + "null", + "string" + ] + }, + "custom_label_position": { + "type": [ + "null", + "string" + ] + }, + "date_value": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "date": { "type": [ "null", "string" ] }, - "resource_type": { + "date_time": { "type": [ "null", "string" - ] + ], + "format": "date-time" } - }, - "type": [ - "null", - "object" - ] + } }, - "format": { + "description": { "type": [ "null", "string" ] }, - "gid": { + "display_value": { "type": [ "null", "string" ] }, - "has_notifications_enabled": { + "enabled": { "type": [ "null", "boolean" ] }, - "is_global_to_workspace": { + "enum_options": { "type": [ "null", - "boolean" - ] - }, - "multi_enum_values": { + "array" + ], "items": { + "type": [ + "object" + ], "additionalProperties": false, "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, "gid": { "type": [ "null", "string" ] }, - "name": { - "type": [ - "null", - "string" - ] - }, "resource_type": { "type": [ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "number_value": { - "type": [ - "null", - "number" - ] - }, - "people_value": { - "items": { - "additionalProperties": false, - "properties": { - "gid": { + }, + "name": { "type": [ "null", "string" ] }, - "name": { + "enabled": { "type": [ "null", - "string" + "boolean" ] }, - "resource_type": { + "color": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "precision": { - "type": [ - "null", - "integer" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, - "text_value": { - "type": [ - "null", - "string" - ] - }, - "type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "is_important": { - "type": [ - "null", - "boolean" - ] - }, - "parent": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "project": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] + } + } }, - "resource_type": { + "enum_value": { "type": [ "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "custom_fields": { - "items": { - "additionalProperties": false, - "properties": { - "date_value": { - "additionalProperties": false, - "properties": { - "date": { + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + } + } + }, + "format": { "type": [ "null", "string" ] }, - "date_time": { + "has_notifications_enabled": { "type": [ "null", - "date-time" + "boolean" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "description": { - "type": [ - "null", - "string" - ] - }, - "display_value": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "enum_options": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } }, - "type": [ - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "enum_value": { - "additionalProperties": false, - "properties": { - "color": { + "is_global_to_workspace": { "type": [ "null", - "string" + "boolean" ] }, - "enabled": { + "multi_enum_values": { "type": [ "null", - "boolean" - ] + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } }, - "gid": { + "name": { "type": [ "null", "string" ] }, - "name": { + "number_value": { "type": [ "null", - "string" + "number" ] }, - "resource_type": { + "people_value": { "type": [ "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "has_notifications_enabled": { - "type": [ - "null", - "boolean" - ] - }, - "is_global_to_workspace": { - "type": [ - "null", - "boolean" - ] - }, - "multi_enum_values": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { + "array" + ], + "items": { "type": [ "null", - "string" - ] + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } } }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "number_value": { - "type": [ - "null", - "number" - ] - }, - "precision": { - "type": [ - "null", - "integer" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, - "text_value": { - "type": [ - "null", - "string" - ] + "precision": { + "type": [ + "null", + "integer" + ] + }, + "resource_subtype": { + "type": [ + "null", + "string" + ] + }, + "text_value": { + "type": [ + "null", + "string" + ] + }, + "type": { + "type": [ + "null", + "string" + ] + } + } }, - "type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "default_view": { - "type": [ - "null", - "string" - ] - }, - "due_date": { - "type": [ - "null", - "string" - ] - }, - "due_on": { - "type": [ - "null", - "string" - ] - }, - "followers": { - "items": { - "additionalProperties": false, - "properties": { - "gid": { + "is_important": { "type": [ "null", - "string" + "boolean" ] }, - "name": { + "parent": { "type": [ "null", - "string" - ] + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } }, - "resource_type": { + "project": { "type": [ "null", - "string" - ] + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "html_notes": { - "type": [ - "null", - "string" - ] - }, - "icon": { - "type": [ - "null", - "string" - ] + } + } }, - "is_template": { + "completed": { "type": [ "null", "boolean" ] }, - "members": { - "items": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "modified_at": { - "type": [ - "null", - "date-time" - ] - }, - "name": { + "completed_at": { "type": [ "null", "string" - ] + ], + "format": "date-time" }, - "notes": { + "completed_by": { "type": [ "null", - "string" - ] - }, - "owner": { + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -906,31 +970,25 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } }, - "permalink_url": { + "created_from_template": { "type": [ "null", - "string" - ] - }, - "project_brief": { + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -944,59 +1002,20 @@ "null", "string" ] - } - }, - "type": [ - "null", - "object" - ] - }, - "public": { - "type": [ - "null", - "boolean" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - }, - "start_on": { - "type": [ - "null", - "string" - ] - }, - "team": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] }, "name": { "type": [ "null", "string" ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] } - }, + } + }, + "project_brief": { "type": [ "null", "object" - ] - }, - "workspace": { + ], "additionalProperties": false, "properties": { "gid": { @@ -1005,27 +1024,13 @@ "string" ] }, - "name": { - "type": [ - "null", - "string" - ] - }, "resource_type": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } } - }, - "type": [ - "null", - "object" - ] -} \ No newline at end of file + } +} diff --git a/_data/taps/schemas/asana/v2/json/stories.json b/_data/taps/schemas/asana/v2/json/stories.json index 3279855f4..70803be33 100644 --- a/_data/taps/schemas/asana/v2/json/stories.json +++ b/_data/taps/schemas/asana/v2/json/stories.json @@ -1,7 +1,34 @@ { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "assignee": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": [ + "null", + "string" + ], + "format": "date-time" + }, + "created_by": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -10,31 +37,49 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, + } + }, + "resource_subtype": { "type": [ "null", - "object" + "string" ] }, - "created_at": { + "text": { "type": [ "null", - "date-time" + "string" ] }, - "created_by": { + "html_text": { + "type": [ + "null", + "string" + ] + }, + "is_pinned": { + "type": [ + "null", + "boolean" + ] + }, + "assignee": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -43,193 +88,70 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, + } + }, + "dependency": { "type": [ "null", "object" - ] - }, - "custom_field": { + ], "additionalProperties": false, "properties": { - "date_value": { - "additionalProperties": false, - "properties": { - "date": { - "type": [ - "null", - "string" - ] - }, - "date_time": { - "type": [ - "null", - "date-time" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "display_value": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" + "string" ] }, - "enum_options": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, + "name": { "type": [ "null", - "array" + "string" ] }, - "enum_value": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, + "resource_subtype": { "type": [ "null", - "object" + "string" ] - }, + } + } + }, + "duplicate_of": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { "gid": { "type": [ "null", "string" ] }, - "multi_enum_values": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, + "resource_type": { "type": [ "null", - "array" + "string" ] }, "name": { @@ -238,13 +160,22 @@ "string" ] }, - "number_value": { + "resource_subtype": { "type": [ "null", - "number" + "string" ] - }, - "resource_subtype": { + } + } + }, + "duplicated_from": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { "type": [ "null", "string" @@ -256,25 +187,25 @@ "string" ] }, - "text_value": { + "name": { "type": [ "null", "string" ] }, - "type": { + "resource_subtype": { "type": [ "null", "string" ] } - }, + } + }, + "follower": { "type": [ "null", "object" - ] - }, - "dependency": { + ], "additionalProperties": false, "properties": { "gid": { @@ -283,130 +214,21 @@ "string" ] }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_subtype": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "duplicate_of": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "duplicated_from": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "follower": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "hearted": { + } + }, + "hearted": { "type": [ "null", "boolean" @@ -415,16 +237,19 @@ "hearts": { "anyOf": [ { + "type": "array", "items": { + "type": ["null", "object"], "additionalProperties": false, "properties": { "gid": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "user": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -433,61 +258,34 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } } - }, - "type": [ - "null", - "object" - ] - }, - "type": "array" + } + } }, { "type": "null" } ] }, - "html_text": { - "type": [ - "null", - "string" - ] - }, - "is_editable": { - "type": [ - "null", - "boolean" - ] - }, "is_edited": { "type": [ "null", "boolean" ] }, - "is_pinned": { - "type": [ - "null", - "boolean" - ] - }, "liked": { "type": [ "null", @@ -497,16 +295,19 @@ "likes": { "anyOf": [ { + "type": "array", "items": { + "type": ["null", "object"], "additionalProperties": false, "properties": { "gid": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "user": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -515,31 +316,22 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } } - }, - "type": [ - "null", - "object" - ] - }, - "type": "array" + } + } }, { "type": "null" @@ -552,119 +344,108 @@ "boolean" ] }, - "new_date_value": { + "new_dates": { + "type": ["null", "object"], "additionalProperties": false, "properties": { "due_at": { "type": [ "null", - "date-time" - ] + "string" + ], + "format": "date-time" }, "due_on": { "type": [ "null", "string" - ] + ], + "format": "date-time" }, "start_on": { "type": [ "null", "string" - ] + ], + "format": "date-time" } - }, - "type": [ - "null", - "object" - ] + } }, - "new_dates": { + "new_enum_value": { + "type": ["null", "object"], "additionalProperties": false, "properties": { - "due_at": { - "type": [ - "null", - "date-time" - ] + "gid": { + "type": ["null", "string"] }, - "due_on": { - "type": [ - "null", - "date-time" - ] + "resource_type": { + "type": ["null", "string"] }, - "start_on": { - "type": [ - "null", - "date-time" - ] + "color": { + "type": ["null", "string"] + }, + "enabled": { + "type": ["null", "boolean"] + }, + "name": { + "type": ["null", "string"] } - }, - "type": [ - "null", - "object" - ] + } }, - "new_enum_value": { + "old_date_value": { + "type": ["null", "object"], "additionalProperties": false, "properties": { - "color": { - "type": [ - "null", - "string" - ] + "start_on": { + "type": ["null", "string"] }, - "enabled": { - "type": [ - "null", - "boolean" - ] + "due_at": { + "type": ["null", "string"], + "format": "date-time" }, - "gid": { - "type": [ - "null", - "string" - ] + "due_on": { + "type": ["null", "string"] + } + } + }, + "new_date_value": { + "type": ["null", "object"], + "additionalProperties": false, + "properties": { + "start_on": { + "type": ["null", "string"] }, - "name": { - "type": [ - "null", - "string" - ] + "due_at": { + "type": ["null", "string"], + "format": "date-time" }, - "resource_type": { - "type": [ - "null", - "string" - ] + "due_on": { + "type": ["null", "string"] } - }, + } + }, + "old_people_value": { "type": [ "null", - "object" - ] - }, - "new_multi_enum_values": { + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "color": { + "gid": { "type": [ "null", "string" ] }, - "enabled": { + "resource_type": { "type": [ "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" + "string" ] }, "name": { @@ -672,38 +453,20 @@ "null", "string" ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, - "new_name": { - "type": [ - "null", - "string" - ] + } + } }, - "new_number_value": { + "new_people_value": { "type": [ "null", - "number" - ] - }, - "new_people_value": { + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -712,27 +475,31 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, + } + } + }, + "new_name": { "type": [ "null", - "array" + "string" + ] + }, + "new_number_value": { + "type": [ + "null", + "number" ] }, "new_resource_subtype": { @@ -742,6 +509,10 @@ ] }, "new_section": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -750,23 +521,19 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } }, "new_text_value": { "type": [ @@ -792,143 +559,53 @@ "string" ] }, - "old_date_value": { + "old_dates": { + "type": ["null", "object"], "additionalProperties": false, "properties": { "due_at": { "type": [ "null", - "date-time" - ] + "string" + ], + "format": "date-time" }, "due_on": { "type": [ "null", "string" - ] + ], + "format": "date-time" }, "start_on": { "type": [ "null", "string" - ] + ], + "format": "date-time" } - }, - "type": [ - "null", - "object" - ] + } }, - "old_dates": { + "old_enum_value": { + "type": ["null", "object"], "additionalProperties": false, "properties": { - "due_at": { - "type": [ - "null", - "date-time" - ] + "gid": { + "type": ["null", "string"] }, - "due_on": { - "type": [ - "null", - "date-time" - ] + "resource_type": { + "type": ["null", "string"] }, - "start_on": { - "type": [ - "null", - "date-time" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "old_enum_value": { - "additionalProperties": false, - "properties": { "color": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] + "type": ["null", "boolean"] }, "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] } - }, - "type": [ - "null", - "object" - ] - }, - "old_multi_enum_values": { - "items": { - "additionalProperties": false, - "properties": { - "color": { - "type": [ - "null", - "string" - ] - }, - "enabled": { - "type": [ - "null", - "boolean" - ] - }, - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] + } }, "old_name": { "type": [ @@ -942,39 +619,6 @@ "number" ] }, - "old_people_value": { - "items": { - "additionalProperties": false, - "properties": { - "gid": { - "type": [ - "null", - "string" - ] - }, - "name": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] - } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] - }, "old_resource_subtype": { "type": [ "null", @@ -982,6 +626,10 @@ ] }, "old_section": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -990,23 +638,19 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } }, "old_text_value": { "type": [ @@ -1017,64 +661,37 @@ "previews": { "anyOf": [ { + "type": "array", "items": { + "type": ["null", "object"], "additionalProperties": false, "properties": { "fallback": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "footer": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "header": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "header_link": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "html_text": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "text": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "title": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] }, "title_link": { - "type": [ - "null", - "string" - ] + "type": ["null", "string"] } - }, - "type": [ - "null", - "object" - ] - }, - "type": "array" + } + } }, { "type": "null" @@ -1082,43 +699,31 @@ ] }, "project": { - "additionalProperties": false, - "properties": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { "gid": { "type": [ "null", "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "resource_subtype": { - "type": [ - "null", - "string" - ] - }, - "resource_type": { - "type": [ - "null", - "string" - ] + } }, "source": { "type": [ @@ -1126,22 +731,37 @@ "string" ] }, - "sticker_name": { + "story": { "type": [ "null", - "string" - ] - }, - "story": { + "object" + ], "additionalProperties": false, "properties": { - "created_at": { + "gid": { "type": [ "null", - "date-time" + "string" ] }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "created_at": { + "type": [ + "null", + "string" + ], + "format": "date-time" + }, "created_by": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -1150,37 +770,48 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, + } + }, + "resource_subtype": { "type": [ "null", - "object" + "string" ] }, - "gid": { + "name": { "type": [ "null", "string" ] }, - "name": { + "text": { "type": [ "null", "string" ] - }, - "resource_subtype": { + } + } + }, + "tag": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { "type": [ "null", "string" @@ -1192,19 +823,19 @@ "string" ] }, - "text": { + "name": { "type": [ "null", "string" ] } - }, + } + }, + "target": { "type": [ "null", "object" - ] - }, - "tag": { + ], "additionalProperties": false, "properties": { "gid": { @@ -1224,14 +855,20 @@ "null", "string" ] + }, + "resource_subtype": { + "type": [ + "null", + "string" + ] } - }, + } + }, + "task": { "type": [ "null", "object" - ] - }, - "target": { + ], "additionalProperties": false, "properties": { "gid": { @@ -1240,31 +877,37 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_subtype": { + "name": { "type": [ "null", "string" ] }, - "resource_type": { + "resource_subtype": { "type": [ "null", "string" ] } - }, + } + }, + "sticker_name": { "type": [ "null", - "object" + "string" ] }, - "task": { + "custom_field": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -1273,45 +916,314 @@ "string" ] }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "date_value": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "date": { + "type": [ + "null", + "string" + ] + }, + "date_time": { + "type": [ + "null", + "string" + ], + "format": "date-time" + } + } + }, + "display_value": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "enum_options": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "enum_value": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + }, + "multi_enum_values": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, "name": { "type": [ "null", "string" ] }, + "number_value": { + "type": [ + "null", + "number" + ] + }, "resource_subtype": { "type": [ "null", "string" ] }, - "resource_type": { + "text_value": { + "type": [ + "null", + "string" + ] + }, + "type": { "type": [ "null", "string" ] } - }, + } + }, + "is_editable": { "type": [ "null", - "object" + "boolean" ] }, - "text": { + "new_multi_enum_values": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "old_multi_enum_values": { + "type": [ + "null", + "array" + ], + "items": { + "type": [ + "null", + "object" + ], + "additionalProperties": false, + "properties": { + "gid": { + "type": [ + "null", + "string" + ] + }, + "resource_type": { + "type": [ + "null", + "string" + ] + }, + "color": { + "type": [ + "null", + "string" + ] + }, + "enabled": { + "type": [ + "null", + "boolean" + ] + }, + "name": { + "type": [ + "null", + "string" + ] + } + } + } + }, + "type": { "type": [ "null", "string" ] }, - "type": { + "new_approval_status_updated": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] -} \ No newline at end of file + } +} diff --git a/_data/taps/schemas/asana/v2/json/teams.json b/_data/taps/schemas/asana/v2/json/teams.json index 46d41f88f..d4dd728ea 100644 --- a/_data/taps/schemas/asana/v2/json/teams.json +++ b/_data/taps/schemas/asana/v2/json/teams.json @@ -1,31 +1,45 @@ { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { - "description": { + "gid": { "type": [ "null", "string" ] }, - "gid": { + "resource_type": { "type": [ "null", "string" ] }, - "html_description": { + "name": { "type": [ "null", "string" ] }, - "name": { + "description": { + "type": [ + "null", + "string" + ] + }, + "html_description": { "type": [ "null", "string" ] }, "organization": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -34,23 +48,19 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] + } }, "permalink_url": { "type": [ @@ -58,14 +68,16 @@ "string" ] }, - "resource_type": { + "users": { "type": [ "null", - "string" - ] - }, - "users": { + "array" + ], "items": { + "type": [ + "null", + "object" + ], "additionalProperties": false, "properties": { "gid": { @@ -74,38 +86,50 @@ "string" ] }, - "name": { + "resource_type": { "type": [ "null", "string" ] }, - "resource_type": { + "name": { "type": [ "null", "string" ] } - }, - "type": [ - "null", - "object" - ] - }, - "type": [ - "null", - "array" - ] + } + } }, "visibility": { "type": [ "null", "string" ] + }, + "edit_team_name_or_description_access_level": { + "type": ["null", "string"] + }, + "edit_team_visibility_or_trash_team_access_level": { + "type": ["null", "string"] + }, + "member_invite_management_access_level": { + "type": ["null", "string"] + }, + "guest_invite_management_access_level": { + "type": ["null", "string"] + }, + "join_request_management_access_level": { + "type": ["null", "string"] + }, + "team_member_removal_access_level": { + "type": ["null", "string"] + }, + "team_content_management_access_level": { + "type": ["null", "string"] + }, + "endorsed": { + "type": ["null", "boolean"] } - }, - "type": [ - "null", - "object" - ] -} \ No newline at end of file + } +}