{"openapi":"3.1.0","info":{"title":"Thrive is a tool for life planning","description":"Thrive is a tool for life planning","version":"1.3.2"},"paths":{"/api/v1/working-mem/settings":{"get":{"summary":"The command for loading the settings around workingmem.","description":"The command for loading the settings around workingmem.","operationId":"jupiter_webapi_client.api.working_mem.working_mem_load_settings.working_mem_load_settings","tags":["working-mem"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkingMemLoadSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}},"put":{"summary":"The command for updating the settings for working mem.","description":"The command for updating the settings for working mem.","operationId":"jupiter_webapi_client.api.working_mem.working_mem_update_settings.working_mem_update_settings","tags":["working-mem"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkingMemUpdateSettingsArgs"}}}}}},"/api/v1/working-mem":{"get":{"summary":"The command for loading the current working mem.","description":"The command for loading the current working mem.","operationId":"jupiter_webapi_client.api.working_mem.working_mem_load_current.working_mem_load_current","tags":["working-mem"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/WorkingMemLoadCurrentResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/time-plans/settings":{"get":{"summary":"The command for loading the settings around journals.","description":"The command for loading the settings around journals.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_load_settings.time_plan_load_settings","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanLoadSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}},"put":{"summary":"Command for updating the settings for time plans in general.","description":"Command for updating the settings for time plans in general.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_update_settings.time_plan_update_settings","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgs"}}}}}},"/api/v1/time-plans/for-date-and-period":{"get":{"summary":"The command for loading details about a time plan.","description":"The command for loading details about a time plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_load_for_time_date_and_period.time_plan_load_for_time_date_and_period","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanLoadForDateAndPeriodResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"right_now","in":"query","required":true,"schema":{"type":"string"}},{"name":"period","in":"query","required":true,"schema":{"type":"string","enum":["daily","monthly","quarterly","weekly","yearly"]}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]}},"/api/v1/time-plans/{ref_id}/remove":{"delete":{"summary":"Use case for removing a time_plan.","description":"Use case for removing a time_plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_remove.time_plan_remove","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/change-time-config":{"post":{"summary":"Command for updating the time configuration of a time_plan.","description":"Command for updating the time configuration of a time_plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_change_time_config.time_plan_change_time_config","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanChangeTimeConfigArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/associate-big-plan":{"post":{"summary":"Use case for creating activities starting from a big plan.","description":"Use case for creating activities starting from a big plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_associate_big_plan_with_plan.time_plan_associate_big_plan_with_plan","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateBigPlanWithPlanResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateBigPlanWithPlanArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/associate-inbox-task":{"post":{"summary":"Use case for creating activities starting from an inbox task.","description":"Use case for creating activities starting from an inbox task.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_associate_inbox_task_with_plan.time_plan_associate_inbox_task_with_plan","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateInboxTaskWithPlanResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateInboxTaskWithPlanArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/associate-with-activities":{"post":{"summary":"Use case for creating activities starting from already existin activities.","description":"Use case for creating activities starting from already existin activities.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_associate_with_activities.time_plan_associate_with_activities","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateWithActivitiesResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateWithActivitiesArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/associate-with-big-plans":{"post":{"summary":"Use case for creating activities starting from big plans.","description":"Use case for creating activities starting from big plans.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_associate_with_big_plans.time_plan_associate_with_big_plans","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateWithBigPlansResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateWithBigPlansArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/associate-with-inbox-tasks":{"post":{"summary":"Use case for creating activities starting from inbox tasks.","description":"Use case for creating activities starting from inbox tasks.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_associate_with_inbox_tasks.time_plan_associate_with_inbox_tasks","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateWithInboxTasksResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanAssociateWithInboxTasksArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/activities/find-for-target":{"get":{"summary":"The command for finding time plan activities for a particular target.","description":"The command for finding time plan activities for a particular target.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_activity_find_for_target.time_plan_activity_find_for_target","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanActivityFindForTargetResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"target","in":"query","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]}},"/api/v1/time-plans/{ref_id}/activities/{activities___ref_id}/remove":{"delete":{"summary":"Use case for removing a time plan activity.","description":"Use case for removing a time plan activity.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_activity_remove.time_plan_activity_remove","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"activities___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}/activities/{activities___ref_id}":{"get":{"summary":"Use case for loading a time plan activity activity.","description":"Use case for loading a time plan activity activity.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_activity_load.time_plan_activity_load","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanActivityLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"activities___ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a time plan activity.","description":"The command for updating a time plan activity.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_activity_update.time_plan_activity_update","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanActivityUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"activities___ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a time plan activity.","description":"Use case for archiving a time plan activity.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_activity_archive.time_plan_activity_archive","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"activities___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans/{ref_id}":{"get":{"summary":"The command for loading details about a time plan.","description":"The command for loading details about a time plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_load.time_plan_load","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_targets","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_completed_nontarget","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_other_time_plans","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"delete":{"summary":"Use case for archiving a time plan.","description":"Use case for archiving a time plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_archive.time_plan_archive","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/time-plans":{"get":{"summary":"The command for finding time plans.","description":"The command for finding time plans.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_find.time_plan_find","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_planning_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_life_plan_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a time plan.","description":"Use case for creating a time plan.","operationId":"jupiter_webapi_client.api.time_plans.time_plan_create.time_plan_create","tags":["time-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimePlanCreateArgs"}}}}}},"/api/v1/schedule/streams/for-user":{"post":{"summary":"Use case for creating a schedule stream.","description":"Use case for creating a schedule stream.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_create_for_user.schedule_stream_create_for_user","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamCreateForUserResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamCreateForUserArgs"}}}}}},"/api/v1/schedule/streams/for-external-ical":{"post":{"summary":"Use case for creating a schedule stream from an external iCal.","description":"Use case for creating a schedule stream from an external iCal.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_create_for_external_ical.schedule_stream_create_for_external_ical","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamCreateForExternalIcalResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamCreateForExternalIcalArgs"}}}}}},"/api/v1/schedule/streams/{ref_id}/remove":{"delete":{"summary":"Use case for removing a schedule stream.","description":"Use case for removing a schedule stream.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_remove.schedule_stream_remove","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/streams/{ref_id}":{"get":{"summary":"Use case for loading a particular stream.","description":"Use case for loading a particular stream.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_load.schedule_stream_load","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a schedule stream.","description":"Use case for updating a schedule stream.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_update.schedule_stream_update","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a schedule stream.","description":"Use case for archiving a schedule stream.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_archive.schedule_stream_archive","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/streams":{"get":{"summary":"Usecase for finding schedule streams.","description":"Usecase for finding schedule streams.","operationId":"jupiter_webapi_client.api.schedule.schedule_stream_find.schedule_stream_find","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleStreamFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]}},"/api/v1/schedule/exports/{ref_id}/remove":{"delete":{"summary":"Use case for removing a schedule export.","description":"Use case for removing a schedule export.","operationId":"jupiter_webapi_client.api.schedule.schedule_export_remove.schedule_export_remove","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/exports/{ref_id}":{"get":{"summary":"Use case for loading a particular schedule export.","description":"Use case for loading a particular schedule export.","operationId":"jupiter_webapi_client.api.schedule.schedule_export_load.schedule_export_load","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a schedule export.","description":"Use case for updating a schedule export.","operationId":"jupiter_webapi_client.api.schedule.schedule_export_update.schedule_export_update","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a schedule export.","description":"Use case for archiving a schedule export.","operationId":"jupiter_webapi_client.api.schedule.schedule_export_archive.schedule_export_archive","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/exports":{"get":{"summary":"Usecase for finding schedule exports.","description":"Usecase for finding schedule exports.","operationId":"jupiter_webapi_client.api.schedule.schedule_export_find.schedule_export_find","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a schedule export.","description":"Use case for creating a schedule export.","operationId":"jupiter_webapi_client.api.schedule.schedule_export_create.schedule_export_create","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleExportCreateArgs"}}}}}},"/api/v1/schedule/events-full-days/{ref_id}/remove":{"delete":{"summary":"Use case for removing a full day event.","description":"Use case for removing a full day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_full_days_remove.schedule_event_full_days_remove","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/events-full-days/{ref_id}/change-stream":{"post":{"summary":"Use case for changing the schedule stream of an event.","description":"Use case for changing the schedule stream of an event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_full_days_change_schedule_stream.schedule_event_full_days_change_schedule_stream","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventFullDaysChangeScheduleStreamArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/events-full-days/{ref_id}":{"get":{"summary":"Use case for loading a schedule full days event.","description":"Use case for loading a schedule full days event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_full_days_load.schedule_event_full_days_load","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventFullDaysLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a full day block in the schedule.","description":"Use case for updating a full day block in the schedule.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_full_days_update.schedule_event_full_days_update","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventFullDaysUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a schedule full day event.","description":"Use case for archiving a schedule full day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_full_days_archive.schedule_event_full_days_archive","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/events-full-days":{"post":{"summary":"Use case for creating a full day event in the schedule.","description":"Use case for creating a full day event in the schedule.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_full_days_create.schedule_event_full_days_create","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventFullDaysCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventFullDaysCreateArgs"}}}}}},"/api/v1/schedule/events-in-day/{ref_id}/remove":{"delete":{"summary":"Use case for removing a schedule in day event.","description":"Use case for removing a schedule in day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_in_day_remove.schedule_event_in_day_remove","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/events-in-day/{ref_id}/change-stream":{"post":{"summary":"Use case for changing the schedule stream of an event.","description":"Use case for changing the schedule stream of an event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_in_day_change_schedule_stream.schedule_event_in_day_change_schedule_stream","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventInDayChangeScheduleStreamArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/events-in-day/{ref_id}":{"get":{"summary":"Use case for loading a schedule in day event.","description":"Use case for loading a schedule in day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_in_day_load.schedule_event_in_day_load","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventInDayLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a schedule in day event.","description":"Use case for updating a schedule in day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_in_day_update.schedule_event_in_day_update","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventInDayUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a schedule in day event.","description":"Use case for archiving a schedule in day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_in_day_archive.schedule_event_in_day_archive","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/schedule/events-in-day":{"post":{"summary":"Use case for creating a schedule in day event.","description":"Use case for creating a schedule in day event.","operationId":"jupiter_webapi_client.api.schedule.schedule_event_in_day_create.schedule_event_in_day_create","tags":["schedule"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventInDayCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ScheduleEventInDayCreateArgs"}}}}}},"/api/v1/search":{"post":{"summary":"Use case for free form searching through jupiter.","description":"Use case for free form searching through jupiter.","operationId":"jupiter_webapi_client.api.search.search.search","tags":["search"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SearchArgs"}}}}}},"/api/v1/habits/{ref_id}/remove":{"delete":{"summary":"The command for removing a habit.","description":"The command for removing a habit.","operationId":"jupiter_webapi_client.api.habits.habit_remove.habit_remove","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/habits/{ref_id}/suspend":{"post":{"summary":"The command for suspending a habit.","description":"The command for suspending a habit.","operationId":"jupiter_webapi_client.api.habits.habit_suspend.habit_suspend","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/habits/{ref_id}/unsuspend":{"post":{"summary":"The command for unsuspending a habit.","description":"The command for unsuspending a habit.","operationId":"jupiter_webapi_client.api.habits.habit_unsuspend.habit_unsuspend","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/habits/{ref_id}":{"get":{"summary":"Use case for loading a particular habit.","description":"Use case for loading a particular habit.","operationId":"jupiter_webapi_client.api.habits.habit_load.habit_load","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HabitLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"inbox_task_retrieve_offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"name":"include_streak_marks_earliest_date","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}},{"name":"include_streak_marks_latest_date","in":"query","required":false,"schema":{"anyOf":[{"type":"string"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a habit.","description":"The command for updating a habit.","operationId":"jupiter_webapi_client.api.habits.habit_update.habit_update","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HabitUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a habit.","description":"The command for archiving a habit.","operationId":"jupiter_webapi_client.api.habits.habit_archive.habit_archive","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/habits":{"get":{"summary":"The command for finding a habit.","description":"The command for finding a habit.","operationId":"jupiter_webapi_client.api.habits.habit_find.habit_find","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HabitFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_life_plan","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_aspect_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a habit.","description":"The command for creating a habit.","operationId":"jupiter_webapi_client.api.habits.habit_create.habit_create","tags":["habits"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/HabitCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HabitCreateArgs"}}}}}},"/api/v1/chores/{ref_id}/remove":{"delete":{"summary":"The command for removing a chore.","description":"The command for removing a chore.","operationId":"jupiter_webapi_client.api.chores.chore_remove.chore_remove","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/chores/{ref_id}/suspend":{"post":{"summary":"The command for suspending a chore.","description":"The command for suspending a chore.","operationId":"jupiter_webapi_client.api.chores.chore_suspend.chore_suspend","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/chores/{ref_id}/unsuspend":{"post":{"summary":"The command for unsuspending a chore.","description":"The command for unsuspending a chore.","operationId":"jupiter_webapi_client.api.chores.chore_unsuspend.chore_unsuspend","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/chores/{ref_id}":{"get":{"summary":"Use case for loading a particular chore.","description":"Use case for loading a particular chore.","operationId":"jupiter_webapi_client.api.chores.chore_load.chore_load","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoreLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"inbox_task_retrieve_offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a chore.","description":"The command for updating a chore.","operationId":"jupiter_webapi_client.api.chores.chore_update.chore_update","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoreUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a chore.","description":"The command for archiving a chore.","operationId":"jupiter_webapi_client.api.chores.chore_archive.chore_archive","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/chores":{"get":{"summary":"The command for finding a chore.","description":"The command for finding a chore.","operationId":"jupiter_webapi_client.api.chores.chore_find.chore_find","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoreFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_life_plan","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_aspect_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a chore.","description":"The command for creating a chore.","operationId":"jupiter_webapi_client.api.chores.chore_create.chore_create","tags":["chores"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoreCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChoreCreateArgs"}}}}}},"/api/v1/big-plans/{ref_id}/remove":{"delete":{"summary":"The command for removing a big plan.","description":"The command for removing a big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_remove.big_plan_remove","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/big-plans/{ref_id}/inbox-tasks":{"post":{"summary":"The command for creating an inbox task for a big plan.","description":"The command for creating an inbox task for a big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_create_inbox_task.big_plan_create_inbox_task","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanCreateInboxTaskResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanCreateInboxTaskArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/big-plans/{ref_id}/milestones/{milestones___ref_id}/remove":{"delete":{"summary":"The command for removing a big plan milestone.","description":"The command for removing a big plan milestone.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_milestone_remove.big_plan_milestone_remove","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"milestones___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/big-plans/{ref_id}/milestones/{milestones___ref_id}":{"get":{"summary":"The use case for loading a particular big plan milestone.","description":"The use case for loading a particular big plan milestone.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_milestone_load.big_plan_milestone_load","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanMilestoneLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"milestones___ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a big plan milestone.","description":"The command for updating a big plan milestone.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_milestone_update.big_plan_milestone_update","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanMilestoneUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"milestones___ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a big plan milestone.","description":"The command for archiving a big plan milestone.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_milestone_archive.big_plan_milestone_archive","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"milestones___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/big-plans/{ref_id}/milestones":{"post":{"summary":"The command for creating a big plan milestone.","description":"The command for creating a big plan milestone.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_milestone_create.big_plan_milestone_create","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanMilestoneCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanMilestoneCreateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/big-plans/{ref_id}":{"get":{"summary":"The use case for loading a particular big plan.","description":"The use case for loading a particular big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_load.big_plan_load","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a big plan.","description":"The command for updating a big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_update.big_plan_update","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanUpdateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a big plan.","description":"The command for archiving a big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_archive.big_plan_archive","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/big-plans":{"get":{"summary":"The command for finding a big plan.","description":"The command for finding a big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_find.big_plan_find","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_life_plan","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_milestones","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_stats","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_just_workable","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_aspect_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a big plan.","description":"The command for creating a big plan.","operationId":"jupiter_webapi_client.api.big_plans.big_plan_create.big_plan_create","tags":["big-plans"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BigPlanCreateArgs"}}}}}},"/api/v1/docs/docs/{ref_id}/remove":{"delete":{"summary":"The command for removing a doc.","description":"The command for removing a doc.","operationId":"jupiter_webapi_client.api.docs.doc_remove.doc_remove","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/docs/docs/{ref_id}":{"get":{"summary":"Use case for loading a particular doc.","description":"Use case for loading a particular doc.","operationId":"jupiter_webapi_client.api.docs.doc_load.doc_load","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Update a doc use case.","description":"Update a doc use case.","operationId":"jupiter_webapi_client.api.docs.doc_update.doc_update","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a doc.","description":"Use case for archiving a doc.","operationId":"jupiter_webapi_client.api.docs.doc_archive.doc_archive","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/docs/docs":{"get":{"summary":"The use case for finding docs.","description":"The use case for finding docs.","operationId":"jupiter_webapi_client.api.docs.doc_find.doc_find","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a doc.","description":"Use case for creating a doc.","operationId":"jupiter_webapi_client.api.docs.doc_create.doc_create","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DocCreateArgs"}}}}}},"/api/v1/docs/dirs/{ref_id}/remove":{"delete":{"summary":"Use case for removing a directory.","description":"Use case for removing a directory.","operationId":"jupiter_webapi_client.api.docs.dir_remove.dir_remove","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/docs/dirs/{ref_id}":{"get":{"summary":"Load a directory with docs (notes and tags always included) and child dirs.","description":"Load a directory with docs (notes and tags always included) and child dirs.","operationId":"jupiter_webapi_client.api.docs.dir_load.dir_load","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DirLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a directory.","description":"Use case for updating a directory.","operationId":"jupiter_webapi_client.api.docs.dir_update.dir_update","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DirUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a directory.","description":"Use case for archiving a directory.","operationId":"jupiter_webapi_client.api.docs.dir_archive.dir_archive","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/docs/dirs":{"get":{"summary":"Load every directory in the workspace docs tree (optionally with tags).","description":"Load every directory in the workspace docs tree (optionally with tags).","operationId":"jupiter_webapi_client.api.docs.dir_find.dir_find","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DirFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a directory.","description":"Use case for creating a directory.","operationId":"jupiter_webapi_client.api.docs.dir_create.dir_create","tags":["docs"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DirCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DirCreateArgs"}}}}}},"/api/v1/journals/settings":{"get":{"summary":"The command for loading the settings around journals.","description":"The command for loading the settings around journals.","operationId":"jupiter_webapi_client.api.journals.journal_load_settings.journal_load_settings","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalLoadSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}},"put":{"summary":"Command for updating the settings for journals in general.","description":"Command for updating the settings for journals in general.","operationId":"jupiter_webapi_client.api.journals.journal_update_settings.journal_update_settings","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalUpdateSettingsArgs"}}}}}},"/api/v1/journals/for-date-and-period":{"get":{"summary":"The command for loading details about a journal.","description":"The command for loading details about a journal.","operationId":"jupiter_webapi_client.api.journals.journal_load_for_date_and_period.journal_load_for_date_and_period","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalLoadForDateAndPeriodResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"right_now","in":"query","required":true,"schema":{"type":"string"}},{"name":"period","in":"query","required":true,"schema":{"type":"string","enum":["daily","monthly","quarterly","weekly","yearly"]}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]}},"/api/v1/journals/{ref_id}/remove":{"delete":{"summary":"Use case for removing a journal.","description":"Use case for removing a journal.","operationId":"jupiter_webapi_client.api.journals.journal_remove.journal_remove","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/journals/{ref_id}/change-time-config":{"post":{"summary":"Command for updating the time configuration of a journal.","description":"Command for updating the time configuration of a journal.","operationId":"jupiter_webapi_client.api.journals.journal_change_time_config.journal_change_time_config","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalChangeTimeConfigArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/journals/{ref_id}":{"get":{"summary":"The command for loading details about a journal.","description":"The command for loading details about a journal.","operationId":"jupiter_webapi_client.api.journals.journal_load.journal_load","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"delete":{"summary":"Use case for archiving a journal.","description":"Use case for archiving a journal.","operationId":"jupiter_webapi_client.api.journals.journal_archive.journal_archive","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/journals":{"get":{"summary":"The command for finding journals.","description":"The command for finding journals.","operationId":"jupiter_webapi_client.api.journals.journal_find.journal_find","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_journal_stats","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_writing_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a journal.","description":"Use case for creating a journal.","operationId":"jupiter_webapi_client.api.journals.journal_create.journal_create","tags":["journals"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/JournalCreateArgs"}}}}}},"/api/v1/life-plan/settings/regen":{"post":{"summary":"A use case for regenerating life plan eval tasks.","description":"A use case for regenerating life plan eval tasks.","operationId":"jupiter_webapi_client.api.life_plan.life_plan_regen.life_plan_regen","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/life-plan/settings":{"get":{"summary":"The command for loading the eval settings for a life plan.","description":"The command for loading the eval settings for a life plan.","operationId":"jupiter_webapi_client.api.life_plan.life_plan_load_eval_settings.life_plan_load_eval_settings","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LifePlanLoadEvalSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}},"put":{"summary":"Command for updating the eval settings for a life plan.","description":"Command for updating the eval settings for a life plan.","operationId":"jupiter_webapi_client.api.life_plan.life_plan_update_eval_settings.life_plan_update_eval_settings","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgs"}}}}}},"/api/v1/life-plan/visions/create-draft":{"post":{"summary":"Use case for creating (or reusing) the draft vision.","description":"Use case for creating (or reusing) the draft vision.","operationId":"jupiter_webapi_client.api.life_plan.vision_create_draft.vision_create_draft","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VisionCreateDraftResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/life-plan/visions/active":{"get":{"summary":"Use case for loading the active vision (if any).","description":"Use case for loading the active vision (if any).","operationId":"jupiter_webapi_client.api.life_plan.vision_load_active.vision_load_active","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VisionLoadActiveResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/life-plan/visions/{ref_id}/remove":{"delete":{"summary":"Use case for removing a vision.","description":"Use case for removing a vision.","operationId":"jupiter_webapi_client.api.life_plan.vision_remove.vision_remove","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/visions/{ref_id}/mark-active":{"post":{"summary":"Use case for marking a draft vision as active.","description":"Use case for marking a draft vision as active.","operationId":"jupiter_webapi_client.api.life_plan.vision_mark_draft_as_active.vision_mark_draft_as_active","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/visions/{ref_id}":{"get":{"summary":"Use case for loading a particular vision.","description":"Use case for loading a particular vision.","operationId":"jupiter_webapi_client.api.life_plan.vision_load.vision_load","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VisionLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"delete":{"summary":"Use case for archiving a vision.","description":"Use case for archiving a vision.","operationId":"jupiter_webapi_client.api.life_plan.vision_archive.vision_archive","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/visions":{"get":{"summary":"Use case for finding visions.","description":"Use case for finding visions.","operationId":"jupiter_webapi_client.api.life_plan.vision_find.vision_find","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VisionFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]}},"/api/v1/life-plan/chapters/{ref_id}/remove":{"delete":{"summary":"The command for removing a chapter.","description":"The command for removing a chapter.","operationId":"jupiter_webapi_client.api.life_plan.chapter_remove.chapter_remove","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/chapters/{ref_id}":{"get":{"summary":"Use case for loading a particular chapter.","description":"Use case for loading a particular chapter.","operationId":"jupiter_webapi_client.api.life_plan.chapter_load.chapter_load","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapterLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a chapter.","description":"The command for updating a chapter.","operationId":"jupiter_webapi_client.api.life_plan.chapter_update.chapter_update","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapterUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a chapter.","description":"The command for archiving a chapter.","operationId":"jupiter_webapi_client.api.life_plan.chapter_archive.chapter_archive","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/chapters":{"get":{"summary":"The command for finding chapters.","description":"The command for finding chapters.","operationId":"jupiter_webapi_client.api.life_plan.chapter_find.chapter_find","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapterFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a chapter.","description":"The command for creating a chapter.","operationId":"jupiter_webapi_client.api.life_plan.chapter_create.chapter_create","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapterCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ChapterCreateArgs"}}}}}},"/api/v1/life-plan/goals/{ref_id}/remove":{"delete":{"summary":"The command for removing a goal.","description":"The command for removing a goal.","operationId":"jupiter_webapi_client.api.life_plan.goal_remove.goal_remove","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/goals/{ref_id}":{"get":{"summary":"Use case for loading a particular goal.","description":"Use case for loading a particular goal.","operationId":"jupiter_webapi_client.api.life_plan.goal_load.goal_load","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoalLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a goal.","description":"The command for updating a goal.","operationId":"jupiter_webapi_client.api.life_plan.goal_update.goal_update","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoalUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a goal.","description":"The command for archiving a goal.","operationId":"jupiter_webapi_client.api.life_plan.goal_archive.goal_archive","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/goals":{"get":{"summary":"The command for finding goals.","description":"The command for finding goals.","operationId":"jupiter_webapi_client.api.life_plan.goal_find.goal_find","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoalFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a goal.","description":"The command for creating a goal.","operationId":"jupiter_webapi_client.api.life_plan.goal_create.goal_create","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoalCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoalCreateArgs"}}}}}},"/api/v1/life-plan/milestones/{ref_id}/remove":{"delete":{"summary":"The command for removing a milestone.","description":"The command for removing a milestone.","operationId":"jupiter_webapi_client.api.life_plan.milestone_remove.milestone_remove","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/milestones/{ref_id}":{"get":{"summary":"Use case for loading a particular milestone.","description":"Use case for loading a particular milestone.","operationId":"jupiter_webapi_client.api.life_plan.milestone_load.milestone_load","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MilestoneLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a milestone.","description":"The command for updating a milestone.","operationId":"jupiter_webapi_client.api.life_plan.milestone_update.milestone_update","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MilestoneUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a milestone.","description":"The command for archiving a milestone.","operationId":"jupiter_webapi_client.api.life_plan.milestone_archive.milestone_archive","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/milestones":{"get":{"summary":"The command for finding milestones.","description":"The command for finding milestones.","operationId":"jupiter_webapi_client.api.life_plan.milestone_find.milestone_find","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MilestoneFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a milestone.","description":"The command for creating a milestone.","operationId":"jupiter_webapi_client.api.life_plan.milestone_create.milestone_create","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MilestoneCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MilestoneCreateArgs"}}}}}},"/api/v1/life-plan/aspects/{ref_id}/remove":{"delete":{"summary":"The command for removing a aspect.","description":"The command for removing a aspect.","operationId":"jupiter_webapi_client.api.life_plan.aspect_remove.aspect_remove","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectRemoveArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/aspects/{ref_id}/reorder-children":{"post":{"summary":"Reorder the children of a aspect.","description":"Reorder the children of a aspect.","operationId":"jupiter_webapi_client.api.life_plan.aspect_reorder_children.aspect_reorder_children","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectReorderChildrenArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/aspects/{ref_id}":{"get":{"summary":"Use case for loading a particular aspect.","description":"Use case for loading a particular aspect.","operationId":"jupiter_webapi_client.api.life_plan.aspect_load.aspect_load","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a aspect.","description":"The command for updating a aspect.","operationId":"jupiter_webapi_client.api.life_plan.aspect_update.aspect_update","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a aspect.","description":"The command for archiving a aspect.","operationId":"jupiter_webapi_client.api.life_plan.aspect_archive.aspect_archive","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/life-plan/aspects":{"get":{"summary":"The command for finding aspects.","description":"The command for finding aspects.","operationId":"jupiter_webapi_client.api.life_plan.aspect_find.aspect_find","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a aspect.","description":"The command for creating a aspect.","operationId":"jupiter_webapi_client.api.life_plan.aspect_create.aspect_create","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/AspectCreateArgs"}}}}}},"/api/v1/life-plan":{"put":{"summary":"The command for updating a life plan.","description":"The command for updating a life plan.","operationId":"jupiter_webapi_client.api.life_plan.life_plan_update.life_plan_update","tags":["life-plan"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LifePlanUpdateArgs"}}}}}},"/api/v1/metrics/settings":{"get":{"summary":"The command for loading the settings around metrics.","description":"The command for loading the settings around metrics.","operationId":"jupiter_webapi_client.api.metrics.metric_load_settings.metric_load_settings","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricLoadSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/metrics/{ref_id}/remove":{"delete":{"summary":"The command for removing a metric.","description":"The command for removing a metric.","operationId":"jupiter_webapi_client.api.metrics.metric_remove.metric_remove","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/metrics/{ref_id}/entries/{entries___ref_id}/remove":{"delete":{"summary":"The command for removing a metric entry.","description":"The command for removing a metric entry.","operationId":"jupiter_webapi_client.api.metrics.metric_entry_remove.metric_entry_remove","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entries___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/metrics/{ref_id}/entries/{entries___ref_id}":{"get":{"summary":"Use case for loading a metric entry.","description":"Use case for loading a metric entry.","operationId":"jupiter_webapi_client.api.metrics.metric_entry_load.metric_entry_load","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricEntryLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entries___ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a metric entry's properties.","description":"The command for updating a metric entry's properties.","operationId":"jupiter_webapi_client.api.metrics.metric_entry_update.metric_entry_update","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricEntryUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entries___ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a metric entry.","description":"The command for archiving a metric entry.","operationId":"jupiter_webapi_client.api.metrics.metric_entry_archive.metric_entry_archive","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"entries___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/metrics/{ref_id}/entries":{"post":{"summary":"The command for creating a metric entry.","description":"The command for creating a metric entry.","operationId":"jupiter_webapi_client.api.metrics.metric_entry_create.metric_entry_create","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricEntryCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricEntryCreateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/metrics/{ref_id}":{"get":{"summary":"Use case for loading a metric.","description":"Use case for loading a metric.","operationId":"jupiter_webapi_client.api.metrics.metric_load.metric_load","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"allow_archived_entries","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"collection_task_retrieve_offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a metric's properties.","description":"The command for updating a metric's properties.","operationId":"jupiter_webapi_client.api.metrics.metric_update.metric_update","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a metric.","description":"The command for archiving a metric.","operationId":"jupiter_webapi_client.api.metrics.metric_archive.metric_archive","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/metrics":{"get":{"summary":"The command for finding metrics.","description":"The command for finding metrics.","operationId":"jupiter_webapi_client.api.metrics.metric_find.metric_find","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_entries","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_collection_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_metric_entry_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_entry_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a metric.","description":"The command for creating a metric.","operationId":"jupiter_webapi_client.api.metrics.metric_create.metric_create","tags":["metrics"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MetricCreateArgs"}}}}}},"/api/v1/prm/settings":{"get":{"summary":"The command for loading the settings around persons.","description":"The command for loading the settings around persons.","operationId":"jupiter_webapi_client.api.prm.person_load_settings.person_load_settings","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonLoadSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/prm/persons/{ref_id}/remove":{"delete":{"summary":"The command for removing a person.","description":"The command for removing a person.","operationId":"jupiter_webapi_client.api.prm.person_remove.person_remove","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/persons/{ref_id}/occasions/{occasions___ref_id}/remove":{"delete":{"summary":"The command for removing an occasion.","description":"The command for removing an occasion.","operationId":"jupiter_webapi_client.api.prm.occasion_remove.occasion_remove","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"occasions___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/persons/{ref_id}/occasions/{occasions___ref_id}":{"get":{"summary":"Use case for loading an occasion.","description":"Use case for loading an occasion.","operationId":"jupiter_webapi_client.api.prm.occasion_load.occasion_load","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OccasionLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"occasions___ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating an occasion.","description":"The command for updating an occasion.","operationId":"jupiter_webapi_client.api.prm.occasion_update.occasion_update","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OccasionUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"occasions___ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving an occasion.","description":"The command for archiving an occasion.","operationId":"jupiter_webapi_client.api.prm.occasion_archive.occasion_archive","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"occasions___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/persons/{ref_id}/occasions":{"post":{"summary":"The command for creating an occasion.","description":"The command for creating an occasion.","operationId":"jupiter_webapi_client.api.prm.occasion_create.occasion_create","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/OccasionCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/OccasionCreateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/persons/{ref_id}":{"get":{"summary":"Use case for loading a person.","description":"Use case for loading a person.","operationId":"jupiter_webapi_client.api.prm.person_load.person_load","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"catch_up_task_retrieve_offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}},{"name":"occasion_task_retrieve_offset","in":"query","required":false,"schema":{"anyOf":[{"type":"integer"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a person.","description":"The command for updating a person.","operationId":"jupiter_webapi_client.api.prm.person_update.person_update","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a person.","description":"The command for archiving a person.","operationId":"jupiter_webapi_client.api.prm.person_archive.person_archive","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/persons":{"get":{"summary":"The command for finding the persons.","description":"The command for finding the persons.","operationId":"jupiter_webapi_client.api.prm.person_find.person_find","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_occasions","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_circle_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_occasion_time_event_blocks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_catch_up_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_occasion_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_person_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a person.","description":"The command for creating a person.","operationId":"jupiter_webapi_client.api.prm.person_create.person_create","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PersonCreateArgs"}}}}}},"/api/v1/prm/circles/{ref_id}/remove":{"delete":{"summary":"The command for removing a circle.","description":"The command for removing a circle.","operationId":"jupiter_webapi_client.api.prm.circle_remove.circle_remove","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/circles/{ref_id}":{"get":{"summary":"Use case for loading a circle.","description":"Use case for loading a circle.","operationId":"jupiter_webapi_client.api.prm.circle_load.circle_load","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CircleLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a circle.","description":"The command for updating a circle.","operationId":"jupiter_webapi_client.api.prm.circle_update.circle_update","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CircleUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a circle.","description":"The command for archiving a circle.","operationId":"jupiter_webapi_client.api.prm.circle_archive.circle_archive","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/prm/circles":{"get":{"summary":"The command for finding circles.","description":"The command for finding circles.","operationId":"jupiter_webapi_client.api.prm.circle_find.circle_find","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CircleFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a circle.","description":"The command for creating a circle.","operationId":"jupiter_webapi_client.api.prm.circle_create.circle_create","tags":["prm"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CircleCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CircleCreateArgs"}}}}}},"/api/v1/smart-lists/{ref_id}/remove":{"delete":{"summary":"The command for removing a smart list.","description":"The command for removing a smart list.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_remove.smart_list_remove","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/smart-lists/{ref_id}/items/{items___ref_id}/remove":{"delete":{"summary":"The command for removing a smart list item.","description":"The command for removing a smart list item.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_item_remove.smart_list_item_remove","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"items___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/smart-lists/{ref_id}/items/{items___ref_id}":{"get":{"summary":"Use case for loading a smart list item.","description":"Use case for loading a smart list item.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_item_load.smart_list_item_load","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListItemLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"items___ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a smart list item.","description":"The command for updating a smart list item.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_item_update.smart_list_item_update","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListItemUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"items___ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a smart list item.","description":"The command for archiving a smart list item.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_item_archive.smart_list_item_archive","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"items___ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/smart-lists/{ref_id}/items":{"post":{"summary":"The command for creating a smart list item.","description":"The command for creating a smart list item.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_item_create.smart_list_item_create","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListItemCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListItemCreateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/smart-lists/{ref_id}":{"get":{"summary":"Use case for loading a smart list.","description":"Use case for loading a smart list.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_load.smart_list_load","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"allow_archived_items","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"allow_archived_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_item_tags_and_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a smart list.","description":"The command for updating a smart list.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_update.smart_list_update","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a smart list.","description":"The command for archiving a smart list.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_archive.smart_list_archive","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/smart-lists":{"post":{"summary":"The command for creating a smart list.","description":"The command for creating a smart list.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_create.smart_list_create","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListCreateArgs"}}}}},"get":{"summary":"The command for finding smart lists.","description":"The command for finding smart lists.","operationId":"jupiter_webapi_client.api.smart_lists.smart_list_find.smart_list_find","tags":["smart-lists"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/SmartListFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_items","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_item_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_is_done","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_tag_names","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_tag_ref_id","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_item_ref_id","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]}},"/api/v1/vacations/{ref_id}/remove":{"delete":{"summary":"The command for removing a vacation.","description":"The command for removing a vacation.","operationId":"jupiter_webapi_client.api.vacations.vacation_remove.vacation_remove","tags":["vacations"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/vacations/{ref_id}":{"get":{"summary":"Use case for loading a particular vacation.","description":"Use case for loading a particular vacation.","operationId":"jupiter_webapi_client.api.vacations.vacation_load.vacation_load","tags":["vacations"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VacationLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a vacation's properties.","description":"The command for updating a vacation's properties.","operationId":"jupiter_webapi_client.api.vacations.vacation_update.vacation_update","tags":["vacations"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VacationUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a vacation.","description":"The command for archiving a vacation.","operationId":"jupiter_webapi_client.api.vacations.vacation_archive.vacation_archive","tags":["vacations"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/vacations":{"get":{"summary":"The command for finding vacations.","description":"The command for finding vacations.","operationId":"jupiter_webapi_client.api.vacations.vacation_find.vacation_find","tags":["vacations"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VacationFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_time_event_blocks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a vacation.","description":"The command for creating a vacation.","operationId":"jupiter_webapi_client.api.vacations.vacation_create.vacation_create","tags":["vacations"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/VacationCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/VacationCreateArgs"}}}}}},"/api/v1/todos/{ref_id}/remove":{"delete":{"summary":"The command for removing a todo task.","description":"The command for removing a todo task.","operationId":"jupiter_webapi_client.api.todo.todo_task_remove.todo_task_remove","tags":["todos"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/todos/{ref_id}":{"get":{"summary":"Use case for loading a particular todo task.","description":"Use case for loading a particular todo task.","operationId":"jupiter_webapi_client.api.todo.todo_task_load.todo_task_load","tags":["todos"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TodoTaskLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a todo task.","description":"The command for updating a todo task.","operationId":"jupiter_webapi_client.api.todo.todo_task_update.todo_task_update","tags":["todos"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TodoTaskUpdateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TodoTaskUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a todo task.","description":"The command for archiving a todo task.","operationId":"jupiter_webapi_client.api.todo.todo_task_archive.todo_task_archive","tags":["todos"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/todos":{"get":{"summary":"The command for finding todo tasks.","description":"The command for finding todo tasks.","operationId":"jupiter_webapi_client.api.todo.todo_task_find.todo_task_find","tags":["todos"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TodoTaskFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_tags","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_contacts","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_notes","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_life_plan","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"include_inbox_tasks","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_aspect_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"The command for creating a todo task.","description":"The command for creating a todo task.","operationId":"jupiter_webapi_client.api.todo.todo_task_create.todo_task_create","tags":["todos"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TodoTaskCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TodoTaskCreateArgs"}}}}}},"/api/v1/common/inbox-tasks/{ref_id}/remove":{"delete":{"summary":"The command for removing a inbox task.","description":"The command for removing a inbox task.","operationId":"jupiter_webapi_client.api.inbox_tasks.inbox_task_remove.inbox_task_remove","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/inbox-tasks/{ref_id}":{"get":{"summary":"The use case for loading a particular inbox task.","description":"The use case for loading a particular inbox task.","operationId":"jupiter_webapi_client.api.inbox_tasks.inbox_task_load.inbox_task_load","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InboxTaskLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"The command for updating a inbox task's generic properties.","description":"The command for updating a inbox task's generic properties.","operationId":"jupiter_webapi_client.api.inbox_tasks.inbox_task_update.inbox_task_update","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InboxTaskUpdateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/InboxTaskUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"The command for archiving a inbox task.","description":"The command for archiving a inbox task.","operationId":"jupiter_webapi_client.api.inbox_tasks.inbox_task_archive.inbox_task_archive","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/inbox-tasks":{"get":{"summary":"The command for finding a inbox task.","description":"The command for finding a inbox task.","operationId":"jupiter_webapi_client.api.inbox_tasks.inbox_task_find.inbox_task_find","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InboxTaskFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_just_workable","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_just_user","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_just_generated","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_namespace","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_source_entity_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]}},"/api/v1/common/notes/settings":{"get":{"summary":"Load workspace-scoped settings for the notes feature.","description":"Load workspace-scoped settings for the notes feature.","operationId":"jupiter_webapi_client.api.notes.note_load_settings.note_load_settings","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoteLoadSettingsResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}}}},"/api/v1/common/notes/{ref_id}/remove":{"delete":{"summary":"The command for removing a note.","description":"The command for removing a note.","operationId":"jupiter_webapi_client.api.notes.note_remove.note_remove","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/notes/{ref_id}":{"get":{"summary":"Use case for loading a note.","description":"Use case for loading a note.","operationId":"jupiter_webapi_client.api.notes.note_load.note_load","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoteLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Update a note use case.","description":"Update a note use case.","operationId":"jupiter_webapi_client.api.notes.note_update.note_update","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoteUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a note.","description":"Use case for archiving a note.","operationId":"jupiter_webapi_client.api.notes.note_archive.note_archive","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/notes":{"get":{"summary":"Use case for finding notes.","description":"Use case for finding notes.","operationId":"jupiter_webapi_client.api.notes.note_find.note_find","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoteFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_owner_types","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a note.","description":"Use case for creating a note.","operationId":"jupiter_webapi_client.api.notes.note_create.note_create","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoteCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoteCreateArgs"}}}}}},"/api/v1/common/contacts/link":{"post":{"summary":"Use case for upserting a contact link.","description":"Use case for upserting a contact link.","operationId":"jupiter_webapi_client.api.contacts.contact_link_upsert.contact_link_upsert","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactLinkUpsertResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactLinkUpsertArgs"}}}}}},"/api/v1/common/contacts/{ref_id}/remove":{"delete":{"summary":"Use case for removing a contact.","description":"Use case for removing a contact.","operationId":"jupiter_webapi_client.api.contacts.contact_remove.contact_remove","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/contacts/{ref_id}":{"get":{"summary":"Use case for loading a contact.","description":"Use case for loading a contact.","operationId":"jupiter_webapi_client.api.contacts.contact_load.contact_load","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a contact.","description":"Use case for updating a contact.","operationId":"jupiter_webapi_client.api.contacts.contact_update.contact_update","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a contact.","description":"Use case for archiving a contact.","operationId":"jupiter_webapi_client.api.contacts.contact_archive.contact_archive","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/contacts":{"get":{"summary":"Use case for finding contacts.","description":"Use case for finding contacts.","operationId":"jupiter_webapi_client.api.contacts.contact_find.contact_find","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a contact.","description":"Use case for creating a contact.","operationId":"jupiter_webapi_client.api.contacts.contact_create.contact_create","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ContactCreateArgs"}}}}}},"/api/v1/common/tags/link":{"post":{"summary":"Use case for upserting a tag link.","description":"Use case for upserting a tag link.","operationId":"jupiter_webapi_client.api.tags.tag_link_upsert.tag_link_upsert","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagLinkUpsertResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagLinkUpsertArgs"}}}}}},"/api/v1/common/tags/{ref_id}/remove":{"delete":{"summary":"Use case for removing a tag.","description":"Use case for removing a tag.","operationId":"jupiter_webapi_client.api.tags.tag_remove.tag_remove","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/tags/{ref_id}":{"get":{"summary":"Use case for loading a tag.","description":"Use case for loading a tag.","operationId":"jupiter_webapi_client.api.tags.tag_load.tag_load","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a tag.","description":"Use case for updating a tag.","operationId":"jupiter_webapi_client.api.tags.tag_update.tag_update","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving a tag.","description":"Use case for archiving a tag.","operationId":"jupiter_webapi_client.api.tags.tag_archive.tag_archive","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/tags":{"get":{"summary":"Use case for finding tags.","description":"Use case for finding tags.","operationId":"jupiter_webapi_client.api.tags.tag_find.tag_find","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagFindResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},{"name":"filter_ref_ids","in":"query","required":false,"schema":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}}]},"post":{"summary":"Use case for creating a tag.","description":"Use case for creating a tag.","operationId":"jupiter_webapi_client.api.tags.tag_create.tag_create","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreateResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TagCreateArgs"}}}}}},"/api/v1/common/time-events/in-day-blocks/for-big-plan":{"post":{"summary":"Use case for creating a time event associated with a big plan.","description":"Use case for creating a time event associated with a big plan.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_create_for_big_plan.time_event_in_day_block_create_for_big_plan","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForBigPlanResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForBigPlanArgs"}}}}}},"/api/v1/common/time-events/in-day-blocks/for-todo-task":{"post":{"summary":"Use case for creating a time event associated with a todo task.","description":"Use case for creating a time event associated with a todo task.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_create_for_todo_task.time_event_in_day_block_create_for_todo_task","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForTodoTaskResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForTodoTaskArgs"}}}}}},"/api/v1/common/time-events/in-day-blocks/for-habit":{"post":{"summary":"Use case for creating a time event associated with a habit.","description":"Use case for creating a time event associated with a habit.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_create_for_habit.time_event_in_day_block_create_for_habit","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForHabitResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForHabitArgs"}}}}}},"/api/v1/common/time-events/in-day-blocks/for-chore":{"post":{"summary":"Use case for creating a time event associated with a chore.","description":"Use case for creating a time event associated with a chore.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_create_for_chore.time_event_in_day_block_create_for_chore","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForChoreResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForChoreArgs"}}}}}},"/api/v1/common/time-events/in-day-blocks/for-time-plan-activity":{"post":{"summary":"Use case for creating a time event associated with a time plan activity.","description":"Use case for creating a time event associated with a time plan activity.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_create_for_time_plan_activity.time_event_in_day_block_create_for_time_plan_activity","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForTimePlanActivityResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockCreateForTimePlanActivityArgs"}}}}}},"/api/v1/common/time-events/in-day-blocks/{ref_id}/remove":{"delete":{"summary":"Use case for removing the in day event.","description":"Use case for removing the in day event.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_remove.time_event_in_day_block_remove","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/time-events/in-day-blocks/{ref_id}":{"get":{"summary":"Load a in day block and associated data.","description":"Load a in day block and associated data.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_load.time_event_in_day_block_load","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]},"put":{"summary":"Use case for updating a time event in day.","description":"Use case for updating a time event in day.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_update.time_event_in_day_block_update","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventInDayBlockUpdateArgs"}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]},"delete":{"summary":"Use case for archiving the in day event.","description":"Use case for archiving the in day event.","operationId":"jupiter_webapi_client.api.time_events.time_event_in_day_block_archive.time_event_in_day_block_archive","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response / Empty body"},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}}]}},"/api/v1/common/time-events/full-days-blocks/{ref_id}":{"get":{"summary":"Load a full day block and associated data.","description":"Load a full day block and associated data.","operationId":"jupiter_webapi_client.api.time_events.time_event_full_days_block_load.time_event_full_days_block_load","tags":["common"],"security":[{"BearerAuth":[]}],"responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TimeEventFullDaysBlockLoadResult"}}}},"400":{"description":"Invalid arguments","content":{"text/plain":{"schema":{"type":"string"}}}},"401":{"description":"Missing or invalid Authorization header, or API key exchange failed","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Unexpected status or unexpected response type","content":{"text/plain":{"schema":{"type":"string"}}}},"502":{"description":"Downstream API call failed","content":{"application/json":{"schema":{"type":"object","required":["status","response"],"properties":{"status":{"type":"integer"},"response":{"$ref":"#/components/schemas/ErrorResponse"}},"additionalProperties":false}}}},"504":{"description":"Gateway timeout","content":{"text/plain":{"schema":{"type":"string"}}}}},"parameters":[{"name":"ref_id","in":"path","required":true,"schema":{"type":"string"}},{"name":"allow_archived","in":"query","required":false,"schema":{"anyOf":[{"type":"boolean"},{"type":"null"}]}}]}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"Opaque"}},"schemas":{"ErrorResponse":{"title":"ErrorResponse","type":"object","required":["reason","detail"],"properties":{"reason":{"type":"string"},"detail":{"oneOf":[{"type":"string"},{"type":"array","items":{"$ref":"#/components/schemas/ErrorDetailItem"}}]}},"additionalProperties":false},"ErrorDetailItem":{"title":"ErrorDetailItem","type":"object","required":["loc","msg","type"],"properties":{"loc":{"type":"array","items":{"type":"string"}},"msg":{"type":"string"},"type":{"type":"string"}},"additionalProperties":false},"RecurringTaskPeriod":{"title":"RecurringTaskPeriod","type":"string","enum":["daily","monthly","quarterly","weekly","yearly"]},"InboxTaskStatus":{"title":"InboxTaskStatus","type":"string","enum":["blocked","done","in-progress","not-done","not-started"]},"Eisen":{"title":"Eisen","type":"string","enum":["important","important-and-urgent","regular","urgent"]},"Difficulty":{"title":"Difficulty","type":"string","enum":["easy","hard","medium"]},"InboxTask":{"title":"InboxTask","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"inbox_task_collection_ref_id":{"type":"string"},"owner":{"type":"string"},"status":{"$ref":"#/components/schemas/InboxTaskStatus"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"notes":{"anyOf":[{"type":"string"},{"type":"null"}]},"recurring_timeline":{"anyOf":[{"type":"string"},{"type":"null"}]},"recurring_repeat_index":{"anyOf":[{"type":"integer"},{"type":"null"}]},"recurring_gen_right_now":{"anyOf":[{"type":"string"},{"type":"null"}]},"working_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"completed_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","inbox_task_collection_ref_id","owner","status","is_key","eisen","difficulty"]},"WorkingMemLoadSettingsResult":{"title":"WorkingMemLoadSettingsResult","type":"object","properties":{"generation_period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"clean_up_inbox_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}}},"additionalProperties":false,"required":["generation_period","clean_up_inbox_tasks"]},"WorkingMemUpdateSettingsArgsGenerationPeriod":{"title":"WorkingMemUpdateSettingsArgsGenerationPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"additionalProperties":false,"required":["should_change"]},"WorkingMemUpdateSettingsArgs":{"title":"WorkingMemUpdateSettingsArgs","type":"object","properties":{"generation_period":{"$ref":"#/components/schemas/WorkingMemUpdateSettingsArgsGenerationPeriod"}},"additionalProperties":false,"required":["generation_period"]},"WorkingMem":{"title":"WorkingMem","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"working_mem_collection_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","working_mem_collection_ref_id"]},"BulletedListBlockKind":{"title":"BulletedListBlockKind","type":"string","enum":["bulleted-list"]},"ListItem":{"title":"ListItem","type":"object","properties":{"text":{"type":"string"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ListItem"}}},"additionalProperties":false,"required":["text","items"]},"BulletedListBlock":{"title":"BulletedListBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/BulletedListBlockKind"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ListItem"}}},"additionalProperties":false,"required":["correlation_id","kind","items"]},"ChecklistBlockKind":{"title":"ChecklistBlockKind","type":"string","enum":["checklist"]},"ChecklistItem":{"title":"ChecklistItem","type":"object","properties":{"text":{"type":"string"},"checked":{"type":"boolean"}},"additionalProperties":false,"required":["text","checked"]},"ChecklistBlock":{"title":"ChecklistBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/ChecklistBlockKind"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ChecklistItem"}}},"additionalProperties":false,"required":["correlation_id","kind","items"]},"CodeBlockKind":{"title":"CodeBlockKind","type":"string","enum":["code"]},"CodeBlock":{"title":"CodeBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/CodeBlockKind"},"code":{"type":"string"},"language":{"anyOf":[{"type":"string"},{"type":"null"}]},"show_line_numbers":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"additionalProperties":false,"required":["correlation_id","kind","code"]},"DividerBlockKind":{"title":"DividerBlockKind","type":"string","enum":["divider"]},"DividerBlock":{"title":"DividerBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/DividerBlockKind"}},"additionalProperties":false,"required":["correlation_id","kind"]},"EntityReferenceBlockKind":{"title":"EntityReferenceBlockKind","type":"string","enum":["entity-reference"]},"NamedEntityTag":{"title":"NamedEntityTag","type":"string","enum":["Aspect","BigPlan","BigPlanMilestone","Chapter","Chore","Circle","Dir","Doc","EmailTask","Goal","Habit","HomeTab","HomeWidget","Journal","Metric","MetricEntry","Milestone","Occasion","Other","Person","ScheduleEventFullDays","ScheduleEventInDay","ScheduleExport","ScheduleExternalSyncLog","ScheduleStream","ScoreLogEntry","SlackTask","SmartList","SmartListItem","TimePlan","TimePlanActivity","TodoTask","Vacation","Vision","WorkingMem"]},"EntityReferenceBlock":{"title":"EntityReferenceBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/EntityReferenceBlockKind"},"entity_tag":{"$ref":"#/components/schemas/NamedEntityTag"},"ref_id":{"type":"string"}},"additionalProperties":false,"required":["correlation_id","kind","entity_tag","ref_id"]},"HeadingBlockKind":{"title":"HeadingBlockKind","type":"string","enum":["heading"]},"HeadingBlock":{"title":"HeadingBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/HeadingBlockKind"},"text":{"type":"string"},"level":{"type":"integer"}},"additionalProperties":false,"required":["correlation_id","kind","text","level"]},"LinkBlockKind":{"title":"LinkBlockKind","type":"string","enum":["link"]},"LinkBlock":{"title":"LinkBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/LinkBlockKind"},"url":{"type":"string"}},"additionalProperties":false,"required":["correlation_id","kind","url"]},"NumberedListBlockKind":{"title":"NumberedListBlockKind","type":"string","enum":["numbered-list"]},"NumberedListBlock":{"title":"NumberedListBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/NumberedListBlockKind"},"items":{"type":"array","items":{"$ref":"#/components/schemas/ListItem"}}},"additionalProperties":false,"required":["correlation_id","kind","items"]},"ParagraphBlockKind":{"title":"ParagraphBlockKind","type":"string","enum":["paragraph"]},"ParagraphBlock":{"title":"ParagraphBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/ParagraphBlockKind"},"text":{"type":"string"}},"additionalProperties":false,"required":["correlation_id","kind","text"]},"QuoteBlockKind":{"title":"QuoteBlockKind","type":"string","enum":["quote"]},"QuoteBlock":{"title":"QuoteBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/QuoteBlockKind"},"text":{"type":"string"}},"additionalProperties":false,"required":["correlation_id","kind","text"]},"TableBlockKind":{"title":"TableBlockKind","type":"string","enum":["table"]},"TableBlock":{"title":"TableBlock","type":"object","properties":{"correlation_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/TableBlockKind"},"with_header":{"type":"boolean"},"contents":{"type":"array","items":{"type":"array","items":{"type":"string"}}}},"additionalProperties":false,"required":["correlation_id","kind","with_header","contents"]},"Note":{"title":"Note","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"note_collection_ref_id":{"type":"string"},"owner":{"type":"string"},"content":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/BulletedListBlock"},{"$ref":"#/components/schemas/ChecklistBlock"},{"$ref":"#/components/schemas/CodeBlock"},{"$ref":"#/components/schemas/DividerBlock"},{"$ref":"#/components/schemas/EntityReferenceBlock"},{"$ref":"#/components/schemas/HeadingBlock"},{"$ref":"#/components/schemas/LinkBlock"},{"$ref":"#/components/schemas/NumberedListBlock"},{"$ref":"#/components/schemas/ParagraphBlock"},{"$ref":"#/components/schemas/QuoteBlock"},{"$ref":"#/components/schemas/TableBlock"}]}},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","note_collection_ref_id","owner","content"]},"WorkingMemLoadCurrentEntry":{"title":"WorkingMemLoadCurrentEntry","type":"object","properties":{"working_mem":{"$ref":"#/components/schemas/WorkingMem"},"note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["working_mem","note"]},"WorkingMemLoadCurrentResult":{"title":"WorkingMemLoadCurrentResult","type":"object","properties":{"entry":{"$ref":"#/components/schemas/WorkingMemLoadCurrentEntry"}},"additionalProperties":false,"required":["entry"]},"TimePlanGenerationApproach":{"title":"TimePlanGenerationApproach","type":"string","enum":["both-plan-and-task","none","only-plan"]},"TimePlanLoadSettingsResultGenerationInAdvanceDays":{"title":"TimePlanLoadSettingsResultGenerationInAdvanceDays","type":"object","additionalProperties":{"type":"integer"}},"RecurringTaskGenParams":{"title":"RecurringTaskGenParams","type":"object","properties":{"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"actionable_from_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"actionable_from_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"due_at_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"due_at_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"skip_rule":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["period","eisen","difficulty"]},"TimePlanLoadSettingsResult":{"title":"TimePlanLoadSettingsResult","type":"object","properties":{"periods":{"type":"array","items":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"generation_approach":{"$ref":"#/components/schemas/TimePlanGenerationApproach"},"generation_in_advance_days":{"$ref":"#/components/schemas/TimePlanLoadSettingsResultGenerationInAdvanceDays"},"planning_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"planning_task_gen_params":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskGenParams"},{"type":"null"}]}},"additionalProperties":false,"required":["periods","generation_approach","generation_in_advance_days","planning_tasks"]},"TimePlanUpdateSettingsArgsPeriods":{"title":"TimePlanUpdateSettingsArgsPeriods","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"$ref":"#/components/schemas/RecurringTaskPeriod"}}},"additionalProperties":false,"required":["should_change"]},"TimePlanUpdateSettingsArgsGenerationApproach":{"title":"TimePlanUpdateSettingsArgsGenerationApproach","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/TimePlanGenerationApproach"}},"additionalProperties":false,"required":["should_change"]},"TimePlanUpdateSettingsArgsGenerationInAdvanceDaysValue":{"title":"TimePlanUpdateSettingsArgsGenerationInAdvanceDaysValue","type":"object","additionalProperties":{"type":"integer"}},"TimePlanUpdateSettingsArgsGenerationInAdvanceDays":{"title":"TimePlanUpdateSettingsArgsGenerationInAdvanceDays","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgsGenerationInAdvanceDaysValue"}},"additionalProperties":false,"required":["should_change"]},"TimePlanUpdateSettingsArgsPlanningTaskEisen":{"title":"TimePlanUpdateSettingsArgsPlanningTaskEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"TimePlanUpdateSettingsArgsPlanningTaskDifficulty":{"title":"TimePlanUpdateSettingsArgsPlanningTaskDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"TimePlanUpdateSettingsArgs":{"title":"TimePlanUpdateSettingsArgs","type":"object","properties":{"periods":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgsPeriods"},"generation_approach":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgsGenerationApproach"},"generation_in_advance_days":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgsGenerationInAdvanceDays"},"planning_task_eisen":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgsPlanningTaskEisen"},"planning_task_difficulty":{"$ref":"#/components/schemas/TimePlanUpdateSettingsArgsPlanningTaskDifficulty"}},"additionalProperties":false,"required":["periods","generation_approach","generation_in_advance_days","planning_task_eisen","planning_task_difficulty"]},"TimePlanSource":{"title":"TimePlanSource","type":"string","enum":["generated","user"]},"TimePlan":{"title":"TimePlan","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"time_plan_domain_ref_id":{"type":"string"},"source":{"$ref":"#/components/schemas/TimePlanSource"},"right_now":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"timeline":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","time_plan_domain_ref_id","source","right_now","period","timeline","start_date","end_date"]},"TimePlanLoadForDateAndPeriodResult":{"title":"TimePlanLoadForDateAndPeriodResult","type":"object","properties":{"sub_period_time_plans":{"type":"array","items":{"$ref":"#/components/schemas/TimePlan"}},"time_plan":{"anyOf":[{"$ref":"#/components/schemas/TimePlan"},{"type":"null"}]}},"additionalProperties":false,"required":["sub_period_time_plans"]},"TimePlanRemoveArgs":{"title":"TimePlanRemoveArgs","type":"object","properties":{},"additionalProperties":false},"TimePlanChangeTimeConfigArgsRightNow":{"title":"TimePlanChangeTimeConfigArgsRightNow","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"TimePlanChangeTimeConfigArgsPeriod":{"title":"TimePlanChangeTimeConfigArgsPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"additionalProperties":false,"required":["should_change"]},"TimePlanChangeTimeConfigArgsChapterRefIds":{"title":"TimePlanChangeTimeConfigArgsChapterRefIds","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["should_change"]},"TimePlanChangeTimeConfigArgsAspectRefIds":{"title":"TimePlanChangeTimeConfigArgsAspectRefIds","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["should_change"]},"TimePlanChangeTimeConfigArgsGoalRefIds":{"title":"TimePlanChangeTimeConfigArgsGoalRefIds","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["should_change"]},"TimePlanChangeTimeConfigArgs":{"title":"TimePlanChangeTimeConfigArgs","type":"object","properties":{"right_now":{"$ref":"#/components/schemas/TimePlanChangeTimeConfigArgsRightNow"},"period":{"$ref":"#/components/schemas/TimePlanChangeTimeConfigArgsPeriod"},"chapter_ref_ids":{"$ref":"#/components/schemas/TimePlanChangeTimeConfigArgsChapterRefIds"},"aspect_ref_ids":{"$ref":"#/components/schemas/TimePlanChangeTimeConfigArgsAspectRefIds"},"goal_ref_ids":{"$ref":"#/components/schemas/TimePlanChangeTimeConfigArgsGoalRefIds"}},"additionalProperties":false,"required":["right_now","period","chapter_ref_ids","aspect_ref_ids","goal_ref_ids"]},"TimePlanActivityKind":{"title":"TimePlanActivityKind","type":"string","enum":["finish","make-progress"]},"TimePlanActivityFeasability":{"title":"TimePlanActivityFeasability","type":"string","enum":["must-do","nice-to-have","stretch"]},"TimePlanActivity":{"title":"TimePlanActivity","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"time_plan_ref_id":{"type":"string"},"target":{"type":"string"},"kind":{"$ref":"#/components/schemas/TimePlanActivityKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityFeasability"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","time_plan_ref_id","target","kind","feasability"]},"TimePlanAssociateBigPlanWithPlanResult":{"title":"TimePlanAssociateBigPlanWithPlanResult","type":"object","properties":{"new_time_plan_activities":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivity"}}},"additionalProperties":false,"required":["new_time_plan_activities"]},"TimePlanAssociateBigPlanWithPlanArgs":{"title":"TimePlanAssociateBigPlanWithPlanArgs","type":"object","properties":{"big_plan_ref_id":{"type":"string"},"time_plan_ref_ids":{"type":"array","items":{"type":"string"}},"kind":{"$ref":"#/components/schemas/TimePlanActivityKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityFeasability"}},"additionalProperties":false,"required":["big_plan_ref_id","time_plan_ref_ids","kind","feasability"]},"TimePlanAssociateInboxTaskWithPlanResult":{"title":"TimePlanAssociateInboxTaskWithPlanResult","type":"object","properties":{"new_time_plan_activities":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivity"}}},"additionalProperties":false,"required":["new_time_plan_activities"]},"TimePlanAssociateInboxTaskWithPlanArgs":{"title":"TimePlanAssociateInboxTaskWithPlanArgs","type":"object","properties":{"inbox_task_ref_id":{"type":"string"},"time_plan_ref_ids":{"type":"array","items":{"type":"string"}},"kind":{"$ref":"#/components/schemas/TimePlanActivityKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityFeasability"}},"additionalProperties":false,"required":["inbox_task_ref_id","time_plan_ref_ids","kind","feasability"]},"TimePlanAssociateWithActivitiesResult":{"title":"TimePlanAssociateWithActivitiesResult","type":"object","properties":{"new_time_plan_activities":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivity"}}},"additionalProperties":false,"required":["new_time_plan_activities"]},"TimePlanAssociateWithActivitiesArgs":{"title":"TimePlanAssociateWithActivitiesArgs","type":"object","properties":{"other_time_plan_ref_id":{"type":"string"},"activity_ref_ids":{"type":"array","items":{"type":"string"}},"kind":{"$ref":"#/components/schemas/TimePlanActivityKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityFeasability"},"override_existing_dates":{"type":"boolean"}},"additionalProperties":false,"required":["other_time_plan_ref_id","activity_ref_ids","kind","feasability","override_existing_dates"]},"TimePlanAssociateWithBigPlansResult":{"title":"TimePlanAssociateWithBigPlansResult","type":"object","properties":{"new_time_plan_activities":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivity"}}},"additionalProperties":false,"required":["new_time_plan_activities"]},"TimePlanAssociateWithBigPlansArgs":{"title":"TimePlanAssociateWithBigPlansArgs","type":"object","properties":{"big_plan_ref_ids":{"type":"array","items":{"type":"string"}},"override_existing_dates":{"type":"boolean"},"kind":{"$ref":"#/components/schemas/TimePlanActivityKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityFeasability"}},"additionalProperties":false,"required":["big_plan_ref_ids","override_existing_dates","kind","feasability"]},"TimePlanAssociateWithInboxTasksResult":{"title":"TimePlanAssociateWithInboxTasksResult","type":"object","properties":{"new_time_plan_activities":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivity"}}},"additionalProperties":false,"required":["new_time_plan_activities"]},"TimePlanAssociateWithInboxTasksArgs":{"title":"TimePlanAssociateWithInboxTasksArgs","type":"object","properties":{"inbox_task_ref_ids":{"type":"array","items":{"type":"string"}},"override_existing_dates":{"type":"boolean"},"kind":{"$ref":"#/components/schemas/TimePlanActivityKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityFeasability"}},"additionalProperties":false,"required":["inbox_task_ref_ids","override_existing_dates","kind","feasability"]},"TimePlanActivityFindForTargetResultEntry":{"title":"TimePlanActivityFindForTargetResultEntry","type":"object","properties":{"time_plan":{"$ref":"#/components/schemas/TimePlan"},"time_plan_activity":{"$ref":"#/components/schemas/TimePlanActivity"}},"additionalProperties":false,"required":["time_plan","time_plan_activity"]},"TimePlanActivityFindForTargetResult":{"title":"TimePlanActivityFindForTargetResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivityFindForTargetResultEntry"}}},"additionalProperties":false,"required":["entries"]},"TimePlanActivityRemoveArgs":{"title":"TimePlanActivityRemoveArgs","type":"object","properties":{},"additionalProperties":false},"TimeEventInDayBlock":{"title":"TimeEventInDayBlock","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"time_event_domain_ref_id":{"type":"string"},"owner":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","time_event_domain_ref_id","owner","start_date","start_time_in_day","duration_mins"]},"BigPlanStatus":{"title":"BigPlanStatus","type":"string","enum":["blocked","done","in-progress","not-done","not-started"]},"BigPlan":{"title":"BigPlan","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"big_plan_collection_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"status":{"$ref":"#/components/schemas/BigPlanStatus"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"working_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"completed_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","big_plan_collection_ref_id","aspect_ref_id","status","is_key","eisen","difficulty"]},"TimePlanActivityLoadResult":{"title":"TimePlanActivityLoadResult","type":"object","properties":{"time_plan_activity":{"$ref":"#/components/schemas/TimePlanActivity"},"time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"target_inbox_task":{"anyOf":[{"$ref":"#/components/schemas/InboxTask"},{"type":"null"}]},"target_big_plan":{"anyOf":[{"$ref":"#/components/schemas/BigPlan"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["time_plan_activity","time_event_blocks"]},"TimePlanActivityUpdateArgsKind":{"title":"TimePlanActivityUpdateArgsKind","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/TimePlanActivityKind"}},"additionalProperties":false,"required":["should_change"]},"TimePlanActivityUpdateArgsFeasability":{"title":"TimePlanActivityUpdateArgsFeasability","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/TimePlanActivityFeasability"}},"additionalProperties":false,"required":["should_change"]},"TimePlanActivityUpdateArgs":{"title":"TimePlanActivityUpdateArgs","type":"object","properties":{"kind":{"$ref":"#/components/schemas/TimePlanActivityUpdateArgsKind"},"feasability":{"$ref":"#/components/schemas/TimePlanActivityUpdateArgsFeasability"}},"additionalProperties":false,"required":["kind","feasability"]},"TimePlanActivityArchiveArgs":{"title":"TimePlanActivityArchiveArgs","type":"object","properties":{},"additionalProperties":false},"Tag":{"title":"Tag","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"tag_domain_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","tag_domain_ref_id"]},"Chapter":{"title":"Chapter","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"life_plan_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","life_plan_ref_id","aspect_ref_id","start_date","end_date"]},"Aspect":{"title":"Aspect","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"life_plan_ref_id":{"type":"string"},"order_of_child_aspects":{"type":"array","items":{"type":"string"}},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"parent_aspect_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","life_plan_ref_id","order_of_child_aspects"]},"Goal":{"title":"Goal","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"life_plan_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"parent_goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","life_plan_ref_id","aspect_ref_id"]},"TimePlanActivityDoneness":{"title":"TimePlanActivityDoneness","type":"string","enum":["done","not-done","working"]},"TimePlanLoadResultActivityDonenessType0":{"title":"TimePlanLoadResultActivityDonenessType0","type":"object","additionalProperties":{"$ref":"#/components/schemas/TimePlanActivityDoneness"}},"TimePlanLoadResult":{"title":"TimePlanLoadResult","type":"object","properties":{"time_plan":{"$ref":"#/components/schemas/TimePlan"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"$ref":"#/components/schemas/Note"},"activities":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanActivity"}},"chapters":{"type":"array","items":{"$ref":"#/components/schemas/Chapter"}},"aspects":{"type":"array","items":{"$ref":"#/components/schemas/Aspect"}},"goals":{"type":"array","items":{"$ref":"#/components/schemas/Goal"}},"target_inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]},"target_big_plans":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/BigPlan"}},{"type":"null"}]},"activity_doneness":{"anyOf":[{"$ref":"#/components/schemas/TimePlanLoadResultActivityDonenessType0"},{"type":"null"}]},"completed_nontarget_inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]},"completed_nottarget_big_plans":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/BigPlan"}},{"type":"null"}]},"sub_period_time_plans":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/TimePlan"}},{"type":"null"}]},"higher_time_plan":{"anyOf":[{"$ref":"#/components/schemas/TimePlan"},{"type":"null"}]},"previous_time_plan":{"anyOf":[{"$ref":"#/components/schemas/TimePlan"},{"type":"null"}]}},"additionalProperties":false,"required":["time_plan","tags","note","activities","chapters","aspects","goals"]},"TimePlanArchiveArgs":{"title":"TimePlanArchiveArgs","type":"object","properties":{},"additionalProperties":false},"TimePlanFindResultEntry":{"title":"TimePlanFindResultEntry","type":"object","properties":{"time_plan":{"$ref":"#/components/schemas/TimePlan"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"planning_task":{"anyOf":[{"$ref":"#/components/schemas/InboxTask"},{"type":"null"}]},"chapter_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"aspect_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"goal_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},"additionalProperties":false,"required":["time_plan","tags"]},"TimePlanFindResult":{"title":"TimePlanFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/TimePlanFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"TimePlanCreateResult":{"title":"TimePlanCreateResult","type":"object","properties":{"new_time_plan":{"$ref":"#/components/schemas/TimePlan"},"new_note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["new_time_plan","new_note"]},"TimePlanCreateArgs":{"title":"TimePlanCreateArgs","type":"object","properties":{"right_now":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"chapter_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"aspect_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"goal_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},"additionalProperties":false,"required":["right_now","period"]},"ScheduleStreamSource":{"title":"ScheduleStreamSource","type":"string","enum":["external-ical","user"]},"ScheduleStreamColor":{"title":"ScheduleStreamColor","type":"string","enum":["blue","brown","cyan","gray","green","magenta","orange","purple","red","yellow"]},"ScheduleStream":{"title":"ScheduleStream","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"schedule_domain_ref_id":{"type":"string"},"source":{"$ref":"#/components/schemas/ScheduleStreamSource"},"color":{"$ref":"#/components/schemas/ScheduleStreamColor"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_ical_url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","schedule_domain_ref_id","source","color"]},"ScheduleStreamCreateForUserResult":{"title":"ScheduleStreamCreateForUserResult","type":"object","properties":{"new_schedule_stream":{"$ref":"#/components/schemas/ScheduleStream"}},"additionalProperties":false,"required":["new_schedule_stream"]},"ScheduleStreamCreateForUserArgs":{"title":"ScheduleStreamCreateForUserArgs","type":"object","properties":{"name":{"type":"string"},"color":{"$ref":"#/components/schemas/ScheduleStreamColor"}},"additionalProperties":false,"required":["name","color"]},"ScheduleStreamCreateForExternalIcalResult":{"title":"ScheduleStreamCreateForExternalIcalResult","type":"object","properties":{"new_schedule_stream":{"$ref":"#/components/schemas/ScheduleStream"}},"additionalProperties":false,"required":["new_schedule_stream"]},"ScheduleStreamCreateForExternalIcalArgs":{"title":"ScheduleStreamCreateForExternalIcalArgs","type":"object","properties":{"source_ical_url":{"type":"string"},"color":{"$ref":"#/components/schemas/ScheduleStreamColor"}},"additionalProperties":false,"required":["source_ical_url","color"]},"ScheduleStreamRemoveArgs":{"title":"ScheduleStreamRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleStreamLoadResult":{"title":"ScheduleStreamLoadResult","type":"object","properties":{"schedule_stream":{"$ref":"#/components/schemas/ScheduleStream"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["schedule_stream","tags"]},"ScheduleStreamUpdateArgsName":{"title":"ScheduleStreamUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleStreamUpdateArgsColor":{"title":"ScheduleStreamUpdateArgsColor","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/ScheduleStreamColor"}},"additionalProperties":false,"required":["should_change"]},"ScheduleStreamUpdateArgs":{"title":"ScheduleStreamUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ScheduleStreamUpdateArgsName"},"color":{"$ref":"#/components/schemas/ScheduleStreamUpdateArgsColor"}},"additionalProperties":false,"required":["name","color"]},"ScheduleStreamArchiveArgs":{"title":"ScheduleStreamArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleStreamFindResultEntry":{"title":"ScheduleStreamFindResultEntry","type":"object","properties":{"schedule_stream":{"$ref":"#/components/schemas/ScheduleStream"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["schedule_stream","tags"]},"ScheduleStreamFindResult":{"title":"ScheduleStreamFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/ScheduleStreamFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"ScheduleExportRemoveArgs":{"title":"ScheduleExportRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleExport":{"title":"ScheduleExport","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"schedule_domain_ref_id":{"type":"string"},"external_id":{"type":"string"},"schedule_stream_ref_ids":{"type":"array","items":{"type":"string"}},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","schedule_domain_ref_id","external_id","schedule_stream_ref_ids"]},"ScheduleExportLoadResult":{"title":"ScheduleExportLoadResult","type":"object","properties":{"schedule_export":{"$ref":"#/components/schemas/ScheduleExport"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["schedule_export","tags"]},"ScheduleExportUpdateArgsName":{"title":"ScheduleExportUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleExportUpdateArgsScheduleStreamRefIds":{"title":"ScheduleExportUpdateArgsScheduleStreamRefIds","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["should_change"]},"ScheduleExportUpdateArgs":{"title":"ScheduleExportUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ScheduleExportUpdateArgsName"},"schedule_stream_ref_ids":{"$ref":"#/components/schemas/ScheduleExportUpdateArgsScheduleStreamRefIds"}},"additionalProperties":false,"required":["name","schedule_stream_ref_ids"]},"ScheduleExportArchiveArgs":{"title":"ScheduleExportArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleExportFindResultEntry":{"title":"ScheduleExportFindResultEntry","type":"object","properties":{"schedule_export":{"$ref":"#/components/schemas/ScheduleExport"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["schedule_export","tags"]},"ScheduleExportFindResult":{"title":"ScheduleExportFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/ScheduleExportFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"ScheduleExportCreateResult":{"title":"ScheduleExportCreateResult","type":"object","properties":{"new_schedule_export":{"$ref":"#/components/schemas/ScheduleExport"}},"additionalProperties":false,"required":["new_schedule_export"]},"ScheduleExportCreateArgs":{"title":"ScheduleExportCreateArgs","type":"object","properties":{"name":{"type":"string"},"schedule_stream_ref_ids":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["name","schedule_stream_ref_ids"]},"ScheduleEventFullDaysRemoveArgs":{"title":"ScheduleEventFullDaysRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleEventFullDaysChangeScheduleStreamArgs":{"title":"ScheduleEventFullDaysChangeScheduleStreamArgs","type":"object","properties":{"schedule_stream_ref_id":{"type":"string"}},"additionalProperties":false,"required":["schedule_stream_ref_id"]},"ScheduleEventFullDays":{"title":"ScheduleEventFullDays","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"schedule_domain_ref_id":{"type":"string"},"schedule_stream_ref_id":{"type":"string"},"source":{"$ref":"#/components/schemas/ScheduleStreamSource"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"external_uid":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","schedule_domain_ref_id","schedule_stream_ref_id","source"]},"TimeEventFullDaysBlock":{"title":"TimeEventFullDaysBlock","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"time_event_domain_ref_id":{"type":"string"},"owner":{"type":"string"},"start_date":{"type":"string"},"duration_days":{"type":"integer"},"end_date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","time_event_domain_ref_id","owner","start_date","duration_days","end_date"]},"Contact":{"title":"Contact","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"contact_domain_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","contact_domain_ref_id"]},"ScheduleEventFullDaysLoadResult":{"title":"ScheduleEventFullDaysLoadResult","type":"object","properties":{"schedule_event_full_days":{"$ref":"#/components/schemas/ScheduleEventFullDays"},"time_event_full_days_block":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["schedule_event_full_days","time_event_full_days_block","tags","contacts"]},"ScheduleEventFullDaysUpdateArgsName":{"title":"ScheduleEventFullDaysUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventFullDaysUpdateArgsStartDate":{"title":"ScheduleEventFullDaysUpdateArgsStartDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventFullDaysUpdateArgsDurationDays":{"title":"ScheduleEventFullDaysUpdateArgsDurationDays","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"integer"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventFullDaysUpdateArgs":{"title":"ScheduleEventFullDaysUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ScheduleEventFullDaysUpdateArgsName"},"start_date":{"$ref":"#/components/schemas/ScheduleEventFullDaysUpdateArgsStartDate"},"duration_days":{"$ref":"#/components/schemas/ScheduleEventFullDaysUpdateArgsDurationDays"}},"additionalProperties":false,"required":["name","start_date","duration_days"]},"ScheduleEventFullDaysArchiveArgs":{"title":"ScheduleEventFullDaysArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleEventFullDaysCreateResult":{"title":"ScheduleEventFullDaysCreateResult","type":"object","properties":{"new_schedule_event_full_days":{"$ref":"#/components/schemas/ScheduleEventFullDays"},"new_time_event_full_day_block":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"}},"additionalProperties":false,"required":["new_schedule_event_full_days","new_time_event_full_day_block"]},"ScheduleEventFullDaysCreateArgs":{"title":"ScheduleEventFullDaysCreateArgs","type":"object","properties":{"schedule_stream_ref_id":{"type":"string"},"name":{"type":"string"},"start_date":{"type":"string"},"duration_days":{"type":"integer"}},"additionalProperties":false,"required":["schedule_stream_ref_id","name","start_date","duration_days"]},"ScheduleEventInDayRemoveArgs":{"title":"ScheduleEventInDayRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleEventInDayChangeScheduleStreamArgs":{"title":"ScheduleEventInDayChangeScheduleStreamArgs","type":"object","properties":{"schedule_stream_ref_id":{"type":"string"}},"additionalProperties":false,"required":["schedule_stream_ref_id"]},"ScheduleEventInDay":{"title":"ScheduleEventInDay","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"schedule_domain_ref_id":{"type":"string"},"schedule_stream_ref_id":{"type":"string"},"source":{"$ref":"#/components/schemas/ScheduleStreamSource"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"external_uid":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","schedule_domain_ref_id","schedule_stream_ref_id","source"]},"ScheduleEventInDayLoadResult":{"title":"ScheduleEventInDayLoadResult","type":"object","properties":{"schedule_event_in_day":{"$ref":"#/components/schemas/ScheduleEventInDay"},"time_event_in_day_block":{"$ref":"#/components/schemas/TimeEventInDayBlock"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["schedule_event_in_day","time_event_in_day_block","tags","contacts"]},"ScheduleEventInDayUpdateArgsName":{"title":"ScheduleEventInDayUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventInDayUpdateArgsStartDate":{"title":"ScheduleEventInDayUpdateArgsStartDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventInDayUpdateArgsStartTimeInDay":{"title":"ScheduleEventInDayUpdateArgsStartTimeInDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventInDayUpdateArgsDurationMins":{"title":"ScheduleEventInDayUpdateArgsDurationMins","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"integer"}},"additionalProperties":false,"required":["should_change"]},"ScheduleEventInDayUpdateArgs":{"title":"ScheduleEventInDayUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ScheduleEventInDayUpdateArgsName"},"start_date":{"$ref":"#/components/schemas/ScheduleEventInDayUpdateArgsStartDate"},"start_time_in_day":{"$ref":"#/components/schemas/ScheduleEventInDayUpdateArgsStartTimeInDay"},"duration_mins":{"$ref":"#/components/schemas/ScheduleEventInDayUpdateArgsDurationMins"}},"additionalProperties":false,"required":["name","start_date","start_time_in_day","duration_mins"]},"ScheduleEventInDayArchiveArgs":{"title":"ScheduleEventInDayArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ScheduleEventInDayCreateResult":{"title":"ScheduleEventInDayCreateResult","type":"object","properties":{"new_schedule_event_in_day":{"$ref":"#/components/schemas/ScheduleEventInDay"},"new_time_event_in_day_block":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"additionalProperties":false,"required":["new_schedule_event_in_day","new_time_event_in_day_block"]},"ScheduleEventInDayCreateArgs":{"title":"ScheduleEventInDayCreateArgs","type":"object","properties":{"schedule_stream_ref_id":{"type":"string"},"name":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"}},"additionalProperties":false,"required":["schedule_stream_ref_id","name","start_date","start_time_in_day","duration_mins"]},"EntitySummary":{"title":"EntitySummary","type":"object","properties":{"entity_tag":{"$ref":"#/components/schemas/NamedEntityTag"},"parent_ref_id":{"type":"string"},"ref_id":{"type":"string"},"name":{"type":"string"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["entity_tag","parent_ref_id","ref_id","name","archived","created_time","last_modified_time"]},"SearchMatch":{"title":"SearchMatch","type":"object","properties":{"summary":{"$ref":"#/components/schemas/EntitySummary"},"search_rank":{"type":"number"},"name_snippet":{"type":"string"},"note_snippet":{"type":"string"}},"additionalProperties":false,"required":["summary","search_rank","name_snippet","note_snippet"]},"SearchResult":{"title":"SearchResult","type":"object","properties":{"search_time":{"type":"string"},"matches":{"type":"array","items":{"$ref":"#/components/schemas/SearchMatch"}},"total_match_count":{"type":"integer"}},"additionalProperties":false,"required":["search_time","matches","total_match_count"]},"SearchArgs":{"title":"SearchArgs","type":"object","properties":{"query":{"type":"string"},"limit":{"type":"integer"},"include_archived":{"type":"boolean"},"filter_entity_tags":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/NamedEntityTag"}},{"type":"null"}]},"filter_tag_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"filter_contact_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"filter_created_time_after":{"anyOf":[{"type":"string"},{"type":"null"}]},"filter_created_time_before":{"anyOf":[{"type":"string"},{"type":"null"}]},"filter_last_modified_time_after":{"anyOf":[{"type":"string"},{"type":"null"}]},"filter_last_modified_time_before":{"anyOf":[{"type":"string"},{"type":"null"}]},"filter_archived_time_after":{"anyOf":[{"type":"string"},{"type":"null"}]},"filter_archived_time_before":{"anyOf":[{"type":"string"},{"type":"null"}]},"offset":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["query","limit","include_archived"]},"HabitRemoveArgs":{"title":"HabitRemoveArgs","type":"object","properties":{},"additionalProperties":false},"HabitSuspendArgs":{"title":"HabitSuspendArgs","type":"object","properties":{},"additionalProperties":false},"HabitUnsuspendArgs":{"title":"HabitUnsuspendArgs","type":"object","properties":{},"additionalProperties":false},"HabitRepeatsStrategy":{"title":"HabitRepeatsStrategy","type":"string","enum":["all-same","spread-out-no-overlap"]},"Habit":{"title":"Habit","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"habit_collection_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"is_key":{"type":"boolean"},"gen_params":{"$ref":"#/components/schemas/RecurringTaskGenParams"},"suspended":{"type":"boolean"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"repeats_strategy":{"anyOf":[{"$ref":"#/components/schemas/HabitRepeatsStrategy"},{"type":"null"}]},"repeats_in_period_count":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","habit_collection_ref_id","aspect_ref_id","is_key","gen_params","suspended"]},"HabitStreakMarkStatuses":{"title":"HabitStreakMarkStatuses","type":"object","additionalProperties":{"$ref":"#/components/schemas/InboxTaskStatus"}},"HabitStreakMark":{"title":"HabitStreakMark","type":"object","properties":{"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"habit_ref_id":{"type":"string"},"date":{"type":"string"},"statuses":{"$ref":"#/components/schemas/HabitStreakMarkStatuses"}},"additionalProperties":false,"required":["created_time","last_modified_time","habit_ref_id","date","statuses"]},"HabitLoadResult":{"title":"HabitLoadResult","type":"object","properties":{"habit":{"$ref":"#/components/schemas/Habit"},"aspect":{"$ref":"#/components/schemas/Aspect"},"inbox_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"inbox_tasks_total_cnt":{"type":"integer"},"inbox_tasks_page_size":{"type":"integer"},"streak_marks":{"type":"array","items":{"$ref":"#/components/schemas/HabitStreakMark"}},"streak_mark_earliest_date":{"type":"string"},"streak_mark_latest_date":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["habit","aspect","inbox_tasks","inbox_tasks_total_cnt","inbox_tasks_page_size","streak_marks","streak_mark_earliest_date","streak_mark_latest_date","tags","contacts","time_event_blocks"]},"HabitUpdateArgsName":{"title":"HabitUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsAspectRefId":{"title":"HabitUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsChapterRefId":{"title":"HabitUpdateArgsChapterRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsGoalRefId":{"title":"HabitUpdateArgsGoalRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsIsKey":{"title":"HabitUpdateArgsIsKey","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsPeriod":{"title":"HabitUpdateArgsPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsEisen":{"title":"HabitUpdateArgsEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Eisen"}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsDifficulty":{"title":"HabitUpdateArgsDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Difficulty"}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsActionableFromDay":{"title":"HabitUpdateArgsActionableFromDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsActionableFromMonth":{"title":"HabitUpdateArgsActionableFromMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsDueAtDay":{"title":"HabitUpdateArgsDueAtDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsDueAtMonth":{"title":"HabitUpdateArgsDueAtMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsSkipRule":{"title":"HabitUpdateArgsSkipRule","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsRepeatsStrategy":{"title":"HabitUpdateArgsRepeatsStrategy","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/HabitRepeatsStrategy"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgsRepeatsInPeriodCount":{"title":"HabitUpdateArgsRepeatsInPeriodCount","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"HabitUpdateArgs":{"title":"HabitUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/HabitUpdateArgsName"},"aspect_ref_id":{"$ref":"#/components/schemas/HabitUpdateArgsAspectRefId"},"chapter_ref_id":{"$ref":"#/components/schemas/HabitUpdateArgsChapterRefId"},"goal_ref_id":{"$ref":"#/components/schemas/HabitUpdateArgsGoalRefId"},"is_key":{"$ref":"#/components/schemas/HabitUpdateArgsIsKey"},"period":{"$ref":"#/components/schemas/HabitUpdateArgsPeriod"},"eisen":{"$ref":"#/components/schemas/HabitUpdateArgsEisen"},"difficulty":{"$ref":"#/components/schemas/HabitUpdateArgsDifficulty"},"actionable_from_day":{"$ref":"#/components/schemas/HabitUpdateArgsActionableFromDay"},"actionable_from_month":{"$ref":"#/components/schemas/HabitUpdateArgsActionableFromMonth"},"due_at_day":{"$ref":"#/components/schemas/HabitUpdateArgsDueAtDay"},"due_at_month":{"$ref":"#/components/schemas/HabitUpdateArgsDueAtMonth"},"skip_rule":{"$ref":"#/components/schemas/HabitUpdateArgsSkipRule"},"repeats_strategy":{"$ref":"#/components/schemas/HabitUpdateArgsRepeatsStrategy"},"repeats_in_period_count":{"$ref":"#/components/schemas/HabitUpdateArgsRepeatsInPeriodCount"}},"additionalProperties":false,"required":["name","aspect_ref_id","chapter_ref_id","goal_ref_id","is_key","period","eisen","difficulty","actionable_from_day","actionable_from_month","due_at_day","due_at_month","skip_rule","repeats_strategy","repeats_in_period_count"]},"HabitArchiveArgs":{"title":"HabitArchiveArgs","type":"object","properties":{},"additionalProperties":false},"HabitFindResultEntry":{"title":"HabitFindResultEntry","type":"object","properties":{"habit":{"$ref":"#/components/schemas/Habit"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"aspect":{"anyOf":[{"$ref":"#/components/schemas/Aspect"},{"type":"null"}]},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["habit","tags","contacts"]},"HabitFindResult":{"title":"HabitFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/HabitFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"HabitCreateResult":{"title":"HabitCreateResult","type":"object","properties":{"new_habit":{"$ref":"#/components/schemas/Habit"}},"additionalProperties":false,"required":["new_habit"]},"HabitCreateArgs":{"title":"HabitCreateArgs","type":"object","properties":{"name":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"aspect_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"actionable_from_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"actionable_from_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"due_at_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"due_at_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"skip_rule":{"anyOf":[{"type":"string"},{"type":"null"}]},"repeats_strategy":{"anyOf":[{"$ref":"#/components/schemas/HabitRepeatsStrategy"},{"type":"null"}]},"repeats_in_period_count":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["name","period","is_key","eisen","difficulty"]},"ChoreRemoveArgs":{"title":"ChoreRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ChoreSuspendArgs":{"title":"ChoreSuspendArgs","type":"object","properties":{},"additionalProperties":false},"ChoreUnsuspendArgs":{"title":"ChoreUnsuspendArgs","type":"object","properties":{},"additionalProperties":false},"Chore":{"title":"Chore","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"chore_collection_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"is_key":{"type":"boolean"},"gen_params":{"$ref":"#/components/schemas/RecurringTaskGenParams"},"suspended":{"type":"boolean"},"must_do":{"type":"boolean"},"start_at_date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"end_at_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","chore_collection_ref_id","aspect_ref_id","is_key","gen_params","suspended","must_do","start_at_date"]},"ChoreLoadResult":{"title":"ChoreLoadResult","type":"object","properties":{"chore":{"$ref":"#/components/schemas/Chore"},"aspect":{"$ref":"#/components/schemas/Aspect"},"inbox_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"inbox_tasks_total_cnt":{"type":"integer"},"inbox_tasks_page_size":{"type":"integer"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["chore","aspect","inbox_tasks","inbox_tasks_total_cnt","inbox_tasks_page_size","tags","contacts","time_event_blocks"]},"ChoreUpdateArgsName":{"title":"ChoreUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsAspectRefId":{"title":"ChoreUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsChapterRefId":{"title":"ChoreUpdateArgsChapterRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsGoalRefId":{"title":"ChoreUpdateArgsGoalRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsIsKey":{"title":"ChoreUpdateArgsIsKey","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsPeriod":{"title":"ChoreUpdateArgsPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsEisen":{"title":"ChoreUpdateArgsEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Eisen"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsDifficulty":{"title":"ChoreUpdateArgsDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Difficulty"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsActionableFromDay":{"title":"ChoreUpdateArgsActionableFromDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsActionableFromMonth":{"title":"ChoreUpdateArgsActionableFromMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsDueAtDay":{"title":"ChoreUpdateArgsDueAtDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsDueAtMonth":{"title":"ChoreUpdateArgsDueAtMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsMustDo":{"title":"ChoreUpdateArgsMustDo","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsSkipRule":{"title":"ChoreUpdateArgsSkipRule","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsStartAtDate":{"title":"ChoreUpdateArgsStartAtDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgsEndAtDate":{"title":"ChoreUpdateArgsEndAtDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"ChoreUpdateArgs":{"title":"ChoreUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ChoreUpdateArgsName"},"aspect_ref_id":{"$ref":"#/components/schemas/ChoreUpdateArgsAspectRefId"},"chapter_ref_id":{"$ref":"#/components/schemas/ChoreUpdateArgsChapterRefId"},"goal_ref_id":{"$ref":"#/components/schemas/ChoreUpdateArgsGoalRefId"},"is_key":{"$ref":"#/components/schemas/ChoreUpdateArgsIsKey"},"period":{"$ref":"#/components/schemas/ChoreUpdateArgsPeriod"},"eisen":{"$ref":"#/components/schemas/ChoreUpdateArgsEisen"},"difficulty":{"$ref":"#/components/schemas/ChoreUpdateArgsDifficulty"},"actionable_from_day":{"$ref":"#/components/schemas/ChoreUpdateArgsActionableFromDay"},"actionable_from_month":{"$ref":"#/components/schemas/ChoreUpdateArgsActionableFromMonth"},"due_at_day":{"$ref":"#/components/schemas/ChoreUpdateArgsDueAtDay"},"due_at_month":{"$ref":"#/components/schemas/ChoreUpdateArgsDueAtMonth"},"must_do":{"$ref":"#/components/schemas/ChoreUpdateArgsMustDo"},"skip_rule":{"$ref":"#/components/schemas/ChoreUpdateArgsSkipRule"},"start_at_date":{"$ref":"#/components/schemas/ChoreUpdateArgsStartAtDate"},"end_at_date":{"$ref":"#/components/schemas/ChoreUpdateArgsEndAtDate"}},"additionalProperties":false,"required":["name","aspect_ref_id","chapter_ref_id","goal_ref_id","is_key","period","eisen","difficulty","actionable_from_day","actionable_from_month","due_at_day","due_at_month","must_do","skip_rule","start_at_date","end_at_date"]},"ChoreArchiveArgs":{"title":"ChoreArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ChoreFindResultEntry":{"title":"ChoreFindResultEntry","type":"object","properties":{"chore":{"$ref":"#/components/schemas/Chore"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"aspect":{"anyOf":[{"$ref":"#/components/schemas/Aspect"},{"type":"null"}]},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]}},"additionalProperties":false,"required":["chore","tags","contacts"]},"ChoreFindResult":{"title":"ChoreFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/ChoreFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"ChoreCreateResult":{"title":"ChoreCreateResult","type":"object","properties":{"new_chore":{"$ref":"#/components/schemas/Chore"}},"additionalProperties":false,"required":["new_chore"]},"ChoreCreateArgs":{"title":"ChoreCreateArgs","type":"object","properties":{"name":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"must_do":{"type":"boolean"},"aspect_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"actionable_from_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"actionable_from_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"due_at_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"due_at_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"skip_rule":{"anyOf":[{"type":"string"},{"type":"null"}]},"start_at_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"end_at_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["name","period","is_key","eisen","difficulty","must_do"]},"BigPlanRemoveArgs":{"title":"BigPlanRemoveArgs","type":"object","properties":{},"additionalProperties":false},"BigPlanCreateInboxTaskResult":{"title":"BigPlanCreateInboxTaskResult","type":"object","properties":{"new_inbox_task":{"$ref":"#/components/schemas/InboxTask"},"new_time_plan_activity":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivity"},{"type":"null"}]}},"additionalProperties":false,"required":["new_inbox_task"]},"BigPlanCreateInboxTaskArgs":{"title":"BigPlanCreateInboxTaskArgs","type":"object","properties":{"big_plan_ref_id":{"type":"string"},"name":{"type":"string"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"time_plan_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"time_plan_activity_kind":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivityKind"},{"type":"null"}]},"time_plan_activity_feasability":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivityFeasability"},{"type":"null"}]},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["big_plan_ref_id","name","is_key","eisen","difficulty"]},"BigPlanMilestoneRemoveArgs":{"title":"BigPlanMilestoneRemoveArgs","type":"object","properties":{},"additionalProperties":false},"BigPlanMilestone":{"title":"BigPlanMilestone","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"big_plan_ref_id":{"type":"string"},"date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","big_plan_ref_id","date"]},"BigPlanMilestoneLoadResult":{"title":"BigPlanMilestoneLoadResult","type":"object","properties":{"big_plan_milestone":{"$ref":"#/components/schemas/BigPlanMilestone"}},"additionalProperties":false,"required":["big_plan_milestone"]},"BigPlanMilestoneUpdateArgsDate":{"title":"BigPlanMilestoneUpdateArgsDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"BigPlanMilestoneUpdateArgsName":{"title":"BigPlanMilestoneUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"BigPlanMilestoneUpdateArgs":{"title":"BigPlanMilestoneUpdateArgs","type":"object","properties":{"date":{"$ref":"#/components/schemas/BigPlanMilestoneUpdateArgsDate"},"name":{"$ref":"#/components/schemas/BigPlanMilestoneUpdateArgsName"}},"additionalProperties":false,"required":["date","name"]},"BigPlanMilestoneArchiveArgs":{"title":"BigPlanMilestoneArchiveArgs","type":"object","properties":{},"additionalProperties":false},"BigPlanMilestoneCreateResult":{"title":"BigPlanMilestoneCreateResult","type":"object","properties":{"new_big_plan_milestone":{"$ref":"#/components/schemas/BigPlanMilestone"}},"additionalProperties":false,"required":["new_big_plan_milestone"]},"BigPlanMilestoneCreateArgs":{"title":"BigPlanMilestoneCreateArgs","type":"object","properties":{"big_plan_ref_id":{"type":"string"},"date":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false,"required":["big_plan_ref_id","date","name"]},"BigPlanStats":{"title":"BigPlanStats","type":"object","properties":{"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"big_plan_ref_id":{"type":"string"},"all_inbox_tasks_cnt":{"type":"integer"},"completed_inbox_tasks_cnt":{"type":"integer"}},"additionalProperties":false,"required":["created_time","last_modified_time","big_plan_ref_id","all_inbox_tasks_cnt","completed_inbox_tasks_cnt"]},"BigPlanLoadResult":{"title":"BigPlanLoadResult","type":"object","properties":{"big_plan":{"$ref":"#/components/schemas/BigPlan"},"aspect":{"$ref":"#/components/schemas/Aspect"},"milestones":{"type":"array","items":{"$ref":"#/components/schemas/BigPlanMilestone"}},"inbox_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"stats":{"$ref":"#/components/schemas/BigPlanStats"},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["big_plan","aspect","milestones","inbox_tasks","tags","contacts","time_event_blocks","stats"]},"UserScore":{"title":"UserScore","type":"object","properties":{"total_score":{"type":"integer"},"inbox_task_cnt":{"type":"integer"},"big_plan_cnt":{"type":"integer"}},"additionalProperties":false,"required":["total_score","inbox_task_cnt","big_plan_cnt"]},"UserScoreOverview":{"title":"UserScoreOverview","type":"object","properties":{"daily_score":{"$ref":"#/components/schemas/UserScore"},"weekly_score":{"$ref":"#/components/schemas/UserScore"},"monthly_score":{"$ref":"#/components/schemas/UserScore"},"quarterly_score":{"$ref":"#/components/schemas/UserScore"},"yearly_score":{"$ref":"#/components/schemas/UserScore"},"lifetime_score":{"$ref":"#/components/schemas/UserScore"},"best_quarterly_daily_score":{"$ref":"#/components/schemas/UserScore"},"best_quarterly_weekly_score":{"$ref":"#/components/schemas/UserScore"},"best_quarterly_monthly_score":{"$ref":"#/components/schemas/UserScore"},"best_yearly_daily_score":{"$ref":"#/components/schemas/UserScore"},"best_yearly_weekly_score":{"$ref":"#/components/schemas/UserScore"},"best_yearly_monthly_score":{"$ref":"#/components/schemas/UserScore"},"best_yearly_quarterly_score":{"$ref":"#/components/schemas/UserScore"},"best_lifetime_daily_score":{"$ref":"#/components/schemas/UserScore"},"best_lifetime_weekly_score":{"$ref":"#/components/schemas/UserScore"},"best_lifetime_monthly_score":{"$ref":"#/components/schemas/UserScore"},"best_lifetime_quarterly_score":{"$ref":"#/components/schemas/UserScore"},"best_lifetime_yearly_score":{"$ref":"#/components/schemas/UserScore"}},"additionalProperties":false,"required":["daily_score","weekly_score","monthly_score","quarterly_score","yearly_score","lifetime_score","best_quarterly_daily_score","best_quarterly_weekly_score","best_quarterly_monthly_score","best_yearly_daily_score","best_yearly_weekly_score","best_yearly_monthly_score","best_yearly_quarterly_score","best_lifetime_daily_score","best_lifetime_weekly_score","best_lifetime_monthly_score","best_lifetime_quarterly_score","best_lifetime_yearly_score"]},"RecordScoreResult":{"title":"RecordScoreResult","type":"object","properties":{"latest_task_score":{"type":"integer"},"score_overview":{"$ref":"#/components/schemas/UserScoreOverview"},"has_lucky_puppy_bonus":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"additionalProperties":false,"required":["latest_task_score","score_overview"]},"BigPlanUpdateResult":{"title":"BigPlanUpdateResult","type":"object","properties":{"record_score_result":{"anyOf":[{"$ref":"#/components/schemas/RecordScoreResult"},{"type":"null"}]}},"additionalProperties":false},"BigPlanUpdateArgsName":{"title":"BigPlanUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsStatus":{"title":"BigPlanUpdateArgsStatus","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/BigPlanStatus"}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsAspectRefId":{"title":"BigPlanUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsChapterRefId":{"title":"BigPlanUpdateArgsChapterRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsGoalRefId":{"title":"BigPlanUpdateArgsGoalRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsIsKey":{"title":"BigPlanUpdateArgsIsKey","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsEisen":{"title":"BigPlanUpdateArgsEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Eisen"}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsDifficulty":{"title":"BigPlanUpdateArgsDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Difficulty"}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsActionableDate":{"title":"BigPlanUpdateArgsActionableDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgsDueDate":{"title":"BigPlanUpdateArgsDueDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"BigPlanUpdateArgs":{"title":"BigPlanUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/BigPlanUpdateArgsName"},"status":{"$ref":"#/components/schemas/BigPlanUpdateArgsStatus"},"aspect_ref_id":{"$ref":"#/components/schemas/BigPlanUpdateArgsAspectRefId"},"chapter_ref_id":{"$ref":"#/components/schemas/BigPlanUpdateArgsChapterRefId"},"goal_ref_id":{"$ref":"#/components/schemas/BigPlanUpdateArgsGoalRefId"},"is_key":{"$ref":"#/components/schemas/BigPlanUpdateArgsIsKey"},"eisen":{"$ref":"#/components/schemas/BigPlanUpdateArgsEisen"},"difficulty":{"$ref":"#/components/schemas/BigPlanUpdateArgsDifficulty"},"actionable_date":{"$ref":"#/components/schemas/BigPlanUpdateArgsActionableDate"},"due_date":{"$ref":"#/components/schemas/BigPlanUpdateArgsDueDate"}},"additionalProperties":false,"required":["name","status","aspect_ref_id","chapter_ref_id","goal_ref_id","is_key","eisen","difficulty","actionable_date","due_date"]},"BigPlanArchiveArgs":{"title":"BigPlanArchiveArgs","type":"object","properties":{},"additionalProperties":false},"BigPlanFindResultEntry":{"title":"BigPlanFindResultEntry","type":"object","properties":{"big_plan":{"$ref":"#/components/schemas/BigPlan"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"milestones":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/BigPlanMilestone"}},{"type":"null"}]},"stats":{"anyOf":[{"$ref":"#/components/schemas/BigPlanStats"},{"type":"null"}]},"aspect":{"anyOf":[{"$ref":"#/components/schemas/Aspect"},{"type":"null"}]},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]}},"additionalProperties":false,"required":["big_plan","tags","contacts"]},"BigPlanFindResult":{"title":"BigPlanFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/BigPlanFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"BigPlanCreateResult":{"title":"BigPlanCreateResult","type":"object","properties":{"new_big_plan":{"$ref":"#/components/schemas/BigPlan"},"new_time_plan_activity":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivity"},{"type":"null"}]}},"additionalProperties":false,"required":["new_big_plan"]},"BigPlanCreateArgs":{"title":"BigPlanCreateArgs","type":"object","properties":{"name":{"type":"string"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"time_plan_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"time_plan_activity_kind":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivityKind"},{"type":"null"}]},"time_plan_activity_feasability":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivityFeasability"},{"type":"null"}]},"aspect_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["name","is_key","eisen","difficulty"]},"DocRemoveArgs":{"title":"DocRemoveArgs","type":"object","properties":{},"additionalProperties":false},"Doc":{"title":"Doc","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"doc_collection_ref_id":{"type":"string"},"parent_dir_ref_id":{"type":"string"},"idempotency_key":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","doc_collection_ref_id","parent_dir_ref_id","idempotency_key"]},"DocLoadResult":{"title":"DocLoadResult","type":"object","properties":{"doc":{"$ref":"#/components/schemas/Doc"},"note":{"$ref":"#/components/schemas/Note"},"subdocs":{"type":"array","items":{"$ref":"#/components/schemas/Doc"}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"additionalProperties":false,"required":["doc","note","subdocs","tags"]},"DocUpdateArgsName":{"title":"DocUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"DocUpdateArgsParentDirRefId":{"title":"DocUpdateArgsParentDirRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"DocUpdateArgs":{"title":"DocUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/DocUpdateArgsName"},"parent_dir_ref_id":{"$ref":"#/components/schemas/DocUpdateArgsParentDirRefId"}},"additionalProperties":false,"required":["name","parent_dir_ref_id"]},"DocArchiveArgs":{"title":"DocArchiveArgs","type":"object","properties":{},"additionalProperties":false},"DocFindResultEntry":{"title":"DocFindResultEntry","type":"object","properties":{"doc":{"$ref":"#/components/schemas/Doc"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["doc","tags"]},"DocFindResult":{"title":"DocFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/DocFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"DocCreateResult":{"title":"DocCreateResult","type":"object","properties":{"new_doc":{"$ref":"#/components/schemas/Doc"},"new_note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["new_doc","new_note"]},"DocCreateArgs":{"title":"DocCreateArgs","type":"object","properties":{"idempotency_key":{"type":"string"},"name":{"type":"string"},"content":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/BulletedListBlock"},{"$ref":"#/components/schemas/ChecklistBlock"},{"$ref":"#/components/schemas/CodeBlock"},{"$ref":"#/components/schemas/DividerBlock"},{"$ref":"#/components/schemas/EntityReferenceBlock"},{"$ref":"#/components/schemas/HeadingBlock"},{"$ref":"#/components/schemas/LinkBlock"},{"$ref":"#/components/schemas/NumberedListBlock"},{"$ref":"#/components/schemas/ParagraphBlock"},{"$ref":"#/components/schemas/QuoteBlock"},{"$ref":"#/components/schemas/TableBlock"}]}},"parent_dir_ref_id":{"type":"string"}},"additionalProperties":false,"required":["idempotency_key","name","content","parent_dir_ref_id"]},"DirRemoveArgs":{"title":"DirRemoveArgs","type":"object","properties":{},"additionalProperties":false},"Dir":{"title":"Dir","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"doc_collection_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"parent_dir_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","doc_collection_ref_id"]},"DirLoadResultEntry":{"title":"DirLoadResultEntry","type":"object","properties":{"doc":{"$ref":"#/components/schemas/Doc"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["doc","tags","note"]},"DirLoadSubdirEntry":{"title":"DirLoadSubdirEntry","type":"object","properties":{"dir_":{"$ref":"#/components/schemas/Dir"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"additionalProperties":false,"required":["dir_","tags"]},"DirLoadResult":{"title":"DirLoadResult","type":"object","properties":{"dir_":{"$ref":"#/components/schemas/Dir"},"entries":{"type":"array","items":{"$ref":"#/components/schemas/DirLoadResultEntry"}},"subdirs":{"type":"array","items":{"$ref":"#/components/schemas/DirLoadSubdirEntry"}}},"additionalProperties":false,"required":["dir_","entries","subdirs"]},"DirUpdateArgsName":{"title":"DirUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"DirUpdateArgsParentDirRefId":{"title":"DirUpdateArgsParentDirRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"DirUpdateArgs":{"title":"DirUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/DirUpdateArgsName"},"parent_dir_ref_id":{"$ref":"#/components/schemas/DirUpdateArgsParentDirRefId"}},"additionalProperties":false,"required":["name","parent_dir_ref_id"]},"DirArchiveArgs":{"title":"DirArchiveArgs","type":"object","properties":{},"additionalProperties":false},"DirFindResultEntry":{"title":"DirFindResultEntry","type":"object","properties":{"dir_":{"$ref":"#/components/schemas/Dir"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"additionalProperties":false,"required":["dir_","tags"]},"DirFindResult":{"title":"DirFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/DirFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"DirCreateResult":{"title":"DirCreateResult","type":"object","properties":{"new_dir":{"$ref":"#/components/schemas/Dir"}},"additionalProperties":false,"required":["new_dir"]},"DirCreateArgs":{"title":"DirCreateArgs","type":"object","properties":{"name":{"type":"string"},"parent_dir_ref_id":{"type":"string"}},"additionalProperties":false,"required":["name","parent_dir_ref_id"]},"JournalGenerationApproach":{"title":"JournalGenerationApproach","type":"string","enum":["both-journal-and-task","none","only-journal"]},"JournalLoadSettingsResultGenerationInAdvanceDays":{"title":"JournalLoadSettingsResultGenerationInAdvanceDays","type":"object","additionalProperties":{"type":"integer"}},"JournalLoadSettingsResult":{"title":"JournalLoadSettingsResult","type":"object","properties":{"periods":{"type":"array","items":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"generation_approach":{"$ref":"#/components/schemas/JournalGenerationApproach"},"generation_in_advance_days":{"$ref":"#/components/schemas/JournalLoadSettingsResultGenerationInAdvanceDays"},"writing_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"writing_task_gen_params":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskGenParams"},{"type":"null"}]}},"additionalProperties":false,"required":["periods","generation_approach","generation_in_advance_days","writing_tasks"]},"JournalUpdateSettingsArgsPeriods":{"title":"JournalUpdateSettingsArgsPeriods","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"$ref":"#/components/schemas/RecurringTaskPeriod"}}},"additionalProperties":false,"required":["should_change"]},"JournalUpdateSettingsArgsGenerationApproach":{"title":"JournalUpdateSettingsArgsGenerationApproach","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/JournalGenerationApproach"}},"additionalProperties":false,"required":["should_change"]},"JournalUpdateSettingsArgsGenerationInAdvanceDaysValue":{"title":"JournalUpdateSettingsArgsGenerationInAdvanceDaysValue","type":"object","additionalProperties":{"type":"integer"}},"JournalUpdateSettingsArgsGenerationInAdvanceDays":{"title":"JournalUpdateSettingsArgsGenerationInAdvanceDays","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/JournalUpdateSettingsArgsGenerationInAdvanceDaysValue"}},"additionalProperties":false,"required":["should_change"]},"JournalUpdateSettingsArgsWritingTaskEisen":{"title":"JournalUpdateSettingsArgsWritingTaskEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"JournalUpdateSettingsArgsWritingTaskDifficulty":{"title":"JournalUpdateSettingsArgsWritingTaskDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"JournalUpdateSettingsArgs":{"title":"JournalUpdateSettingsArgs","type":"object","properties":{"periods":{"$ref":"#/components/schemas/JournalUpdateSettingsArgsPeriods"},"generation_approach":{"$ref":"#/components/schemas/JournalUpdateSettingsArgsGenerationApproach"},"generation_in_advance_days":{"$ref":"#/components/schemas/JournalUpdateSettingsArgsGenerationInAdvanceDays"},"writing_task_eisen":{"$ref":"#/components/schemas/JournalUpdateSettingsArgsWritingTaskEisen"},"writing_task_difficulty":{"$ref":"#/components/schemas/JournalUpdateSettingsArgsWritingTaskDifficulty"}},"additionalProperties":false,"required":["periods","generation_approach","generation_in_advance_days","writing_task_eisen","writing_task_difficulty"]},"JournalSource":{"title":"JournalSource","type":"string","enum":["generated","user"]},"Journal":{"title":"Journal","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"journal_collection_ref_id":{"type":"string"},"source":{"$ref":"#/components/schemas/JournalSource"},"right_now":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"timeline":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","journal_collection_ref_id","source","right_now","period","timeline"]},"ReportBreakdown":{"title":"ReportBreakdown","type":"string","enum":["aspects","big-plans","chores","global","goals","habits","periods"]},"NestedResultPerSource":{"title":"NestedResultPerSource","type":"object","properties":{"source":{"type":"string"},"count":{"type":"integer"}},"additionalProperties":false,"required":["source","count"]},"NestedResult":{"title":"NestedResult","type":"object","properties":{"total_cnt":{"type":"integer"},"per_source_cnt":{"type":"array","items":{"$ref":"#/components/schemas/NestedResultPerSource"}}},"additionalProperties":false,"required":["total_cnt","per_source_cnt"]},"InboxTasksSummary":{"title":"InboxTasksSummary","type":"object","properties":{"created":{"$ref":"#/components/schemas/NestedResult"},"not_started":{"$ref":"#/components/schemas/NestedResult"},"working":{"$ref":"#/components/schemas/NestedResult"},"not_done":{"$ref":"#/components/schemas/NestedResult"},"done":{"$ref":"#/components/schemas/NestedResult"}},"additionalProperties":false,"required":["created","not_started","working","not_done","done"]},"WorkableBigPlan":{"title":"WorkableBigPlan","type":"object","properties":{"ref_id":{"type":"string"},"name":{"type":"string"},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","name"]},"WorkableSummary":{"title":"WorkableSummary","type":"object","properties":{"created_cnt":{"type":"integer"},"not_started_cnt":{"type":"integer"},"working_cnt":{"type":"integer"},"not_done_cnt":{"type":"integer"},"done_cnt":{"type":"integer"},"not_done_big_plans":{"type":"array","items":{"$ref":"#/components/schemas/WorkableBigPlan"}},"done_big_plans":{"type":"array","items":{"$ref":"#/components/schemas/WorkableBigPlan"}}},"additionalProperties":false,"required":["created_cnt","not_started_cnt","working_cnt","not_done_cnt","done_cnt","not_done_big_plans","done_big_plans"]},"PerAspectBreakdownItem":{"title":"PerAspectBreakdownItem","type":"object","properties":{"ref_id":{"type":"string"},"name":{"type":"string"},"big_plans_summary":{"$ref":"#/components/schemas/WorkableSummary"}},"additionalProperties":false,"required":["ref_id","name","big_plans_summary"]},"PerGoalBreakdownItem":{"title":"PerGoalBreakdownItem","type":"object","properties":{"ref_id":{"type":"string"},"name":{"type":"string"},"big_plans_summary":{"$ref":"#/components/schemas/WorkableSummary"}},"additionalProperties":false,"required":["ref_id","name","big_plans_summary"]},"PerPeriodBreakdownItem":{"title":"PerPeriodBreakdownItem","type":"object","properties":{"name":{"type":"string"},"inbox_tasks_summary":{"$ref":"#/components/schemas/InboxTasksSummary"},"big_plans_summary":{"$ref":"#/components/schemas/WorkableSummary"}},"additionalProperties":false,"required":["name","inbox_tasks_summary","big_plans_summary"]},"RecurringTaskWorkSummary":{"title":"RecurringTaskWorkSummary","type":"object","properties":{"created_cnt":{"type":"integer"},"not_started_cnt":{"type":"integer"},"working_cnt":{"type":"integer"},"not_done_cnt":{"type":"integer"},"not_done_ratio":{"type":"number"},"done_cnt":{"type":"integer"},"done_ratio":{"type":"number"},"streak_plot":{"type":"string"}},"additionalProperties":false,"required":["created_cnt","not_started_cnt","working_cnt","not_done_cnt","not_done_ratio","done_cnt","done_ratio","streak_plot"]},"PerHabitBreakdownItem":{"title":"PerHabitBreakdownItem","type":"object","properties":{"ref_id":{"type":"string"},"name":{"type":"string"},"archived":{"type":"boolean"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"suspended":{"type":"boolean"},"summary":{"$ref":"#/components/schemas/RecurringTaskWorkSummary"}},"additionalProperties":false,"required":["ref_id","name","archived","period","suspended","summary"]},"PerChoreBreakdownItem":{"title":"PerChoreBreakdownItem","type":"object","properties":{"ref_id":{"type":"string"},"name":{"type":"string"},"suspended":{"type":"boolean"},"archived":{"type":"boolean"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"summary":{"$ref":"#/components/schemas/RecurringTaskWorkSummary"}},"additionalProperties":false,"required":["ref_id","name","suspended","archived","period","summary"]},"BigPlanWorkSummary":{"title":"BigPlanWorkSummary","type":"object","properties":{"created_cnt":{"type":"integer"},"not_started_cnt":{"type":"integer"},"working_cnt":{"type":"integer"},"not_done_cnt":{"type":"integer"},"not_done_ratio":{"type":"number"},"done_cnt":{"type":"integer"},"done_ratio":{"type":"number"}},"additionalProperties":false,"required":["created_cnt","not_started_cnt","working_cnt","not_done_cnt","not_done_ratio","done_cnt","done_ratio"]},"PerBigPlanBreakdownItem":{"title":"PerBigPlanBreakdownItem","type":"object","properties":{"ref_id":{"type":"string"},"name":{"type":"string"},"summary":{"$ref":"#/components/schemas/BigPlanWorkSummary"},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","name","summary"]},"ReportPeriodResult":{"title":"ReportPeriodResult","type":"object","properties":{"today":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"sources":{"type":"array","items":{"type":"string"}},"breakdowns":{"type":"array","items":{"$ref":"#/components/schemas/ReportBreakdown"}},"global_inbox_tasks_summary":{"$ref":"#/components/schemas/InboxTasksSummary"},"global_big_plans_summary":{"$ref":"#/components/schemas/WorkableSummary"},"per_aspect_breakdown":{"type":"array","items":{"$ref":"#/components/schemas/PerAspectBreakdownItem"}},"per_goal_breakdown":{"type":"array","items":{"$ref":"#/components/schemas/PerGoalBreakdownItem"}},"per_period_breakdown":{"type":"array","items":{"$ref":"#/components/schemas/PerPeriodBreakdownItem"}},"per_habit_breakdown":{"type":"array","items":{"$ref":"#/components/schemas/PerHabitBreakdownItem"}},"per_chore_breakdown":{"type":"array","items":{"$ref":"#/components/schemas/PerChoreBreakdownItem"}},"per_big_plan_breakdown":{"type":"array","items":{"$ref":"#/components/schemas/PerBigPlanBreakdownItem"}},"breakdown_period":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskPeriod"},{"type":"null"}]},"user_score_overview":{"anyOf":[{"$ref":"#/components/schemas/UserScoreOverview"},{"type":"null"}]}},"additionalProperties":false,"required":["today","period","sources","breakdowns","global_inbox_tasks_summary","global_big_plans_summary","per_aspect_breakdown","per_goal_breakdown","per_period_breakdown","per_habit_breakdown","per_chore_breakdown","per_big_plan_breakdown"]},"JournalStats":{"title":"JournalStats","type":"object","properties":{"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"journal_ref_id":{"type":"string"},"report":{"$ref":"#/components/schemas/ReportPeriodResult"}},"additionalProperties":false,"required":["created_time","last_modified_time","journal_ref_id","report"]},"JournalLoadForDateAndPeriodResult":{"title":"JournalLoadForDateAndPeriodResult","type":"object","properties":{"sub_period_journals":{"type":"array","items":{"$ref":"#/components/schemas/Journal"}},"journal":{"anyOf":[{"$ref":"#/components/schemas/Journal"},{"type":"null"}]},"journal_stats":{"anyOf":[{"$ref":"#/components/schemas/JournalStats"},{"type":"null"}]}},"additionalProperties":false,"required":["sub_period_journals"]},"JournalRemoveArgs":{"title":"JournalRemoveArgs","type":"object","properties":{},"additionalProperties":false},"JournalChangeTimeConfigArgsRightNow":{"title":"JournalChangeTimeConfigArgsRightNow","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"JournalChangeTimeConfigArgsPeriod":{"title":"JournalChangeTimeConfigArgsPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"additionalProperties":false,"required":["should_change"]},"JournalChangeTimeConfigArgs":{"title":"JournalChangeTimeConfigArgs","type":"object","properties":{"right_now":{"$ref":"#/components/schemas/JournalChangeTimeConfigArgsRightNow"},"period":{"$ref":"#/components/schemas/JournalChangeTimeConfigArgsPeriod"}},"additionalProperties":false,"required":["right_now","period"]},"JournalLoadResult":{"title":"JournalLoadResult","type":"object","properties":{"journal":{"$ref":"#/components/schemas/Journal"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"$ref":"#/components/schemas/Note"},"journal_stats":{"$ref":"#/components/schemas/JournalStats"},"sub_period_journals":{"type":"array","items":{"$ref":"#/components/schemas/Journal"}},"writing_task":{"anyOf":[{"$ref":"#/components/schemas/InboxTask"},{"type":"null"}]}},"additionalProperties":false,"required":["journal","tags","note","journal_stats","sub_period_journals"]},"JournalArchiveArgs":{"title":"JournalArchiveArgs","type":"object","properties":{},"additionalProperties":false},"JournalFindResultEntry":{"title":"JournalFindResultEntry","type":"object","properties":{"journal":{"$ref":"#/components/schemas/Journal"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"journal_stats":{"anyOf":[{"$ref":"#/components/schemas/JournalStats"},{"type":"null"}]},"writing_task":{"anyOf":[{"$ref":"#/components/schemas/InboxTask"},{"type":"null"}]}},"additionalProperties":false,"required":["journal","tags"]},"JournalFindResult":{"title":"JournalFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/JournalFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"JournalCreateResult":{"title":"JournalCreateResult","type":"object","properties":{"new_journal":{"$ref":"#/components/schemas/Journal"},"new_note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["new_journal","new_note"]},"JournalCreateArgs":{"title":"JournalCreateArgs","type":"object","properties":{"right_now":{"type":"string"},"period":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"additionalProperties":false,"required":["right_now","period"]},"LifePlanRegenArgs":{"title":"LifePlanRegenArgs","type":"object","additionalProperties":{"type":"string"}},"LifePlanEvalApproach":{"title":"LifePlanEvalApproach","type":"string","enum":["none","task"]},"LifePlanLoadEvalSettingsResultEvalTaskGenerationInAdvanceDays":{"title":"LifePlanLoadEvalSettingsResultEvalTaskGenerationInAdvanceDays","type":"object","additionalProperties":{"type":"integer"}},"LifePlanLoadEvalSettingsResult":{"title":"LifePlanLoadEvalSettingsResult","type":"object","properties":{"eval_periods":{"type":"array","items":{"$ref":"#/components/schemas/RecurringTaskPeriod"}},"eval_approach":{"$ref":"#/components/schemas/LifePlanEvalApproach"},"eval_task_generation_in_advance_days":{"$ref":"#/components/schemas/LifePlanLoadEvalSettingsResultEvalTaskGenerationInAdvanceDays"},"eval_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"eval_task_gen_params":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskGenParams"},{"type":"null"}]}},"additionalProperties":false,"required":["eval_periods","eval_approach","eval_task_generation_in_advance_days","eval_tasks"]},"LifePlanUpdateEvalSettingsArgsEvalPeriods":{"title":"LifePlanUpdateEvalSettingsArgsEvalPeriods","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"$ref":"#/components/schemas/RecurringTaskPeriod"}}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateEvalSettingsArgsEvalApproach":{"title":"LifePlanUpdateEvalSettingsArgsEvalApproach","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/LifePlanEvalApproach"}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateEvalSettingsArgsEvalTaskEisen":{"title":"LifePlanUpdateEvalSettingsArgsEvalTaskEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateEvalSettingsArgsEvalTaskDifficulty":{"title":"LifePlanUpdateEvalSettingsArgsEvalTaskDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateEvalSettingsArgsEvalTaskGenerationInAdvanceDaysValue":{"title":"LifePlanUpdateEvalSettingsArgsEvalTaskGenerationInAdvanceDaysValue","type":"object","additionalProperties":{"type":"integer"}},"LifePlanUpdateEvalSettingsArgsEvalTaskGenerationInAdvanceDays":{"title":"LifePlanUpdateEvalSettingsArgsEvalTaskGenerationInAdvanceDays","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgsEvalTaskGenerationInAdvanceDaysValue"}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateEvalSettingsArgs":{"title":"LifePlanUpdateEvalSettingsArgs","type":"object","properties":{"eval_periods":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgsEvalPeriods"},"eval_approach":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgsEvalApproach"},"eval_task_eisen":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgsEvalTaskEisen"},"eval_task_difficulty":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgsEvalTaskDifficulty"},"eval_task_generation_in_advance_days":{"$ref":"#/components/schemas/LifePlanUpdateEvalSettingsArgsEvalTaskGenerationInAdvanceDays"}},"additionalProperties":false,"required":["eval_periods","eval_approach","eval_task_eisen","eval_task_difficulty","eval_task_generation_in_advance_days"]},"VisionStatus":{"title":"VisionStatus","type":"string","enum":["active","draft","old"]},"Vision":{"title":"Vision","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"life_plan_ref_id":{"type":"string"},"status":{"$ref":"#/components/schemas/VisionStatus"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","life_plan_ref_id","status"]},"VisionCreateDraftResult":{"title":"VisionCreateDraftResult","type":"object","properties":{"vision":{"$ref":"#/components/schemas/Vision"},"note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["vision","note"]},"VisionCreateDraftArgs":{"title":"VisionCreateDraftArgs","type":"object","additionalProperties":{"type":"string"}},"VisionLoadActiveResult":{"title":"VisionLoadActiveResult","type":"object","properties":{"vision":{"anyOf":[{"$ref":"#/components/schemas/Vision"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false},"VisionRemoveArgs":{"title":"VisionRemoveArgs","type":"object","properties":{},"additionalProperties":false},"VisionMarkDraftAsActiveArgs":{"title":"VisionMarkDraftAsActiveArgs","type":"object","properties":{},"additionalProperties":false},"VisionLoadResult":{"title":"VisionLoadResult","type":"object","properties":{"vision":{"$ref":"#/components/schemas/Vision"},"note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["vision","note"]},"VisionArchiveArgs":{"title":"VisionArchiveArgs","type":"object","properties":{},"additionalProperties":false},"VisionFindResultEntry":{"title":"VisionFindResultEntry","type":"object","properties":{"vision":{"$ref":"#/components/schemas/Vision"},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["vision"]},"VisionFindResult":{"title":"VisionFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/VisionFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"ChapterRemoveArgs":{"title":"ChapterRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ChapterLoadResult":{"title":"ChapterLoadResult","type":"object","properties":{"chapter":{"$ref":"#/components/schemas/Chapter"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["chapter","tags"]},"ChapterUpdateArgsName":{"title":"ChapterUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChapterUpdateArgsAspectRefId":{"title":"ChapterUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChapterUpdateArgsStartDate":{"title":"ChapterUpdateArgsStartDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChapterUpdateArgsEndDate":{"title":"ChapterUpdateArgsEndDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ChapterUpdateArgs":{"title":"ChapterUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ChapterUpdateArgsName"},"aspect_ref_id":{"$ref":"#/components/schemas/ChapterUpdateArgsAspectRefId"},"start_date":{"$ref":"#/components/schemas/ChapterUpdateArgsStartDate"},"end_date":{"$ref":"#/components/schemas/ChapterUpdateArgsEndDate"}},"additionalProperties":false,"required":["name","aspect_ref_id","start_date","end_date"]},"ChapterArchiveArgs":{"title":"ChapterArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ChapterFindResultEntry":{"title":"ChapterFindResultEntry","type":"object","properties":{"chapter":{"$ref":"#/components/schemas/Chapter"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["chapter","tags"]},"ChapterFindResult":{"title":"ChapterFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/ChapterFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"ChapterCreateResult":{"title":"ChapterCreateResult","type":"object","properties":{"new_chapter":{"$ref":"#/components/schemas/Chapter"}},"additionalProperties":false,"required":["new_chapter"]},"ChapterCreateArgs":{"title":"ChapterCreateArgs","type":"object","properties":{"name":{"type":"string"},"aspect_ref_id":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"}},"additionalProperties":false,"required":["name","aspect_ref_id","start_date","end_date"]},"GoalRemoveArgs":{"title":"GoalRemoveArgs","type":"object","properties":{},"additionalProperties":false},"GoalLoadResult":{"title":"GoalLoadResult","type":"object","properties":{"goal":{"$ref":"#/components/schemas/Goal"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["goal","tags"]},"GoalUpdateArgsName":{"title":"GoalUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"GoalUpdateArgsAspectRefId":{"title":"GoalUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"GoalUpdateArgsParentGoalRefId":{"title":"GoalUpdateArgsParentGoalRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"GoalUpdateArgs":{"title":"GoalUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/GoalUpdateArgsName"},"aspect_ref_id":{"$ref":"#/components/schemas/GoalUpdateArgsAspectRefId"},"parent_goal_ref_id":{"$ref":"#/components/schemas/GoalUpdateArgsParentGoalRefId"}},"additionalProperties":false,"required":["name","aspect_ref_id","parent_goal_ref_id"]},"GoalArchiveArgs":{"title":"GoalArchiveArgs","type":"object","properties":{},"additionalProperties":false},"GoalFindResultEntry":{"title":"GoalFindResultEntry","type":"object","properties":{"goal":{"$ref":"#/components/schemas/Goal"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["goal","tags"]},"GoalFindResult":{"title":"GoalFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/GoalFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"GoalCreateResult":{"title":"GoalCreateResult","type":"object","properties":{"new_goal":{"$ref":"#/components/schemas/Goal"}},"additionalProperties":false,"required":["new_goal"]},"GoalCreateArgs":{"title":"GoalCreateArgs","type":"object","properties":{"name":{"type":"string"},"aspect_ref_id":{"type":"string"},"parent_goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["name","aspect_ref_id"]},"MilestoneRemoveArgs":{"title":"MilestoneRemoveArgs","type":"object","properties":{},"additionalProperties":false},"Milestone":{"title":"Milestone","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"life_plan_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","life_plan_ref_id","aspect_ref_id","date"]},"MilestoneLoadResult":{"title":"MilestoneLoadResult","type":"object","properties":{"milestone":{"$ref":"#/components/schemas/Milestone"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["milestone","tags"]},"MilestoneUpdateArgsName":{"title":"MilestoneUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"MilestoneUpdateArgsDate":{"title":"MilestoneUpdateArgsDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"MilestoneUpdateArgsAspectRefId":{"title":"MilestoneUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"MilestoneUpdateArgs":{"title":"MilestoneUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/MilestoneUpdateArgsName"},"date":{"$ref":"#/components/schemas/MilestoneUpdateArgsDate"},"aspect_ref_id":{"$ref":"#/components/schemas/MilestoneUpdateArgsAspectRefId"}},"additionalProperties":false,"required":["name","date","aspect_ref_id"]},"MilestoneArchiveArgs":{"title":"MilestoneArchiveArgs","type":"object","properties":{},"additionalProperties":false},"MilestoneFindResultEntry":{"title":"MilestoneFindResultEntry","type":"object","properties":{"milestone":{"$ref":"#/components/schemas/Milestone"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["milestone","tags"]},"MilestoneFindResult":{"title":"MilestoneFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/MilestoneFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"MilestoneCreateResult":{"title":"MilestoneCreateResult","type":"object","properties":{"new_milestone":{"$ref":"#/components/schemas/Milestone"}},"additionalProperties":false,"required":["new_milestone"]},"MilestoneCreateArgs":{"title":"MilestoneCreateArgs","type":"object","properties":{"name":{"type":"string"},"date":{"type":"string"},"aspect_ref_id":{"type":"string"}},"additionalProperties":false,"required":["name","date","aspect_ref_id"]},"AspectRemoveArgs":{"title":"AspectRemoveArgs","type":"object","properties":{"backup_aspect_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false},"AspectReorderChildrenArgs":{"title":"AspectReorderChildrenArgs","type":"object","properties":{"new_order_of_child_aspects":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["new_order_of_child_aspects"]},"AspectLoadResult":{"title":"AspectLoadResult","type":"object","properties":{"aspect":{"$ref":"#/components/schemas/Aspect"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["aspect","tags"]},"AspectUpdateArgsName":{"title":"AspectUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"AspectUpdateArgsParentAspectRefId":{"title":"AspectUpdateArgsParentAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"AspectUpdateArgs":{"title":"AspectUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/AspectUpdateArgsName"},"parent_aspect_ref_id":{"$ref":"#/components/schemas/AspectUpdateArgsParentAspectRefId"}},"additionalProperties":false,"required":["name","parent_aspect_ref_id"]},"AspectArchiveArgs":{"title":"AspectArchiveArgs","type":"object","properties":{},"additionalProperties":false},"AspectFindResultEntry":{"title":"AspectFindResultEntry","type":"object","properties":{"aspect":{"$ref":"#/components/schemas/Aspect"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["aspect","tags"]},"AspectFindResult":{"title":"AspectFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/AspectFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"AspectCreateResult":{"title":"AspectCreateResult","type":"object","properties":{"new_aspect":{"$ref":"#/components/schemas/Aspect"}},"additionalProperties":false,"required":["new_aspect"]},"AspectCreateArgs":{"title":"AspectCreateArgs","type":"object","properties":{"parent_aspect_ref_id":{"type":"string"},"name":{"type":"string"}},"additionalProperties":false,"required":["parent_aspect_ref_id","name"]},"LifePlanUpdateArgsBirthday":{"title":"LifePlanUpdateArgsBirthday","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateArgsBirthYear":{"title":"LifePlanUpdateArgsBirthYear","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"integer"}},"additionalProperties":false,"required":["should_change"]},"LifePlanUpdateArgs":{"title":"LifePlanUpdateArgs","type":"object","properties":{"birthday":{"$ref":"#/components/schemas/LifePlanUpdateArgsBirthday"},"birth_year":{"$ref":"#/components/schemas/LifePlanUpdateArgsBirthYear"}},"additionalProperties":false,"required":["birthday","birth_year"]},"MetricLoadSettingsResult":{"title":"MetricLoadSettingsResult","type":"object","additionalProperties":{"type":"string"}},"MetricRemoveArgs":{"title":"MetricRemoveArgs","type":"object","properties":{},"additionalProperties":false},"MetricEntryRemoveArgs":{"title":"MetricEntryRemoveArgs","type":"object","properties":{},"additionalProperties":false},"MetricEntry":{"title":"MetricEntry","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"metric_ref_id":{"type":"string"},"collection_time":{"type":"string"},"value":{"type":"number"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","metric_ref_id","collection_time","value"]},"MetricEntryLoadResult":{"title":"MetricEntryLoadResult","type":"object","properties":{"metric_entry":{"$ref":"#/components/schemas/MetricEntry"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["metric_entry","tags","contacts"]},"MetricEntryUpdateArgsCollectionTime":{"title":"MetricEntryUpdateArgsCollectionTime","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"MetricEntryUpdateArgsValue":{"title":"MetricEntryUpdateArgsValue","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"number"}},"additionalProperties":false,"required":["should_change"]},"MetricEntryUpdateArgs":{"title":"MetricEntryUpdateArgs","type":"object","properties":{"collection_time":{"$ref":"#/components/schemas/MetricEntryUpdateArgsCollectionTime"},"value":{"$ref":"#/components/schemas/MetricEntryUpdateArgsValue"}},"additionalProperties":false,"required":["collection_time","value"]},"MetricEntryArchiveArgs":{"title":"MetricEntryArchiveArgs","type":"object","properties":{},"additionalProperties":false},"MetricEntryCreateResult":{"title":"MetricEntryCreateResult","type":"object","properties":{"new_metric_entry":{"$ref":"#/components/schemas/MetricEntry"}},"additionalProperties":false,"required":["new_metric_entry"]},"MetricEntryCreateArgs":{"title":"MetricEntryCreateArgs","type":"object","properties":{"metric_ref_id":{"type":"string"},"value":{"type":"number"},"collection_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["metric_ref_id","value"]},"MetricDirection":{"title":"MetricDirection","type":"string","enum":["down_is_good","none","up_is_good"]},"MetricUnit":{"title":"MetricUnit","type":"string","enum":["count","money","weight"]},"Metric":{"title":"Metric","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"metric_collection_ref_id":{"type":"string"},"is_key":{"type":"boolean"},"metric_direction":{"$ref":"#/components/schemas/MetricDirection"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"collection_params":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskGenParams"},{"type":"null"}]},"metric_unit":{"anyOf":[{"$ref":"#/components/schemas/MetricUnit"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","metric_collection_ref_id","is_key","metric_direction"]},"MetricLoadMetricEntryTags":{"title":"MetricLoadMetricEntryTags","type":"object","properties":{"metric_entry_ref_id":{"type":"string"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"additionalProperties":false,"required":["metric_entry_ref_id","tags"]},"MetricLoadResult":{"title":"MetricLoadResult","type":"object","properties":{"metric":{"$ref":"#/components/schemas/Metric"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"metric_entries":{"type":"array","items":{"$ref":"#/components/schemas/MetricEntry"}},"metric_entry_tags":{"type":"array","items":{"$ref":"#/components/schemas/MetricLoadMetricEntryTags"}},"collection_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"collection_tasks_total_cnt":{"type":"integer"},"collection_tasks_page_size":{"type":"integer"},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["metric","tags","metric_entries","metric_entry_tags","collection_tasks","collection_tasks_total_cnt","collection_tasks_page_size"]},"MetricUpdateArgsName":{"title":"MetricUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsIsKey":{"title":"MetricUpdateArgsIsKey","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsIcon":{"title":"MetricUpdateArgsIcon","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionPeriod":{"title":"MetricUpdateArgsCollectionPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskPeriod"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionEisen":{"title":"MetricUpdateArgsCollectionEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionDifficulty":{"title":"MetricUpdateArgsCollectionDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionActionableFromDay":{"title":"MetricUpdateArgsCollectionActionableFromDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionActionableFromMonth":{"title":"MetricUpdateArgsCollectionActionableFromMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionDueAtDay":{"title":"MetricUpdateArgsCollectionDueAtDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsCollectionDueAtMonth":{"title":"MetricUpdateArgsCollectionDueAtMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgsMetricDirection":{"title":"MetricUpdateArgsMetricDirection","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/MetricDirection"}},"additionalProperties":false,"required":["should_change"]},"MetricUpdateArgs":{"title":"MetricUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/MetricUpdateArgsName"},"is_key":{"$ref":"#/components/schemas/MetricUpdateArgsIsKey"},"icon":{"$ref":"#/components/schemas/MetricUpdateArgsIcon"},"collection_period":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionPeriod"},"collection_eisen":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionEisen"},"collection_difficulty":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionDifficulty"},"collection_actionable_from_day":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionActionableFromDay"},"collection_actionable_from_month":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionActionableFromMonth"},"collection_due_at_day":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionDueAtDay"},"collection_due_at_month":{"$ref":"#/components/schemas/MetricUpdateArgsCollectionDueAtMonth"},"metric_direction":{"$ref":"#/components/schemas/MetricUpdateArgsMetricDirection"}},"additionalProperties":false,"required":["name","is_key","icon","collection_period","collection_eisen","collection_difficulty","collection_actionable_from_day","collection_actionable_from_month","collection_due_at_day","collection_due_at_month","metric_direction"]},"MetricArchiveArgs":{"title":"MetricArchiveArgs","type":"object","properties":{},"additionalProperties":false},"MetricFindResponseEntry":{"title":"MetricFindResponseEntry","type":"object","properties":{"metric":{"$ref":"#/components/schemas/Metric"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"metric_entries":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/MetricEntry"}},{"type":"null"}]},"metric_collection_inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]},"metric_entry_notes":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/Note"}},{"type":"null"}]}},"additionalProperties":false,"required":["metric","tags","contacts"]},"MetricFindResult":{"title":"MetricFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/MetricFindResponseEntry"}}},"additionalProperties":false,"required":["entries"]},"MetricCreateResult":{"title":"MetricCreateResult","type":"object","properties":{"new_metric":{"$ref":"#/components/schemas/Metric"}},"additionalProperties":false,"required":["new_metric"]},"MetricCreateArgs":{"title":"MetricCreateArgs","type":"object","properties":{"name":{"type":"string"},"is_key":{"type":"boolean"},"metric_direction":{"$ref":"#/components/schemas/MetricDirection"},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]},"collection_period":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskPeriod"},{"type":"null"}]},"collection_eisen":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]},"collection_difficulty":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]},"collection_actionable_from_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"collection_actionable_from_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"collection_due_at_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"collection_due_at_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"metric_unit":{"anyOf":[{"$ref":"#/components/schemas/MetricUnit"},{"type":"null"}]}},"additionalProperties":false,"required":["name","is_key","metric_direction"]},"PersonLoadSettingsResult":{"title":"PersonLoadSettingsResult","type":"object","properties":{"max_circles_per_person":{"type":"integer"}},"additionalProperties":false,"required":["max_circles_per_person"]},"PersonRemoveArgs":{"title":"PersonRemoveArgs","type":"object","properties":{},"additionalProperties":false},"OccasionRemoveArgs":{"title":"OccasionRemoveArgs","type":"object","properties":{},"additionalProperties":false},"OccasionKind":{"title":"OccasionKind","type":"string","enum":["anniversary","birthday","holiday","other"]},"Occasion":{"title":"Occasion","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"person_ref_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/OccasionKind"},"date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","person_ref_id","kind","date"]},"OccasionLoadResult":{"title":"OccasionLoadResult","type":"object","properties":{"occasion":{"$ref":"#/components/schemas/Occasion"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"occasion_time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"}},"occasion_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["occasion","tags","occasion_time_event_blocks","occasion_tasks"]},"OccasionUpdateArgsName":{"title":"OccasionUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"OccasionUpdateArgsKind":{"title":"OccasionUpdateArgsKind","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/OccasionKind"}},"additionalProperties":false,"required":["should_change"]},"OccasionUpdateArgsDate":{"title":"OccasionUpdateArgsDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"OccasionUpdateArgs":{"title":"OccasionUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/OccasionUpdateArgsName"},"kind":{"$ref":"#/components/schemas/OccasionUpdateArgsKind"},"date":{"$ref":"#/components/schemas/OccasionUpdateArgsDate"}},"additionalProperties":false,"required":["name","kind","date"]},"OccasionArchiveArgs":{"title":"OccasionArchiveArgs","type":"object","properties":{},"additionalProperties":false},"OccasionCreateResult":{"title":"OccasionCreateResult","type":"object","properties":{"new_occasion":{"$ref":"#/components/schemas/Occasion"}},"additionalProperties":false,"required":["new_occasion"]},"OccasionCreateArgs":{"title":"OccasionCreateArgs","type":"object","properties":{"person_ref_id":{"type":"string"},"kind":{"$ref":"#/components/schemas/OccasionKind"},"name":{"type":"string"},"date":{"type":"string"}},"additionalProperties":false,"required":["person_ref_id","kind","name","date"]},"Person":{"title":"Person","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"prm_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"catch_up_params":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskGenParams"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","prm_ref_id"]},"PersonLoadResultOccasionTagsByRefId":{"title":"PersonLoadResultOccasionTagsByRefId","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"PersonLoadResult":{"title":"PersonLoadResult","type":"object","properties":{"person":{"$ref":"#/components/schemas/Person"},"contact":{"$ref":"#/components/schemas/Contact"},"circle_ref_ids":{"type":"array","items":{"type":"string"}},"occasions":{"type":"array","items":{"$ref":"#/components/schemas/Occasion"}},"occasion_tags_by_ref_id":{"$ref":"#/components/schemas/PersonLoadResultOccasionTagsByRefId"},"occasion_time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"}},"catch_up_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"catch_up_tasks_total_cnt":{"type":"integer"},"catch_up_tasks_page_size":{"type":"integer"},"occasion_tasks":{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},"occasion_tasks_total_cnt":{"type":"integer"},"occasion_tasks_page_size":{"type":"integer"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["person","contact","circle_ref_ids","occasions","occasion_tags_by_ref_id","occasion_time_event_blocks","catch_up_tasks","catch_up_tasks_total_cnt","catch_up_tasks_page_size","occasion_tasks","occasion_tasks_total_cnt","occasion_tasks_page_size","tags"]},"PersonUpdateArgsName":{"title":"PersonUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpPeriod":{"title":"PersonUpdateArgsCatchUpPeriod","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskPeriod"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpEisen":{"title":"PersonUpdateArgsCatchUpEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpDifficulty":{"title":"PersonUpdateArgsCatchUpDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpActionableFromDay":{"title":"PersonUpdateArgsCatchUpActionableFromDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpActionableFromMonth":{"title":"PersonUpdateArgsCatchUpActionableFromMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpDueAtDay":{"title":"PersonUpdateArgsCatchUpDueAtDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCatchUpDueAtMonth":{"title":"PersonUpdateArgsCatchUpDueAtMonth","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"integer"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgsCircleRefIds":{"title":"PersonUpdateArgsCircleRefIds","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["should_change"]},"PersonUpdateArgs":{"title":"PersonUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/PersonUpdateArgsName"},"catch_up_period":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpPeriod"},"catch_up_eisen":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpEisen"},"catch_up_difficulty":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpDifficulty"},"catch_up_actionable_from_day":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpActionableFromDay"},"catch_up_actionable_from_month":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpActionableFromMonth"},"catch_up_due_at_day":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpDueAtDay"},"catch_up_due_at_month":{"$ref":"#/components/schemas/PersonUpdateArgsCatchUpDueAtMonth"},"circle_ref_ids":{"$ref":"#/components/schemas/PersonUpdateArgsCircleRefIds"}},"additionalProperties":false,"required":["name","catch_up_period","catch_up_eisen","catch_up_difficulty","catch_up_actionable_from_day","catch_up_actionable_from_month","catch_up_due_at_day","catch_up_due_at_month","circle_ref_ids"]},"PersonArchiveArgs":{"title":"PersonArchiveArgs","type":"object","properties":{},"additionalProperties":false},"PersonFindResultEntry":{"title":"PersonFindResultEntry","type":"object","properties":{"person":{"$ref":"#/components/schemas/Person"},"contact":{"$ref":"#/components/schemas/Contact"},"occasions":{"type":"array","items":{"$ref":"#/components/schemas/Occasion"}},"circle_ref_ids":{"type":"array","items":{"type":"string"}},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"occasion_time_event_blocks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"}},{"type":"null"}]},"catch_up_inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]},"occasion_inbox_tasks":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/InboxTask"}},{"type":"null"}]}},"additionalProperties":false,"required":["person","contact","occasions","circle_ref_ids","tags"]},"PersonFindResult":{"title":"PersonFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/PersonFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"PersonCreateResult":{"title":"PersonCreateResult","type":"object","properties":{"new_person":{"$ref":"#/components/schemas/Person"},"new_contact":{"$ref":"#/components/schemas/Contact"}},"additionalProperties":false,"required":["new_person","new_contact"]},"PersonCreateArgs":{"title":"PersonCreateArgs","type":"object","properties":{"name":{"type":"string"},"catch_up_period":{"anyOf":[{"$ref":"#/components/schemas/RecurringTaskPeriod"},{"type":"null"}]},"catch_up_eisen":{"anyOf":[{"$ref":"#/components/schemas/Eisen"},{"type":"null"}]},"catch_up_difficulty":{"anyOf":[{"$ref":"#/components/schemas/Difficulty"},{"type":"null"}]},"catch_up_actionable_from_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"catch_up_actionable_from_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"catch_up_due_at_day":{"anyOf":[{"type":"integer"},{"type":"null"}]},"catch_up_due_at_month":{"anyOf":[{"type":"integer"},{"type":"null"}]},"circle_ref_ids":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]}},"additionalProperties":false,"required":["name"]},"CircleRemoveArgs":{"title":"CircleRemoveArgs","type":"object","properties":{},"additionalProperties":false},"Circle":{"title":"Circle","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"prm_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","prm_ref_id"]},"CircleLoadResult":{"title":"CircleLoadResult","type":"object","properties":{"circle":{"$ref":"#/components/schemas/Circle"}},"additionalProperties":false,"required":["circle"]},"CircleUpdateArgsName":{"title":"CircleUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"CircleUpdateArgs":{"title":"CircleUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/CircleUpdateArgsName"}},"additionalProperties":false,"required":["name"]},"CircleArchiveArgs":{"title":"CircleArchiveArgs","type":"object","properties":{},"additionalProperties":false},"CircleFindResult":{"title":"CircleFindResult","type":"object","properties":{"circles":{"type":"array","items":{"$ref":"#/components/schemas/Circle"}}},"additionalProperties":false,"required":["circles"]},"CircleCreateResult":{"title":"CircleCreateResult","type":"object","properties":{"new_circle":{"$ref":"#/components/schemas/Circle"}},"additionalProperties":false,"required":["new_circle"]},"CircleCreateArgs":{"title":"CircleCreateArgs","type":"object","properties":{"name":{"type":"string"}},"additionalProperties":false,"required":["name"]},"SmartListRemoveArgs":{"title":"SmartListRemoveArgs","type":"object","properties":{},"additionalProperties":false},"SmartListItemRemoveArgs":{"title":"SmartListItemRemoveArgs","type":"object","properties":{},"additionalProperties":false},"SmartListItem":{"title":"SmartListItem","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"smart_list_ref_id":{"type":"string"},"is_done":{"type":"boolean"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","smart_list_ref_id","is_done"]},"SmartListItemLoadResult":{"title":"SmartListItemLoadResult","type":"object","properties":{"item":{"$ref":"#/components/schemas/SmartListItem"},"generic_tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["item","generic_tags","contacts"]},"SmartListItemUpdateArgsName":{"title":"SmartListItemUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"SmartListItemUpdateArgsIsDone":{"title":"SmartListItemUpdateArgsIsDone","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"SmartListItemUpdateArgsUrl":{"title":"SmartListItemUpdateArgsUrl","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"SmartListItemUpdateArgs":{"title":"SmartListItemUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/SmartListItemUpdateArgsName"},"is_done":{"$ref":"#/components/schemas/SmartListItemUpdateArgsIsDone"},"url":{"$ref":"#/components/schemas/SmartListItemUpdateArgsUrl"}},"additionalProperties":false,"required":["name","is_done","url"]},"SmartListItemArchiveArgs":{"title":"SmartListItemArchiveArgs","type":"object","properties":{},"additionalProperties":false},"SmartListItemCreateResult":{"title":"SmartListItemCreateResult","type":"object","properties":{"new_smart_list_item":{"$ref":"#/components/schemas/SmartListItem"}},"additionalProperties":false,"required":["new_smart_list_item"]},"SmartListItemCreateArgs":{"title":"SmartListItemCreateArgs","type":"object","properties":{"smart_list_ref_id":{"type":"string"},"name":{"type":"string"},"is_done":{"type":"boolean"},"url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["smart_list_ref_id","name","is_done"]},"SmartList":{"title":"SmartList","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"smart_list_collection_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","smart_list_collection_ref_id"]},"SmartListLoadResultSmartListItemGenericTagsType0":{"title":"SmartListLoadResultSmartListItemGenericTagsType0","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"SmartListLoadResult":{"title":"SmartListLoadResult","type":"object","properties":{"smart_list":{"$ref":"#/components/schemas/SmartList"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"smart_list_items":{"type":"array","items":{"$ref":"#/components/schemas/SmartListItem"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"smart_list_item_generic_tags":{"anyOf":[{"$ref":"#/components/schemas/SmartListLoadResultSmartListItemGenericTagsType0"},{"type":"null"}]},"smart_list_item_notes":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/Note"}},{"type":"null"}]}},"additionalProperties":false,"required":["smart_list","tags","smart_list_items"]},"SmartListUpdateArgsName":{"title":"SmartListUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"SmartListUpdateArgsIcon":{"title":"SmartListUpdateArgsIcon","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"SmartListUpdateArgs":{"title":"SmartListUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/SmartListUpdateArgsName"},"icon":{"$ref":"#/components/schemas/SmartListUpdateArgsIcon"}},"additionalProperties":false,"required":["name","icon"]},"SmartListArchiveArgs":{"title":"SmartListArchiveArgs","type":"object","properties":{},"additionalProperties":false},"SmartListCreateResult":{"title":"SmartListCreateResult","type":"object","properties":{"new_smart_list":{"$ref":"#/components/schemas/SmartList"}},"additionalProperties":false,"required":["new_smart_list"]},"SmartListCreateArgs":{"title":"SmartListCreateArgs","type":"object","properties":{"name":{"type":"string"},"icon":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["name"]},"SmartListFindResponseEntrySmartListItemGenericTagsType0":{"title":"SmartListFindResponseEntrySmartListItemGenericTagsType0","type":"object","additionalProperties":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"SmartListFindResponseEntry":{"title":"SmartListFindResponseEntry","type":"object","properties":{"smart_list":{"$ref":"#/components/schemas/SmartList"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"smart_list_items":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/SmartListItem"}},{"type":"null"}]},"smart_list_item_generic_tags":{"anyOf":[{"$ref":"#/components/schemas/SmartListFindResponseEntrySmartListItemGenericTagsType0"},{"type":"null"}]},"smart_list_item_notes":{"anyOf":[{"type":"array","items":{"$ref":"#/components/schemas/Note"}},{"type":"null"}]}},"additionalProperties":false,"required":["smart_list","tags","contacts"]},"SmartListFindResult":{"title":"SmartListFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/SmartListFindResponseEntry"}}},"additionalProperties":false,"required":["entries"]},"VacationRemoveArgs":{"title":"VacationRemoveArgs","type":"object","properties":{},"additionalProperties":false},"Vacation":{"title":"Vacation","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"vacation_collection_ref_id":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","vacation_collection_ref_id","start_date","end_date"]},"VacationLoadResult":{"title":"VacationLoadResult","type":"object","properties":{"vacation":{"$ref":"#/components/schemas/Vacation"},"time_event_block":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["vacation","time_event_block","tags","contacts"]},"VacationUpdateArgsName":{"title":"VacationUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"VacationUpdateArgsStartDate":{"title":"VacationUpdateArgsStartDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"VacationUpdateArgsEndDate":{"title":"VacationUpdateArgsEndDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"VacationUpdateArgs":{"title":"VacationUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/VacationUpdateArgsName"},"start_date":{"$ref":"#/components/schemas/VacationUpdateArgsStartDate"},"end_date":{"$ref":"#/components/schemas/VacationUpdateArgsEndDate"}},"additionalProperties":false,"required":["name","start_date","end_date"]},"VacationArchiveArgs":{"title":"VacationArchiveArgs","type":"object","properties":{},"additionalProperties":false},"VacationFindResultEntry":{"title":"VacationFindResultEntry","type":"object","properties":{"vacation":{"$ref":"#/components/schemas/Vacation"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"time_event_block":{"anyOf":[{"$ref":"#/components/schemas/TimeEventFullDaysBlock"},{"type":"null"}]}},"additionalProperties":false,"required":["vacation","tags","contacts"]},"VacationFindResult":{"title":"VacationFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/VacationFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"VacationCreateResult":{"title":"VacationCreateResult","type":"object","properties":{"new_vacation":{"$ref":"#/components/schemas/Vacation"},"new_time_event_block":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"}},"additionalProperties":false,"required":["new_vacation","new_time_event_block"]},"VacationCreateArgs":{"title":"VacationCreateArgs","type":"object","properties":{"name":{"type":"string"},"start_date":{"type":"string"},"end_date":{"type":"string"}},"additionalProperties":false,"required":["name","start_date","end_date"]},"TodoTaskRemoveArgs":{"title":"TodoTaskRemoveArgs","type":"object","properties":{},"additionalProperties":false},"TodoTask":{"title":"TodoTask","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"todo_domain_ref_id":{"type":"string"},"aspect_ref_id":{"type":"string"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","todo_domain_ref_id","aspect_ref_id"]},"TodoTaskLoadResult":{"title":"TodoTaskLoadResult","type":"object","properties":{"todo_task":{"$ref":"#/components/schemas/TodoTask"},"inbox_task":{"$ref":"#/components/schemas/InboxTask"},"aspect":{"$ref":"#/components/schemas/Aspect"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"time_event_blocks":{"type":"array","items":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]}},"additionalProperties":false,"required":["todo_task","inbox_task","aspect","tags","contacts","time_event_blocks"]},"TodoTaskUpdateResult":{"title":"TodoTaskUpdateResult","type":"object","properties":{"updated_todo_task":{"$ref":"#/components/schemas/TodoTask"},"updated_inbox_task":{"$ref":"#/components/schemas/InboxTask"}},"additionalProperties":false,"required":["updated_todo_task","updated_inbox_task"]},"TodoTaskUpdateArgsName":{"title":"TodoTaskUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsStatus":{"title":"TodoTaskUpdateArgsStatus","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/InboxTaskStatus"}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsAspectRefId":{"title":"TodoTaskUpdateArgsAspectRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsChapterRefId":{"title":"TodoTaskUpdateArgsChapterRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsGoalRefId":{"title":"TodoTaskUpdateArgsGoalRefId","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsIsKey":{"title":"TodoTaskUpdateArgsIsKey","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsEisen":{"title":"TodoTaskUpdateArgsEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Eisen"}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsDifficulty":{"title":"TodoTaskUpdateArgsDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Difficulty"}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsActionableDate":{"title":"TodoTaskUpdateArgsActionableDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgsDueDate":{"title":"TodoTaskUpdateArgsDueDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"TodoTaskUpdateArgs":{"title":"TodoTaskUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/TodoTaskUpdateArgsName"},"status":{"$ref":"#/components/schemas/TodoTaskUpdateArgsStatus"},"aspect_ref_id":{"$ref":"#/components/schemas/TodoTaskUpdateArgsAspectRefId"},"chapter_ref_id":{"$ref":"#/components/schemas/TodoTaskUpdateArgsChapterRefId"},"goal_ref_id":{"$ref":"#/components/schemas/TodoTaskUpdateArgsGoalRefId"},"is_key":{"$ref":"#/components/schemas/TodoTaskUpdateArgsIsKey"},"eisen":{"$ref":"#/components/schemas/TodoTaskUpdateArgsEisen"},"difficulty":{"$ref":"#/components/schemas/TodoTaskUpdateArgsDifficulty"},"actionable_date":{"$ref":"#/components/schemas/TodoTaskUpdateArgsActionableDate"},"due_date":{"$ref":"#/components/schemas/TodoTaskUpdateArgsDueDate"}},"additionalProperties":false,"required":["name","status","aspect_ref_id","chapter_ref_id","goal_ref_id","is_key","eisen","difficulty","actionable_date","due_date"]},"TodoTaskArchiveArgs":{"title":"TodoTaskArchiveArgs","type":"object","properties":{},"additionalProperties":false},"TodoTaskFindResultEntry":{"title":"TodoTaskFindResultEntry","type":"object","properties":{"todo_task":{"$ref":"#/components/schemas/TodoTask"},"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}},"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}},"inbox_task":{"anyOf":[{"$ref":"#/components/schemas/InboxTask"},{"type":"null"}]},"note":{"anyOf":[{"$ref":"#/components/schemas/Note"},{"type":"null"}]},"aspect":{"anyOf":[{"$ref":"#/components/schemas/Aspect"},{"type":"null"}]},"chapter":{"anyOf":[{"$ref":"#/components/schemas/Chapter"},{"type":"null"}]},"goal":{"anyOf":[{"$ref":"#/components/schemas/Goal"},{"type":"null"}]}},"additionalProperties":false,"required":["todo_task","tags","contacts"]},"TodoTaskFindResult":{"title":"TodoTaskFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/TodoTaskFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"TodoTaskCreateResult":{"title":"TodoTaskCreateResult","type":"object","properties":{"new_todo_task":{"$ref":"#/components/schemas/TodoTask"},"new_inbox_task":{"$ref":"#/components/schemas/InboxTask"},"new_time_plan_activity":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivity"},{"type":"null"}]}},"additionalProperties":false,"required":["new_todo_task","new_inbox_task"]},"TodoTaskCreateArgs":{"title":"TodoTaskCreateArgs","type":"object","properties":{"name":{"type":"string"},"is_key":{"type":"boolean"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"aspect_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"chapter_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"goal_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"time_plan_ref_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"time_plan_activity_kind":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivityKind"},{"type":"null"}]},"time_plan_activity_feasability":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivityFeasability"},{"type":"null"}]},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["name","is_key","eisen","difficulty"]},"InboxTaskRemoveArgs":{"title":"InboxTaskRemoveArgs","type":"object","properties":{},"additionalProperties":false},"WorkingMemCollection":{"title":"WorkingMemCollection","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"workspace_ref_id":{"type":"string"},"generation_period":{"$ref":"#/components/schemas/RecurringTaskPeriod"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","workspace_ref_id","generation_period"]},"PushGenerationExtraInfo":{"title":"PushGenerationExtraInfo","type":"object","properties":{"timezone":{"type":"string"},"eisen":{"$ref":"#/components/schemas/Eisen"},"difficulty":{"$ref":"#/components/schemas/Difficulty"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"anyOf":[{"$ref":"#/components/schemas/InboxTaskStatus"},{"type":"null"}]},"actionable_date":{"anyOf":[{"type":"string"},{"type":"null"}]},"due_date":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["timezone","eisen","difficulty"]},"SlackTask":{"title":"SlackTask","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"slack_task_collection_ref_id":{"type":"string"},"user":{"type":"string"},"message":{"type":"string"},"generation_extra_info":{"$ref":"#/components/schemas/PushGenerationExtraInfo"},"has_generated_task":{"type":"boolean"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]},"channel":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","slack_task_collection_ref_id","user","message","generation_extra_info","has_generated_task"]},"EmailTask":{"title":"EmailTask","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"email_task_collection_ref_id":{"type":"string"},"from_address":{"type":"string"},"from_name":{"type":"string"},"to_address":{"type":"string"},"subject":{"type":"string"},"body":{"type":"string"},"generation_extra_info":{"$ref":"#/components/schemas/PushGenerationExtraInfo"},"has_generated_task":{"type":"boolean"},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","email_task_collection_ref_id","from_address","from_name","to_address","subject","body","generation_extra_info","has_generated_task"]},"InboxTaskLoadResult":{"title":"InboxTaskLoadResult","type":"object","properties":{"inbox_task":{"$ref":"#/components/schemas/InboxTask"},"working_mem_collection":{"anyOf":[{"$ref":"#/components/schemas/WorkingMemCollection"},{"type":"null"}]},"time_plan":{"anyOf":[{"$ref":"#/components/schemas/TimePlan"},{"type":"null"}]},"habit":{"anyOf":[{"$ref":"#/components/schemas/Habit"},{"type":"null"}]},"chore":{"anyOf":[{"$ref":"#/components/schemas/Chore"},{"type":"null"}]},"big_plan":{"anyOf":[{"$ref":"#/components/schemas/BigPlan"},{"type":"null"}]},"journal":{"anyOf":[{"$ref":"#/components/schemas/Journal"},{"type":"null"}]},"metric":{"anyOf":[{"$ref":"#/components/schemas/Metric"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#/components/schemas/Person"},{"type":"null"}]},"occasion":{"anyOf":[{"$ref":"#/components/schemas/Occasion"},{"type":"null"}]},"slack_task":{"anyOf":[{"$ref":"#/components/schemas/SlackTask"},{"type":"null"}]},"email_task":{"anyOf":[{"$ref":"#/components/schemas/EmailTask"},{"type":"null"}]},"todo_task":{"anyOf":[{"$ref":"#/components/schemas/TodoTask"},{"type":"null"}]}},"additionalProperties":false,"required":["inbox_task"]},"InboxTaskUpdateResult":{"title":"InboxTaskUpdateResult","type":"object","properties":{"record_score_result":{"anyOf":[{"$ref":"#/components/schemas/RecordScoreResult"},{"type":"null"}]}},"additionalProperties":false},"InboxTaskUpdateArgsName":{"title":"InboxTaskUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgsStatus":{"title":"InboxTaskUpdateArgsStatus","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/InboxTaskStatus"}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgsIsKey":{"title":"InboxTaskUpdateArgsIsKey","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"boolean"}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgsEisen":{"title":"InboxTaskUpdateArgsEisen","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Eisen"}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgsDifficulty":{"title":"InboxTaskUpdateArgsDifficulty","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"$ref":"#/components/schemas/Difficulty"}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgsActionableDate":{"title":"InboxTaskUpdateArgsActionableDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgsDueDate":{"title":"InboxTaskUpdateArgsDueDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["should_change"]},"InboxTaskUpdateArgs":{"title":"InboxTaskUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/InboxTaskUpdateArgsName"},"status":{"$ref":"#/components/schemas/InboxTaskUpdateArgsStatus"},"is_key":{"$ref":"#/components/schemas/InboxTaskUpdateArgsIsKey"},"eisen":{"$ref":"#/components/schemas/InboxTaskUpdateArgsEisen"},"difficulty":{"$ref":"#/components/schemas/InboxTaskUpdateArgsDifficulty"},"actionable_date":{"$ref":"#/components/schemas/InboxTaskUpdateArgsActionableDate"},"due_date":{"$ref":"#/components/schemas/InboxTaskUpdateArgsDueDate"}},"additionalProperties":false,"required":["name","status","is_key","eisen","difficulty","actionable_date","due_date"]},"InboxTaskArchiveArgs":{"title":"InboxTaskArchiveArgs","type":"object","properties":{},"additionalProperties":false},"InboxTaskFindResultEntry":{"title":"InboxTaskFindResultEntry","type":"object","properties":{"inbox_task":{"$ref":"#/components/schemas/InboxTask"},"working_mem_collection":{"anyOf":[{"$ref":"#/components/schemas/WorkingMemCollection"},{"type":"null"}]},"time_plan":{"anyOf":[{"$ref":"#/components/schemas/TimePlan"},{"type":"null"}]},"habit":{"anyOf":[{"$ref":"#/components/schemas/Habit"},{"type":"null"}]},"chore":{"anyOf":[{"$ref":"#/components/schemas/Chore"},{"type":"null"}]},"big_plan":{"anyOf":[{"$ref":"#/components/schemas/BigPlan"},{"type":"null"}]},"journal":{"anyOf":[{"$ref":"#/components/schemas/Journal"},{"type":"null"}]},"metric":{"anyOf":[{"$ref":"#/components/schemas/Metric"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#/components/schemas/Person"},{"type":"null"}]},"contact":{"anyOf":[{"$ref":"#/components/schemas/Contact"},{"type":"null"}]},"occasion":{"anyOf":[{"$ref":"#/components/schemas/Occasion"},{"type":"null"}]},"slack_task":{"anyOf":[{"$ref":"#/components/schemas/SlackTask"},{"type":"null"}]},"email_task":{"anyOf":[{"$ref":"#/components/schemas/EmailTask"},{"type":"null"}]},"todo_task":{"anyOf":[{"$ref":"#/components/schemas/TodoTask"},{"type":"null"}]}},"additionalProperties":false,"required":["inbox_task"]},"InboxTaskFindResult":{"title":"InboxTaskFindResult","type":"object","properties":{"entries":{"type":"array","items":{"$ref":"#/components/schemas/InboxTaskFindResultEntry"}}},"additionalProperties":false,"required":["entries"]},"NoteLoadSettingsResult":{"title":"NoteLoadSettingsResult","type":"object","properties":{"allowed_note_owner_entity_types":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["allowed_note_owner_entity_types"]},"NoteRemoveArgs":{"title":"NoteRemoveArgs","type":"object","properties":{},"additionalProperties":false},"NoteLoadResult":{"title":"NoteLoadResult","type":"object","properties":{"note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["note"]},"NoteUpdateArgsContent":{"title":"NoteUpdateArgsContent","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/BulletedListBlock"},{"$ref":"#/components/schemas/ChecklistBlock"},{"$ref":"#/components/schemas/CodeBlock"},{"$ref":"#/components/schemas/DividerBlock"},{"$ref":"#/components/schemas/EntityReferenceBlock"},{"$ref":"#/components/schemas/HeadingBlock"},{"$ref":"#/components/schemas/LinkBlock"},{"$ref":"#/components/schemas/NumberedListBlock"},{"$ref":"#/components/schemas/ParagraphBlock"},{"$ref":"#/components/schemas/QuoteBlock"},{"$ref":"#/components/schemas/TableBlock"}]}}},"additionalProperties":false,"required":["should_change"]},"NoteUpdateArgs":{"title":"NoteUpdateArgs","type":"object","properties":{"content":{"$ref":"#/components/schemas/NoteUpdateArgsContent"}},"additionalProperties":false,"required":["content"]},"NoteArchiveArgs":{"title":"NoteArchiveArgs","type":"object","properties":{},"additionalProperties":false},"NoteFindResult":{"title":"NoteFindResult","type":"object","properties":{"notes":{"type":"array","items":{"$ref":"#/components/schemas/Note"}}},"additionalProperties":false,"required":["notes"]},"NoteCreateResult":{"title":"NoteCreateResult","type":"object","properties":{"new_note":{"$ref":"#/components/schemas/Note"}},"additionalProperties":false,"required":["new_note"]},"NoteCreateArgs":{"title":"NoteCreateArgs","type":"object","properties":{"owner":{"type":"string"},"content":{"type":"array","items":{"anyOf":[{"$ref":"#/components/schemas/BulletedListBlock"},{"$ref":"#/components/schemas/ChecklistBlock"},{"$ref":"#/components/schemas/CodeBlock"},{"$ref":"#/components/schemas/DividerBlock"},{"$ref":"#/components/schemas/EntityReferenceBlock"},{"$ref":"#/components/schemas/HeadingBlock"},{"$ref":"#/components/schemas/LinkBlock"},{"$ref":"#/components/schemas/NumberedListBlock"},{"$ref":"#/components/schemas/ParagraphBlock"},{"$ref":"#/components/schemas/QuoteBlock"},{"$ref":"#/components/schemas/TableBlock"}]}}},"additionalProperties":false,"required":["owner","content"]},"ContactLink":{"title":"ContactLink","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"contact_domain_ref_id":{"type":"string"},"owner":{"type":"string"},"contacts_ref_ids":{"type":"array","items":{"type":"string"}},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","contact_domain_ref_id","owner","contacts_ref_ids"]},"ContactLinkUpsertResult":{"title":"ContactLinkUpsertResult","type":"object","properties":{"contact_link":{"$ref":"#/components/schemas/ContactLink"}},"additionalProperties":false,"required":["contact_link"]},"ContactLinkUpsertArgs":{"title":"ContactLinkUpsertArgs","type":"object","properties":{"owner":{"type":"string"},"contact_names":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["owner","contact_names"]},"ContactRemoveArgs":{"title":"ContactRemoveArgs","type":"object","properties":{},"additionalProperties":false},"ContactLoadResult":{"title":"ContactLoadResult","type":"object","properties":{"contact":{"$ref":"#/components/schemas/Contact"}},"additionalProperties":false,"required":["contact"]},"ContactUpdateArgsName":{"title":"ContactUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"ContactUpdateArgs":{"title":"ContactUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/ContactUpdateArgsName"}},"additionalProperties":false,"required":["name"]},"ContactArchiveArgs":{"title":"ContactArchiveArgs","type":"object","properties":{},"additionalProperties":false},"ContactFindResult":{"title":"ContactFindResult","type":"object","properties":{"contacts":{"type":"array","items":{"$ref":"#/components/schemas/Contact"}}},"additionalProperties":false,"required":["contacts"]},"ContactCreateResult":{"title":"ContactCreateResult","type":"object","properties":{"new_contact":{"$ref":"#/components/schemas/Contact"}},"additionalProperties":false,"required":["new_contact"]},"ContactCreateArgs":{"title":"ContactCreateArgs","type":"object","properties":{"name":{"type":"string"}},"additionalProperties":false,"required":["name"]},"TagLink":{"title":"TagLink","type":"object","properties":{"ref_id":{"type":"string"},"version":{"type":"integer"},"archived":{"type":"boolean"},"created_time":{"type":"string"},"last_modified_time":{"type":"string"},"name":{"type":"string"},"tag_domain_ref_id":{"type":"string"},"owner":{"type":"string"},"ref_ids":{"type":"array","items":{"type":"string"}},"archival_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"archived_time":{"anyOf":[{"type":"string"},{"type":"null"}]}},"additionalProperties":false,"required":["ref_id","version","archived","created_time","last_modified_time","name","tag_domain_ref_id","owner","ref_ids"]},"TagLinkUpsertResult":{"title":"TagLinkUpsertResult","type":"object","properties":{"tag_link":{"$ref":"#/components/schemas/TagLink"}},"additionalProperties":false,"required":["tag_link"]},"TagLinkUpsertArgs":{"title":"TagLinkUpsertArgs","type":"object","properties":{"owner":{"type":"string"},"tag_names":{"type":"array","items":{"type":"string"}}},"additionalProperties":false,"required":["owner","tag_names"]},"TagRemoveArgs":{"title":"TagRemoveArgs","type":"object","properties":{},"additionalProperties":false},"TagLoadResult":{"title":"TagLoadResult","type":"object","properties":{"tag":{"$ref":"#/components/schemas/Tag"}},"additionalProperties":false,"required":["tag"]},"TagUpdateArgsName":{"title":"TagUpdateArgsName","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"TagUpdateArgs":{"title":"TagUpdateArgs","type":"object","properties":{"name":{"$ref":"#/components/schemas/TagUpdateArgsName"}},"additionalProperties":false,"required":["name"]},"TagArchiveArgs":{"title":"TagArchiveArgs","type":"object","properties":{},"additionalProperties":false},"TagFindResult":{"title":"TagFindResult","type":"object","properties":{"tags":{"type":"array","items":{"$ref":"#/components/schemas/Tag"}}},"additionalProperties":false,"required":["tags"]},"TagCreateResult":{"title":"TagCreateResult","type":"object","properties":{"new_tag":{"$ref":"#/components/schemas/Tag"}},"additionalProperties":false,"required":["new_tag"]},"TagCreateArgs":{"title":"TagCreateArgs","type":"object","properties":{"name":{"type":"string"}},"additionalProperties":false,"required":["name"]},"TimeEventInDayBlockCreateForBigPlanResult":{"title":"TimeEventInDayBlockCreateForBigPlanResult","type":"object","properties":{"new_time_event":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"additionalProperties":false,"required":["new_time_event"]},"TimeEventInDayBlockCreateForBigPlanArgs":{"title":"TimeEventInDayBlockCreateForBigPlanArgs","type":"object","properties":{"big_plan_ref_id":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"}},"additionalProperties":false,"required":["big_plan_ref_id","start_date","start_time_in_day","duration_mins"]},"TimeEventInDayBlockCreateForTodoTaskResult":{"title":"TimeEventInDayBlockCreateForTodoTaskResult","type":"object","properties":{"new_time_event":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"additionalProperties":false,"required":["new_time_event"]},"TimeEventInDayBlockCreateForTodoTaskArgs":{"title":"TimeEventInDayBlockCreateForTodoTaskArgs","type":"object","properties":{"todo_task_ref_id":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"}},"additionalProperties":false,"required":["todo_task_ref_id","start_date","start_time_in_day","duration_mins"]},"TimeEventInDayBlockCreateForHabitResult":{"title":"TimeEventInDayBlockCreateForHabitResult","type":"object","properties":{"new_time_event":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"additionalProperties":false,"required":["new_time_event"]},"TimeEventInDayBlockCreateForHabitArgs":{"title":"TimeEventInDayBlockCreateForHabitArgs","type":"object","properties":{"habit_ref_id":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"}},"additionalProperties":false,"required":["habit_ref_id","start_date","start_time_in_day","duration_mins"]},"TimeEventInDayBlockCreateForChoreResult":{"title":"TimeEventInDayBlockCreateForChoreResult","type":"object","properties":{"new_time_event":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"additionalProperties":false,"required":["new_time_event"]},"TimeEventInDayBlockCreateForChoreArgs":{"title":"TimeEventInDayBlockCreateForChoreArgs","type":"object","properties":{"chore_ref_id":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"}},"additionalProperties":false,"required":["chore_ref_id","start_date","start_time_in_day","duration_mins"]},"TimeEventInDayBlockCreateForTimePlanActivityResult":{"title":"TimeEventInDayBlockCreateForTimePlanActivityResult","type":"object","properties":{"new_time_event":{"$ref":"#/components/schemas/TimeEventInDayBlock"}},"additionalProperties":false,"required":["new_time_event"]},"TimeEventInDayBlockCreateForTimePlanActivityArgs":{"title":"TimeEventInDayBlockCreateForTimePlanActivityArgs","type":"object","properties":{"time_plan_activity_ref_id":{"type":"string"},"start_date":{"type":"string"},"start_time_in_day":{"type":"string"},"duration_mins":{"type":"integer"}},"additionalProperties":false,"required":["time_plan_activity_ref_id","start_date","start_time_in_day","duration_mins"]},"TimeEventInDayBlockRemoveArgs":{"title":"TimeEventInDayBlockRemoveArgs","type":"object","properties":{},"additionalProperties":false},"TimeEventInDayBlockLoadResult":{"title":"TimeEventInDayBlockLoadResult","type":"object","properties":{"in_day_block":{"$ref":"#/components/schemas/TimeEventInDayBlock"},"schedule_event":{"anyOf":[{"$ref":"#/components/schemas/ScheduleEventInDay"},{"type":"null"}]},"big_plan":{"anyOf":[{"$ref":"#/components/schemas/BigPlan"},{"type":"null"}]},"todo_task":{"anyOf":[{"$ref":"#/components/schemas/TodoTask"},{"type":"null"}]},"habit":{"anyOf":[{"$ref":"#/components/schemas/Habit"},{"type":"null"}]},"chore":{"anyOf":[{"$ref":"#/components/schemas/Chore"},{"type":"null"}]},"time_plan_activity":{"anyOf":[{"$ref":"#/components/schemas/TimePlanActivity"},{"type":"null"}]}},"additionalProperties":false,"required":["in_day_block"]},"TimeEventInDayBlockUpdateArgsStartDate":{"title":"TimeEventInDayBlockUpdateArgsStartDate","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"TimeEventInDayBlockUpdateArgsStartTimeInDay":{"title":"TimeEventInDayBlockUpdateArgsStartTimeInDay","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"string"}},"additionalProperties":false,"required":["should_change"]},"TimeEventInDayBlockUpdateArgsDurationMins":{"title":"TimeEventInDayBlockUpdateArgsDurationMins","type":"object","properties":{"should_change":{"type":"boolean"},"value":{"type":"integer"}},"additionalProperties":false,"required":["should_change"]},"TimeEventInDayBlockUpdateArgs":{"title":"TimeEventInDayBlockUpdateArgs","type":"object","properties":{"start_date":{"$ref":"#/components/schemas/TimeEventInDayBlockUpdateArgsStartDate"},"start_time_in_day":{"$ref":"#/components/schemas/TimeEventInDayBlockUpdateArgsStartTimeInDay"},"duration_mins":{"$ref":"#/components/schemas/TimeEventInDayBlockUpdateArgsDurationMins"}},"additionalProperties":false,"required":["start_date","start_time_in_day","duration_mins"]},"TimeEventInDayBlockArchiveArgs":{"title":"TimeEventInDayBlockArchiveArgs","type":"object","properties":{},"additionalProperties":false},"TimeEventFullDaysBlockLoadResult":{"title":"TimeEventFullDaysBlockLoadResult","type":"object","properties":{"full_days_block":{"$ref":"#/components/schemas/TimeEventFullDaysBlock"},"schedule_event":{"anyOf":[{"$ref":"#/components/schemas/ScheduleEventFullDays"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#/components/schemas/Person"},{"type":"null"}]},"contact":{"anyOf":[{"$ref":"#/components/schemas/Contact"},{"type":"null"}]},"occasion":{"anyOf":[{"$ref":"#/components/schemas/Occasion"},{"type":"null"}]},"vacation":{"anyOf":[{"$ref":"#/components/schemas/Vacation"},{"type":"null"}]}},"additionalProperties":false,"required":["full_days_block"]}}}}