type: object properties: id: description: Unique identifier for the setting. type: integer example: 1 project_name: description: The name of the project. type: string example: Directus project_url: description: The url of the project. type: string example: null nullable: true project_color: description: The color of the project. type: string example: null nullable: true project_logo: description: The logo of the project. type: string example: null nullable: true public_foreground: description: The foreground of the project. type: string example: null nullable: true public_background: description: The background of the project. type: string example: null nullable: true public_note: description: The notes of the project. type: string example: null nullable: true auth_idle_timeout: description: Idle authentication timeout. type: integer example: 10080 auth_login_attempts: description: Authentication login attempts. type: integer example: 25, auth_password_policy: description: Authentication password policy. type: string example: null nullable: true storage_asset_transform: description: "" type: string example: "all" nullable: true storage_asset_presets: description: "" type: string example: null nullable: true additionalProperties: true