[ { "id": "pbc_3142635823", "listRule": null, "viewRule": null, "createRule": null, "updateRule": null, "deleteRule": null, "name": "_superusers", "type": "auth", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cost": 0, "hidden": true, "id": "password901924565", "max": 0, "min": 8, "name": "password", "pattern": "", "presentable": false, "required": true, "system": true, "type": "password" }, { "autogeneratePattern": "[a-zA-Z0-9]{50}", "hidden": true, "id": "text2504183744", "max": 60, "min": 30, "name": "tokenKey", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "exceptDomains": null, "hidden": false, "id": "email3885137012", "name": "email", "onlyDomains": null, "presentable": false, "required": true, "system": true, "type": "email" }, { "hidden": false, "id": "bool1547992806", "name": "emailVisibility", "presentable": false, "required": false, "system": true, "type": "bool" }, { "hidden": false, "id": "bool256245529", "name": "verified", "presentable": false, "required": false, "system": true, "type": "bool" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": true, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": true, "type": "autodate" } ], "indexes": [ "CREATE UNIQUE INDEX `idx_tokenKey_pbc_3142635823` ON `_superusers` (`tokenKey`)", "CREATE UNIQUE INDEX `idx_email_pbc_3142635823` ON `_superusers` (`email`) WHERE `email` != ''" ], "system": true, "authRule": "", "manageRule": null, "authAlert": { "enabled": true, "emailTemplate": { "subject": "Login from a new location", "body": "

Hello,

\n

We noticed a login to your {APP_NAME} account from a new location.

\n

If this was you, you may disregard this email.

\n

If this wasn't you, you should immediately change your {APP_NAME} account password to revoke access from all other locations.

\n

\n Thanks,
\n {APP_NAME} team\n

" } }, "oauth2": { "mappedFields": { "id": "", "name": "", "username": "", "avatarURL": "" }, "enabled": false }, "passwordAuth": { "enabled": true, "identityFields": [ "email" ] }, "mfa": { "enabled": false, "duration": 1800, "rule": "" }, "otp": { "enabled": false, "duration": 180, "length": 8, "emailTemplate": { "subject": "OTP for {APP_NAME}", "body": "

Hello,

\n

Your one-time password is: {OTP}

\n

If you didn't ask for the one-time password, you can ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

" } }, "authToken": { "duration": 86400 }, "passwordResetToken": { "duration": 1800 }, "emailChangeToken": { "duration": 1800 }, "verificationToken": { "duration": 259200 }, "fileToken": { "duration": 180 }, "verificationTemplate": { "subject": "Verify your {APP_NAME} email", "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

\n Thanks,
\n {APP_NAME} team\n

" }, "resetPasswordTemplate": { "subject": "Reset your {APP_NAME} password", "body": "

Hello,

\n

Click on the button below to reset your password.

\n

\n Reset password\n

\n

If you didn't ask to reset your password, you can ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

" }, "confirmEmailChangeTemplate": { "subject": "Confirm your {APP_NAME} new email address", "body": "

Hello,

\n

Click on the button below to confirm your new email address.

\n

\n Confirm new email\n

\n

If you didn't ask to change your email address, you can ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

" } }, { "id": "_pb_users_auth_", "listRule": "id = @request.auth.id", "viewRule": "id = @request.auth.id", "createRule": "", "updateRule": "id = @request.auth.id", "deleteRule": "id = @request.auth.id", "name": "users", "type": "auth", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cost": 0, "hidden": true, "id": "password901924565", "max": 0, "min": 8, "name": "password", "pattern": "", "presentable": false, "required": true, "system": true, "type": "password" }, { "autogeneratePattern": "[a-zA-Z0-9]{50}", "hidden": true, "id": "text2504183744", "max": 60, "min": 30, "name": "tokenKey", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "exceptDomains": null, "hidden": false, "id": "email3885137012", "name": "email", "onlyDomains": null, "presentable": false, "required": true, "system": true, "type": "email" }, { "hidden": false, "id": "bool1547992806", "name": "emailVisibility", "presentable": false, "required": false, "system": true, "type": "bool" }, { "hidden": false, "id": "bool256245529", "name": "verified", "presentable": false, "required": false, "system": true, "type": "bool" }, { "autogeneratePattern": "", "hidden": false, "id": "text1579384326", "max": 255, "min": 0, "name": "name", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "file376926767", "maxSelect": 1, "maxSize": 0, "mimeTypes": [ "image/jpeg", "image/png", "image/svg+xml", "image/gif", "image/webp" ], "name": "avatar", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": null, "type": "file" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "json3846545605", "maxSize": 0, "name": "settings", "presentable": false, "required": false, "system": false, "type": "json" }, { "hidden": false, "id": "select1466534506", "maxSelect": 1, "name": "role", "presentable": true, "required": true, "system": false, "type": "select", "values": [ "Admin", "Editor", "User" ] }, { "hidden": false, "id": "bool1782676561", "name": "deactivated", "presentable": false, "required": false, "system": false, "type": "bool" } ], "indexes": [ "CREATE UNIQUE INDEX `idx_tokenKey__pb_users_auth_` ON `users` (`tokenKey`)", "CREATE UNIQUE INDEX `idx_email__pb_users_auth_` ON `users` (`email`) WHERE `email` != ''" ], "system": false, "authRule": "", "manageRule": null, "authAlert": { "enabled": true, "emailTemplate": { "subject": "Login from a new location", "body": "

Hello,

\n

We noticed a login to your {APP_NAME} account from a new location.

\n

If this was you, you may disregard this email.

\n

If this wasn't you, you should immediately change your {APP_NAME} account password to revoke access from all other locations.

\n

\n Thanks,
\n {APP_NAME} team\n

" } }, "oauth2": { "mappedFields": { "id": "", "name": "name", "username": "", "avatarURL": "avatar" }, "enabled": false }, "passwordAuth": { "enabled": true, "identityFields": [ "email" ] }, "mfa": { "enabled": false, "duration": 1800, "rule": "" }, "otp": { "enabled": false, "duration": 180, "length": 8, "emailTemplate": { "subject": "OTP for {APP_NAME}", "body": "

Hello,

\n

Your one-time password is: {OTP}

\n

If you didn't ask for the one-time password, you can ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

" } }, "authToken": { "duration": 604800 }, "passwordResetToken": { "duration": 1800 }, "emailChangeToken": { "duration": 1800 }, "verificationToken": { "duration": 259200 }, "fileToken": { "duration": 180 }, "verificationTemplate": { "subject": "Verify your {APP_NAME} email", "body": "

Hello,

\n

Thank you for joining us at {APP_NAME}.

\n

Click on the button below to verify your email address.

\n

\n Verify\n

\n

\n Thanks,
\n {APP_NAME} team\n

" }, "resetPasswordTemplate": { "subject": "Reset your {APP_NAME} password", "body": "

Hello,

\n

Click on the button below to reset your password.

\n

\n Reset password\n

\n

If you didn't ask to reset your password, you can ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

" }, "confirmEmailChangeTemplate": { "subject": "Confirm your {APP_NAME} new email address", "body": "

Hello,

\n

Click on the button below to confirm your new email address.

\n

\n Confirm new email\n

\n

If you didn't ask to change your email address, you can ignore this email.

\n

\n Thanks,
\n {APP_NAME} team\n

" } }, { "id": "pbc_1176292124", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "R_contents_agents", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cascadeDelete": false, "collectionId": "pbc_4105455982", "hidden": false, "id": "relation3036287351", "maxSelect": 1, "minSelect": 1, "name": "contents", "presentable": false, "required": true, "system": false, "type": "relation" }, { "cascadeDelete": false, "collectionId": "pbc_2726680096", "hidden": false, "id": "relation2509679470", "maxSelect": 1, "minSelect": 1, "name": "agents", "presentable": false, "required": true, "system": false, "type": "relation" }, { "hidden": false, "id": "select2363381545", "maxSelect": 1, "name": "type", "presentable": false, "required": true, "system": false, "type": "select", "values": [ "Schöpfer", "Autor:in", "Herausgeber:in", "Verlag", "Druck", "Vertrieb", "Stecher:in", "Zeichner:in", "Komponist:in", "Künstler:in", "Übersetzer:in", "Redakteur:in", "Kartograf:in", "Kupferstecher:in" ] }, { "hidden": false, "id": "bool2688202997", "name": "conjecture", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "bool1263817198", "name": "uncertain", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [ "CREATE INDEX idx_R_contents_agents_contents ON R_contents_agents (contents COLLATE NOCASE)", "CREATE INDEX idx_R_contents_agents_agents ON R_contents_agents (agents COLLATE NOCASE)", "CREATE INDEX idx_R_contents_agents_type ON R_contents_agents (type COLLATE NOCASE)" ], "system": false }, { "id": "pbc_4064655322", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "R_entries_agents", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cascadeDelete": false, "collectionId": "pbc_3165375535", "hidden": false, "id": "relation771273669", "maxSelect": 1, "minSelect": 1, "name": "entries", "presentable": false, "required": true, "system": false, "type": "relation" }, { "cascadeDelete": false, "collectionId": "pbc_2726680096", "hidden": false, "id": "relation2509679470", "maxSelect": 1, "minSelect": 1, "name": "agents", "presentable": false, "required": true, "system": false, "type": "relation" }, { "hidden": false, "id": "select2363381545", "maxSelect": 1, "name": "type", "presentable": false, "required": true, "system": false, "type": "select", "values": [ "Schöpfer", "Autor:in", "Herausgeber:in", "Verlag", "Druck", "Vertrieb", "Stecher:in", "Zeichner:in", "Komponist:in", "Künstler:in", "Übersetzer:in", "Redakteur:in", "Kartograf:in", "Kupferstecher:in" ] }, { "hidden": false, "id": "bool2688202997", "name": "conjecture", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "bool1263817198", "name": "uncertain", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [ "CREATE INDEX idx_R_entries_agents_entries ON R_entries_agents (entries COLLATE NOCASE)", "CREATE INDEX idx_R_entries_agents_agents ON R_entries_agents (agents COLLATE NOCASE)", "CREATE INDEX idx_R_entries_agents_type ON R_entries_agents (type COLLATE NOCASE)" ], "system": false }, { "id": "pbc_1573068185", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "R_entries_series", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cascadeDelete": false, "collectionId": "pbc_3165375535", "hidden": false, "id": "relation771273669", "maxSelect": 1, "minSelect": 1, "name": "entries", "presentable": false, "required": true, "system": false, "type": "relation" }, { "cascadeDelete": false, "collectionId": "pbc_218332259", "hidden": false, "id": "relation974127405", "maxSelect": 1, "minSelect": 1, "name": "series", "presentable": false, "required": true, "system": false, "type": "relation" }, { "hidden": false, "id": "select2363381545", "maxSelect": 1, "name": "type", "presentable": false, "required": true, "system": false, "type": "select", "values": [ "Bevorzugter Reihentitel", "Alternativer Reihentitel", "Alternatives Titelblatt", "Späterer Reihentitel", "Früherer Reihentitel", "In anderer Sprache" ] }, { "hidden": false, "id": "bool2688202997", "name": "conjecture", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "bool1263817198", "name": "uncertain", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text3322904655", "max": 0, "min": 0, "name": "numbering", "pattern": "", "presentable": true, "primaryKey": false, "required": false, "system": false, "type": "text" } ], "indexes": [ "CREATE INDEX idx_R_entries_series_entries ON R_entries_series (entries COLLATE NOCASE)", "CREATE INDEX idx_R_entries_series_series ON R_entries_series (series COLLATE NOCASE)", "CREATE INDEX idx_R_entries_series_type ON R_entries_series (type COLLATE NOCASE)" ], "system": false }, { "id": "pbc_4275539003", "listRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "viewRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "createRule": null, "updateRule": null, "deleteRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "name": "_authOrigins", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text455797646", "max": 0, "min": 0, "name": "collectionRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text127846527", "max": 0, "min": 0, "name": "recordRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text4228609354", "max": 0, "min": 0, "name": "fingerprint", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": true, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": true, "type": "autodate" } ], "indexes": [ "CREATE UNIQUE INDEX `idx_authOrigins_unique_pairs` ON `_authOrigins` (collectionRef, recordRef, fingerprint)" ], "system": true }, { "id": "pbc_2281828961", "listRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "viewRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "createRule": null, "updateRule": null, "deleteRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "name": "_externalAuths", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text455797646", "max": 0, "min": 0, "name": "collectionRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text127846527", "max": 0, "min": 0, "name": "recordRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text2462348188", "max": 0, "min": 0, "name": "provider", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1044722854", "max": 0, "min": 0, "name": "providerId", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": true, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": true, "type": "autodate" } ], "indexes": [ "CREATE UNIQUE INDEX `idx_externalAuths_record_provider` ON `_externalAuths` (collectionRef, recordRef, provider)", "CREATE UNIQUE INDEX `idx_externalAuths_collection_provider` ON `_externalAuths` (collectionRef, provider, providerId)" ], "system": true }, { "id": "pbc_2279338944", "listRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "viewRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "createRule": null, "updateRule": null, "deleteRule": null, "name": "_mfas", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text455797646", "max": 0, "min": 0, "name": "collectionRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text127846527", "max": 0, "min": 0, "name": "recordRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1582905952", "max": 0, "min": 0, "name": "method", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": true, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": true, "type": "autodate" } ], "indexes": [ "CREATE INDEX `idx_mfas_collectionRef_recordRef` ON `_mfas` (collectionRef,recordRef)" ], "system": true }, { "id": "pbc_1638494021", "listRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "viewRule": "@request.auth.id != '' && recordRef = @request.auth.id && collectionRef = @request.auth.collectionId", "createRule": null, "updateRule": null, "deleteRule": null, "name": "_otps", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text455797646", "max": 0, "min": 0, "name": "collectionRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text127846527", "max": 0, "min": 0, "name": "recordRef", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": true, "type": "text" }, { "cost": 8, "hidden": true, "id": "password901924565", "max": 0, "min": 0, "name": "password", "pattern": "", "presentable": false, "required": true, "system": true, "type": "password" }, { "autogeneratePattern": "", "hidden": true, "id": "text3866985172", "max": 0, "min": 0, "name": "sentTo", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": true, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": true, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": true, "type": "autodate" } ], "indexes": [ "CREATE INDEX `idx_otps_collectionRef_recordRef` ON `_otps` (collectionRef, recordRef)" ], "system": true }, { "id": "pbc_2984622541", "listRule": null, "viewRule": null, "createRule": null, "updateRule": null, "deleteRule": null, "name": "access_tokens", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1597481275", "max": 0, "min": 0, "name": "token", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3887632097", "max": 0, "min": 0, "name": "csrf", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "cascadeDelete": true, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation2375276105", "maxSelect": 0, "minSelect": 0, "name": "user", "presentable": true, "required": false, "system": false, "type": "relation" }, { "hidden": false, "id": "date2593941644", "max": "", "min": "", "name": "expires", "presentable": true, "required": true, "system": false, "type": "date" }, { "hidden": false, "id": "date1642549029", "max": "", "min": "", "name": "accessed", "presentable": false, "required": false, "system": false, "type": "date" }, { "autogeneratePattern": "", "hidden": false, "id": "text4101391790", "max": 0, "min": 0, "name": "url", "pattern": "", "presentable": true, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "select2063623452", "maxSelect": 1, "name": "status", "presentable": true, "required": true, "system": false, "type": "select", "values": [ "active", "expired", "invalid", "revoked" ] }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" } ], "indexes": [ "CREATE UNIQUE INDEX idx_access_tokens_token ON access_tokens (token COLLATE NOCASE)", "CREATE INDEX idx_access_tokens_user ON access_tokens (user COLLATE NOCASE)", "CREATE INDEX idx_access_tokens_expires ON access_tokens (expires COLLATE NOCASE)", "CREATE INDEX idx_access_tokens_accessed ON access_tokens (accessed COLLATE NOCASE)", "CREATE INDEX idx_access_tokens_url ON access_tokens (url COLLATE NOCASE)", "CREATE INDEX idx_access_tokens_status ON access_tokens (status COLLATE NOCASE)" ], "system": false }, { "id": "pbc_2726680096", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "agents", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1579384326", "max": 0, "min": 0, "name": "name", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "hidden": false, "id": "bool3701367592", "name": "corporate_body", "presentable": false, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "bool2717199721", "name": "fictional", "presentable": false, "required": false, "system": false, "type": "bool" }, { "exceptDomains": null, "hidden": false, "id": "url2216472865", "name": "uri", "onlyDomains": null, "presentable": false, "required": false, "system": false, "type": "url" }, { "autogeneratePattern": "", "hidden": false, "id": "text3930097111", "max": 0, "min": 0, "name": "biographical_data", "pattern": "", "presentable": true, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3130199401", "max": 0, "min": 0, "name": "profession", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3946252542", "max": 0, "min": 0, "name": "pseudonyms", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1422217831", "max": 0, "min": 0, "name": "refs", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "number2771203895", "max": null, "min": null, "name": "musenalm_id", "onlyInt": false, "presentable": false, "required": true, "system": false, "type": "number" }, { "hidden": false, "id": "select2585896838", "maxSelect": 0, "name": "edit_state", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Unknown", "ToDo", "Seen", "Partially Edited", "Waiting", "Review", "Edited" ] }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation3438408122", "maxSelect": 0, "minSelect": 0, "name": "editor", "presentable": false, "required": false, "system": false, "type": "relation" } ], "indexes": [ "CREATE UNIQUE INDEX idx_agents_musenalm_id ON agents (musenalm_id)", "CREATE INDEX idx_agents_name ON agents (name COLLATE NOCASE)", "CREATE INDEX idx_agents_uri ON agents (uri)", "CREATE INDEX idx_agents_editor ON agents (editor COLLATE NOCASE)" ], "system": false }, { "id": "pbc_4105455982", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "contents", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text4100553207", "max": 0, "min": 0, "name": "preferred_title", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text2881283894", "max": 0, "min": 0, "name": "variant_title", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text80196766", "max": 0, "min": 0, "name": "parallel_title", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1629706685", "max": 0, "min": 0, "name": "title_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3707655718", "max": 0, "min": 0, "name": "subtitle_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text2626590144", "max": 0, "min": 0, "name": "incipit_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1339220903", "max": 0, "min": 0, "name": "responsibility_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3024148491", "max": 0, "min": 0, "name": "place_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3700971489", "max": 0, "min": 0, "name": "publication_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "number3145888567", "max": null, "min": null, "name": "year", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "hidden": false, "id": "select3571151285", "maxSelect": 183, "name": "language", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "abk", "aar", "afr", "aka", "alb", "amh", "ara", "arg", "arm", "asm", "ava", "ave", "aym", "aze", "bam", "bak", "baq", "bel", "ben", "bis", "bos", "bre", "bul", "bur", "cat", "cha", "che", "nya", "chi", "chu", "chv", "cor", "cos", "cre", "hrv", "cze", "dan", "div", "dut", "dzo", "eng", "epo", "est", "ewe", "fao", "fij", "fin", "fre", "fry", "ful", "gla", "glg", "lug", "geo", "ger", "gre", "kal", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hun", "ice", "ido", "ibo", "ind", "ina", "ile", "iku", "ipk", "gle", "ita", "jpn", "jav", "kan", "kau", "kas", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "lub", "ltz", "mac", "mlg", "may", "mal", "mlt", "glv", "mao", "mar", "mah", "mon", "nau", "nav", "nde", "nbl", "ndo", "nep", "nor", "nob", "nno", "oci", "oji", "ori", "orm", "oss", "pli", "pus", "per", "pol", "por", "pan", "que", "rum", "roh", "run", "rus", "sme", "smo", "sag", "san", "srd", "srp", "sna", "snd", "sin", "slo", "slv", "som", "sot", "spa", "sun", "swa", "ssw", "swe", "tgl", "tah", "tgk", "tam", "tat", "tel", "tha", "tib", "tir", "ton", "tso", "tsn", "tur", "tuk", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wel", "wol", "xho", "iii", "yid", "yor", "zha", "zul" ] }, { "hidden": false, "id": "select1102887660", "maxSelect": 24, "name": "content_type", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "kartografisches Daten-Set", "kartografisches Bild", "kartografisches Bewegtbild", "kartografisches taktiles Bild", "kartografische taktile dreidimensionale Form", "kartografische dreidimensionale Form", "Computerdaten", "Computerprogramm", "Bewegungsnotation", "Noten", "aufgeführte Musik", "Geräusche", "gesprochenes Wort", "unbewegtes Bild", "taktiles Bild", "taktile Noten", "taktile Bewegungsnotation", "taktiler Text", "taktile dreidimensionale Form", "Text", "dreidimensionale Form", "dreidimensionales Bewegtbild", "zweidimensionales Bewegtbild", "aufgeführte Bewegung" ] }, { "autogeneratePattern": "", "hidden": false, "id": "text638474568", "max": 0, "min": 0, "name": "extent", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3799878565", "max": 0, "min": 0, "name": "dimensions", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "select3439976873", "maxSelect": 26, "name": "musenalm_type", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Corrigenda", "Diagramm", "Gedicht/Lied", "Graphik", "Graphik-Verzeichnis", "graph. Anleitung", "graph. Strickanleitung", "graph. Tanzanleitung", "Inhaltsverzeichnis", "Kalendarium", "Karte", "Musikbeigabe", "Musikbeigaben-Verzeichnis", "Motto", "Prosa", "Rätsel", "Sammlung", "Spiegel", "szen. Darstellung", "Tabelle", "Tafel", "Titel", "Text", "Trinkspruch", "Umschlag", "Widmung" ] }, { "hidden": false, "id": "select2897189794", "maxSelect": 21, "name": "musenalm_pagination", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "", "Alphabetische Seitenzählung", "7. Arabische Seitenzählung", "2. Römische Seitenzählung", "3. Römische Seitenzählung", "4. Römische Seitenzählung", "Römische Seitenzählung", "1. Arabische Seitenzählung", "3. Arabische Seitenzählung", "5. Arabische Seitenzählung", "6. Arabische Seitenzählung", "8. Arabische Seitenzählung", "1. Römische Seitenzählung", "6. Römische Seitenzählung", "2. Arabische Seitenzählung", "4. Arabische Seitenzählung", "5. Römische Seitenzählung", "7. Römische Seitenzählung", "8. Römische Seitenzählung", "Arabische Seitenzählung", "Sonstige Seitenzählung" ] }, { "hidden": false, "id": "file715453015", "maxSelect": 1000, "maxSize": 104857600, "mimeTypes": [ "application/pdf", "image/png", "image/vnd.mozilla.apng", "image/jpeg", "image/jp2", "image/jpx", "image/jpm", "image/gif", "image/jxs", "image/jxl", "image/x-xpixmap", "image/vnd.adobe.photoshop", "image/webp", "image/tiff", "image/bmp", "image/x-icon", "image/vnd.djvu", "image/bpg", "image/vnd.dwg", "image/x-icns", "image/heic", "image/heic-sequence", "image/heif", "image/heif-sequence", "image/vnd.radiance", "image/x-xcf", "image/x-gimp-pat", "image/x-gimp-gbr", "image/avif", "image/jxr", "image/svg+xml" ], "name": "scans", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": [ "0x300", "0x500", "0x1000", "300x0", "500x0", "1000x0" ], "type": "file" }, { "hidden": false, "id": "number3322904655", "max": null, "min": null, "name": "numbering", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "cascadeDelete": false, "collectionId": "pbc_3165375535", "hidden": false, "id": "relation771273669", "maxSelect": 1, "minSelect": 1, "name": "entries", "presentable": false, "required": true, "system": false, "type": "relation" }, { "hidden": false, "id": "number2771203895", "max": null, "min": null, "name": "musenalm_id", "onlyInt": false, "presentable": false, "required": true, "system": false, "type": "number" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "select2585896838", "maxSelect": 0, "name": "edit_state", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Unknown", "ToDo", "Seen", "Partially Edited", "Waiting", "Review", "Edited" ] }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation3438408122", "maxSelect": 0, "minSelect": 0, "name": "editor", "presentable": false, "required": false, "system": false, "type": "relation" } ], "indexes": [ "CREATE UNIQUE INDEX idx_contents_musenalm_id ON contents (musenalm_id)", "CREATE INDEX idx_contents_preferred_title ON contents (preferred_title COLLATE NOCASE)", "CREATE INDEX idx_contents_variant_title ON contents (variant_title COLLATE NOCASE)", "CREATE INDEX idx_contents_parallel_title ON contents (parallel_title COLLATE NOCASE)", "CREATE INDEX idx_contents_title_statement ON contents (title_statement COLLATE NOCASE)", "CREATE INDEX idx_contents_subtitle_statement ON contents (subtitle_statement COLLATE NOCASE)", "CREATE INDEX idx_contents_incipit_statement ON contents (incipit_statement COLLATE NOCASE)", "CREATE INDEX idx_contents_responsibility_statement ON contents (responsibility_statement COLLATE NOCASE)", "CREATE INDEX idx_contents_place_statement ON contents (place_statement COLLATE NOCASE)", "CREATE INDEX idx_contents_publication_statement ON contents (publication_statement COLLATE NOCASE)", "CREATE INDEX idx_contents_year ON contents (year COLLATE NOCASE)", "CREATE INDEX idx_contents_entries ON contents (entries)", "CREATE INDEX idx_contents_editor ON contents (editor COLLATE NOCASE)" ], "system": false }, { "id": "pbc_3165375535", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "entries", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text4100553207", "max": 0, "min": 0, "name": "preferred_title", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text2881283894", "max": 0, "min": 0, "name": "variant_title", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text80196766", "max": 0, "min": 0, "name": "parallel_title", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1629706685", "max": 0, "min": 0, "name": "title_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3707655718", "max": 0, "min": 0, "name": "subtitle_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text2626590144", "max": 0, "min": 0, "name": "incipit_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1339220903", "max": 0, "min": 0, "name": "responsibility_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3024148491", "max": 0, "min": 0, "name": "place_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3700971489", "max": 0, "min": 0, "name": "publication_statement", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "number3145888567", "max": null, "min": null, "name": "year", "onlyInt": false, "presentable": false, "required": false, "system": false, "type": "number" }, { "autogeneratePattern": "", "hidden": false, "id": "text2828081183", "max": 0, "min": 0, "name": "edition", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "select3571151285", "maxSelect": 183, "name": "language", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "abk", "aar", "afr", "aka", "alb", "amh", "ara", "arg", "arm", "asm", "ava", "ave", "aym", "aze", "bam", "bak", "baq", "bel", "ben", "bis", "bos", "bre", "bul", "bur", "cat", "cha", "che", "nya", "chi", "chu", "chv", "cor", "cos", "cre", "hrv", "cze", "dan", "div", "dut", "dzo", "eng", "epo", "est", "ewe", "fao", "fij", "fin", "fre", "fry", "ful", "gla", "glg", "lug", "geo", "ger", "gre", "kal", "grn", "guj", "hat", "hau", "heb", "her", "hin", "hmo", "hun", "ice", "ido", "ibo", "ind", "ina", "ile", "iku", "ipk", "gle", "ita", "jpn", "jav", "kan", "kau", "kas", "kaz", "khm", "kik", "kin", "kir", "kom", "kon", "kor", "kua", "kur", "lao", "lat", "lav", "lim", "lin", "lit", "lub", "ltz", "mac", "mlg", "may", "mal", "mlt", "glv", "mao", "mar", "mah", "mon", "nau", "nav", "nde", "nbl", "ndo", "nep", "nor", "nob", "nno", "oci", "oji", "ori", "orm", "oss", "pli", "pus", "per", "pol", "por", "pan", "que", "rum", "roh", "run", "rus", "sme", "smo", "sag", "san", "srd", "srp", "sna", "snd", "sin", "slo", "slv", "som", "sot", "spa", "sun", "swa", "ssw", "swe", "tgl", "tah", "tgk", "tam", "tat", "tel", "tha", "tib", "tir", "ton", "tso", "tsn", "tur", "tuk", "twi", "uig", "ukr", "urd", "uzb", "ven", "vie", "vol", "wln", "wel", "wol", "xho", "iii", "yid", "yor", "zha", "zul" ] }, { "hidden": false, "id": "select1102887660", "maxSelect": 24, "name": "content_type", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "kartografisches Daten-Set", "kartografisches Bild", "kartografisches Bewegtbild", "kartografisches taktiles Bild", "kartografische taktile dreidimensionale Form", "kartografische dreidimensionale Form", "Computerdaten", "Computerprogramm", "Bewegungsnotation", "Noten", "aufgeführte Musik", "Geräusche", "gesprochenes Wort", "unbewegtes Bild", "taktiles Bild", "taktile Noten", "taktile Bewegungsnotation", "taktiler Text", "taktile dreidimensionale Form", "Text", "dreidimensionale Form", "dreidimensionales Bewegtbild", "zweidimensionales Bewegtbild", "aufgeführte Bewegung" ] }, { "autogeneratePattern": "", "hidden": false, "id": "text638474568", "max": 0, "min": 0, "name": "extent", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3799878565", "max": 0, "min": 0, "name": "dimensions", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "select3736284078", "maxSelect": 56, "name": "carrier_type", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Tonträger", "Audiocartridge", "Phonographenzylinder", "Audiodisk", "Tonspurspule", "Notenrolle", "Audiokassette", "Tonbandspule", "Datenträger", "Speicherkarte", "Computerchip-Cartridge", "Computerdisk", "Computerdisk-Cartridge", "Magnetbandcartridge", "Magnetbandkassette", "Magnetbandspule", "Online-Ressource", "Datenträger für Mikroformen", "Mikrofilmlochkarte", "Mikrofiche", "Mikrofichekassette", "Mikrofilm-Cartridge", "Mikrofilmkassette", "Mikrofilmspule", "Mikrofilmstreifen", "Lichtundurchlässiger Mikrofiche", "Trägermedien für Mikroskop-Anwendungen", "Objektträger", "Datenträger von projizierbaren Bildern", "Filmdose", "Filmkassette", "Filmspule", "Filmstreifen", "Filmstreifen für Einzelbildvorführung", "Filmstreifen-Cartridge", "Overheadfolie", "Dia", "Stereografische Datenträger", "Stereobild", "Stereografische Disk", "Datenträger, die ohne Hilfsmittel zu benutzen sind", "Karte", "Flipchart", "Rolle", "Blatt", "Band", "Video-Datenträger", "Videocartridge", "Videokassette", "Videobandspule", "Mikrofilmrolle", "Gegenstand", "Videodisk", "Filmrolle", "Audio Belt", "Audio wire reel" ] }, { "autogeneratePattern": "", "hidden": false, "id": "text1422217831", "max": 0, "min": 0, "name": "refs", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "cascadeDelete": false, "collectionId": "pbc_3384545563", "hidden": false, "id": "relation4272909397", "maxSelect": 5000, "minSelect": 0, "name": "places", "presentable": false, "required": false, "system": false, "type": "relation" }, { "hidden": false, "id": "json49320009", "maxSize": 0, "name": "edit_fielddata", "presentable": false, "required": false, "system": false, "type": "json" }, { "hidden": false, "id": "json3047501443", "maxSize": 0, "name": "musenalm_deprecated", "presentable": false, "required": false, "system": false, "type": "json" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "number2771203895", "max": null, "min": null, "name": "musenalm_id", "onlyInt": false, "presentable": false, "required": true, "system": false, "type": "number" }, { "hidden": false, "id": "select2585896838", "maxSelect": 0, "name": "edit_state", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Unknown", "ToDo", "Seen", "Partially Edited", "Waiting", "Review", "Edited" ] }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation3438408122", "maxSelect": 0, "minSelect": 0, "name": "editor", "presentable": false, "required": false, "system": false, "type": "relation" } ], "indexes": [ "CREATE UNIQUE INDEX idx_entries_musenalm_id ON entries (musenalm_id)", "CREATE INDEX idx_entries_preferred_title ON entries (preferred_title COLLATE NOCASE)", "CREATE INDEX idx_entries_variant_title ON entries (variant_title COLLATE NOCASE)", "CREATE INDEX idx_entries_parallel_title ON entries (parallel_title COLLATE NOCASE)", "CREATE INDEX idx_entries_title_statement ON entries (title_statement COLLATE NOCASE)", "CREATE INDEX idx_entries_subtitle_statement ON entries (subtitle_statement COLLATE NOCASE)", "CREATE INDEX idx_entries_incipit_statement ON entries (incipit_statement COLLATE NOCASE)", "CREATE INDEX idx_entries_responsibility_statement ON entries (responsibility_statement COLLATE NOCASE)", "CREATE INDEX idx_entries_place_statement ON entries (place_statement COLLATE NOCASE)", "CREATE INDEX idx_entries_publication_statement ON entries (publication_statement COLLATE NOCASE)", "CREATE INDEX idx_entries_year ON entries (year COLLATE NOCASE)", "CREATE INDEX idx_entries_edition ON entries (edition COLLATE NOCASE)", "CREATE INDEX idx_entries_editor ON entries (editor COLLATE NOCASE)" ], "system": false }, { "id": "pbc_710432678", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "items", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "cascadeDelete": false, "collectionId": "pbc_3165375535", "hidden": false, "id": "relation771273669", "maxSelect": 0, "minSelect": 0, "name": "entries", "presentable": false, "required": false, "system": false, "type": "relation" }, { "autogeneratePattern": "", "hidden": false, "id": "text1999537002", "max": 0, "min": 0, "name": "identifier", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1587448267", "max": 0, "min": 0, "name": "location", "pattern": "", "presentable": true, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3479234172", "max": 0, "min": 0, "name": "owner", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "select1781309708", "maxSelect": 4, "name": "media", "presentable": true, "required": false, "system": false, "type": "select", "values": [ "Original", "Reproduktion", "Mikrofiche", "Digitalisat", "URL" ] }, { "autogeneratePattern": "", "hidden": false, "id": "text3184953411", "max": 0, "min": 0, "name": "condition", "pattern": "", "presentable": true, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "file715453015", "maxSelect": 1000, "maxSize": 104857600, "mimeTypes": [ "application/pdf", "image/png", "image/vnd.mozilla.apng", "image/jpeg", "image/jp2", "image/jpx", "image/jpm", "image/gif", "image/jxs", "image/jxl", "image/x-xpixmap", "image/vnd.adobe.photoshop", "image/webp", "image/tiff", "image/bmp", "image/x-icon", "image/vnd.djvu", "image/bpg", "image/vnd.dwg", "image/x-icns", "image/heic", "image/heic-sequence", "image/heif", "image/heif-sequence", "image/vnd.radiance", "image/x-xcf", "image/x-gimp-pat", "image/x-gimp-gbr", "image/avif", "image/jxr", "image/svg+xml" ], "name": "scans", "presentable": false, "protected": false, "required": false, "system": false, "thumbs": [ "0x300", "0x500", "0x1000", "300x0", "500x0", "1000x0" ], "type": "file" }, { "exceptDomains": null, "hidden": false, "id": "url2216472865", "name": "uri", "onlyDomains": null, "presentable": false, "required": false, "system": false, "type": "url" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "hidden": false, "id": "select2585896838", "maxSelect": 0, "name": "edit_state", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Unknown", "ToDo", "Seen", "Partially Edited", "Waiting", "Review", "Edited" ] }, { "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation3438408122", "maxSelect": 0, "minSelect": 0, "name": "editor", "presentable": false, "required": false, "system": false, "type": "relation" } ], "indexes": [ "CREATE INDEX idx_items_condition ON items (condition COLLATE NOCASE)", "CREATE INDEX idx_items_owner ON items (owner COLLATE NOCASE)", "CREATE INDEX idx_items_location ON items (location)", "CREATE INDEX idx_items_identifier ON items (identifier)", "CREATE INDEX idx_items_uri ON items (uri)", "CREATE INDEX idx_items_editor ON items (editor COLLATE NOCASE)" ], "system": false }, { "id": "pbc_1968884888", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_benutzerhinweise", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_3302325477", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_benutzerhinweise_abkuerzungen", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1988991868", "max": 0, "min": 0, "name": "Abkuerzung", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text106637298", "max": 0, "min": 0, "name": "Bedeutung", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" } ], "indexes": [], "system": false }, { "id": "pbc_4230957138", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_danksagungen", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_2592832734", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_einleitung", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_407021639", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_index", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor477353221", "maxSize": 0, "name": "Abs1", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor2239399103", "maxSize": 0, "name": "Abs2", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_3258840533", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_index_bilder", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text2713813176", "max": 0, "min": 0, "name": "Beschreibung", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "file3569893103", "maxSelect": 1, "maxSize": 104857600, "mimeTypes": [ "application/pdf", "image/png", "image/vnd.mozilla.apng", "image/jpeg", "image/jp2", "image/jpx", "image/jpm", "image/gif", "image/jxs", "image/jxl", "image/x-xpixmap", "image/vnd.adobe.photoshop", "image/webp", "image/tiff", "image/bmp", "image/x-icon", "image/vnd.djvu", "image/bpg", "image/vnd.dwg", "image/x-icns", "image/heic", "image/heic-sequence", "image/heif", "image/heif-sequence", "image/vnd.radiance", "image/x-xcf", "image/x-gimp-pat", "image/x-gimp-gbr", "image/avif", "image/jxr", "image/svg+xml" ], "name": "Bild", "presentable": false, "protected": false, "required": true, "system": false, "thumbs": [ "0x300", "0x500", "0x1000", "300x0", "500x0", "1000x0" ], "type": "file" }, { "hidden": false, "id": "file1087582929", "maxSelect": 1, "maxSize": 104857600, "mimeTypes": [ "application/pdf", "image/png", "image/vnd.mozilla.apng", "image/jpeg", "image/jp2", "image/jpx", "image/jpm", "image/gif", "image/jxs", "image/jxl", "image/x-xpixmap", "image/vnd.adobe.photoshop", "image/webp", "image/tiff", "image/bmp", "image/x-icon", "image/vnd.djvu", "image/bpg", "image/vnd.dwg", "image/x-icns", "image/heic", "image/heic-sequence", "image/heif", "image/heif-sequence", "image/vnd.radiance", "image/x-xcf", "image/x-gimp-pat", "image/x-gimp-gbr", "image/avif", "image/jxr", "image/svg+xml" ], "name": "Vorschau", "presentable": false, "protected": false, "required": true, "system": false, "thumbs": [ "0x300", "0x500", "0x1000", "300x0", "500x0", "1000x0" ], "type": "file" } ], "indexes": [], "system": false }, { "id": "pbc_447516100", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_kontakt", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_2815710030", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_lesekabinett", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_1892811745", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_literatur", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" } ], "indexes": [], "system": false }, { "id": "pbc_2344079762", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_reihen", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "convertURLs": false, "hidden": false, "id": "editor2612594937", "maxSize": 0, "name": "Text", "presentable": false, "required": false, "system": false, "type": "editor" }, { "hidden": false, "id": "file3569893103", "maxSelect": 1, "maxSize": 104857600, "mimeTypes": [ "application/pdf", "image/png", "image/vnd.mozilla.apng", "image/jpeg", "image/jp2", "image/jpx", "image/jpm", "image/gif", "image/jxs", "image/jxl", "image/x-xpixmap", "image/vnd.adobe.photoshop", "image/webp", "image/tiff", "image/bmp", "image/x-icon", "image/vnd.djvu", "image/bpg", "image/vnd.dwg", "image/x-icns", "image/heic", "image/heic-sequence", "image/heif", "image/heif-sequence", "image/vnd.radiance", "image/x-xcf", "image/x-gimp-pat", "image/x-gimp-gbr", "image/avif", "image/jxr", "image/svg+xml" ], "name": "Bild", "presentable": false, "protected": false, "required": true, "system": false, "thumbs": [ "0x300", "0x500", "0x1000", "300x0", "500x0", "1000x0" ], "type": "file" } ], "indexes": [], "system": false }, { "id": "pbc_1726870507", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "page_suche", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1122587778", "max": 0, "min": 0, "name": "Titel", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "convertURLs": false, "hidden": false, "id": "editor2713813176", "maxSize": 0, "name": "Beschreibung", "presentable": false, "required": false, "system": false, "type": "editor" }, { "autogeneratePattern": "", "hidden": false, "id": "text2230512042", "max": 0, "min": 0, "name": "Stichworte", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" } ], "indexes": [], "system": false }, { "id": "pbc_3384545563", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "places", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1579384326", "max": 0, "min": 0, "name": "name", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3946252542", "max": 0, "min": 0, "name": "pseudonyms", "pattern": "", "presentable": true, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "bool2717199721", "name": "fictional", "presentable": false, "required": false, "system": false, "type": "bool" }, { "exceptDomains": null, "hidden": false, "id": "url2216472865", "name": "uri", "onlyDomains": [ "geonames.org" ], "presentable": false, "required": false, "system": false, "type": "url" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "number2771203895", "max": null, "min": null, "name": "musenalm_id", "onlyInt": false, "presentable": false, "required": true, "system": false, "type": "number" }, { "hidden": false, "id": "select2585896838", "maxSelect": 0, "name": "edit_state", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Unknown", "ToDo", "Seen", "Partially Edited", "Waiting", "Review", "Edited" ] }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation3438408122", "maxSelect": 0, "minSelect": 0, "name": "editor", "presentable": false, "required": false, "system": false, "type": "relation" } ], "indexes": [ "CREATE UNIQUE INDEX idx_places_musenalm_id ON places (musenalm_id)", "CREATE INDEX idx_places_name ON places (name COLLATE NOCASE)", "CREATE INDEX idx_places_uri ON places (uri COLLATE NOCASE)", "CREATE INDEX idx_places_editor ON places (editor COLLATE NOCASE)" ], "system": false }, { "id": "pbc_218332259", "listRule": "", "viewRule": "", "createRule": null, "updateRule": null, "deleteRule": null, "name": "series", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text724990059", "max": 0, "min": 0, "name": "title", "pattern": "", "presentable": true, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3946252542", "max": 0, "min": 0, "name": "pseudonyms", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1422217831", "max": 0, "min": 0, "name": "refs", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text645904403", "max": 0, "min": 0, "name": "frequency", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "number2771203895", "max": null, "min": null, "name": "musenalm_id", "onlyInt": false, "presentable": false, "required": true, "system": false, "type": "number" }, { "hidden": false, "id": "select2585896838", "maxSelect": 0, "name": "edit_state", "presentable": false, "required": false, "system": false, "type": "select", "values": [ "Unknown", "ToDo", "Seen", "Partially Edited", "Waiting", "Review", "Edited" ] }, { "convertURLs": false, "hidden": false, "id": "editor776224498", "maxSize": 0, "name": "annotation", "presentable": false, "required": false, "system": false, "type": "editor" }, { "convertURLs": false, "hidden": false, "id": "editor780855766", "maxSize": 0, "name": "edit_comment", "presentable": false, "required": false, "system": false, "type": "editor" }, { "cascadeDelete": false, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation3438408122", "maxSelect": 0, "minSelect": 0, "name": "editor", "presentable": false, "required": false, "system": false, "type": "relation" } ], "indexes": [ "CREATE UNIQUE INDEX idx_series_musenalm_id ON series (musenalm_id)", "CREATE INDEX idx_series_title ON series (title COLLATE NOCASE)", "CREATE INDEX idx_series_editor ON series (editor COLLATE NOCASE)" ], "system": false }, { "id": "pbc_3660498186", "listRule": null, "viewRule": null, "createRule": null, "updateRule": null, "deleteRule": null, "name": "sessions", "type": "base", "fields": [ { "autogeneratePattern": "[a-z0-9]{15}", "hidden": false, "id": "text3208210256", "max": 15, "min": 15, "name": "id", "pattern": "^[a-z0-9]+$", "presentable": false, "primaryKey": true, "required": true, "system": true, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text1597481275", "max": 0, "min": 0, "name": "token", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text3887632097", "max": 0, "min": 0, "name": "csrf", "pattern": "", "presentable": false, "primaryKey": false, "required": true, "system": false, "type": "text" }, { "cascadeDelete": true, "collectionId": "_pb_users_auth_", "hidden": false, "id": "relation2375276105", "maxSelect": 0, "minSelect": 0, "name": "user", "presentable": true, "required": true, "system": false, "type": "relation" }, { "hidden": false, "id": "date2593941644", "max": "", "min": "", "name": "expires", "presentable": true, "required": true, "system": false, "type": "date" }, { "hidden": false, "id": "date1642549029", "max": "", "min": "", "name": "accessed", "presentable": false, "required": false, "system": false, "type": "date" }, { "autogeneratePattern": "", "hidden": false, "id": "text2783163181", "max": 0, "min": 0, "name": "ip", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "autogeneratePattern": "", "hidden": false, "id": "text646683805", "max": 0, "min": 0, "name": "agent", "pattern": "", "presentable": false, "primaryKey": false, "required": false, "system": false, "type": "text" }, { "hidden": false, "id": "bool3352904414", "name": "persist", "presentable": true, "required": false, "system": false, "type": "bool" }, { "hidden": false, "id": "select2063623452", "maxSelect": 1, "name": "status", "presentable": true, "required": true, "system": false, "type": "select", "values": [ "active", "expired", "invalid", "revoked" ] }, { "hidden": false, "id": "autodate2990389176", "name": "created", "onCreate": true, "onUpdate": false, "presentable": false, "system": false, "type": "autodate" }, { "hidden": false, "id": "autodate3332085495", "name": "updated", "onCreate": true, "onUpdate": true, "presentable": false, "system": false, "type": "autodate" } ], "indexes": [ "CREATE UNIQUE INDEX idx_sessions_token ON sessions (token COLLATE NOCASE)", "CREATE INDEX idx_sessions_user ON sessions (user COLLATE NOCASE)", "CREATE INDEX idx_sessions_expires ON sessions (expires COLLATE NOCASE)", "CREATE INDEX idx_sessions_accessed ON sessions (accessed COLLATE NOCASE)" ], "system": false } ]