From 82d4e2f14bd890159b2d5e87a70a338e6dbe0767 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Fri, 25 Jul 2025 11:38:13 -0700 Subject: [PATCH] job schema tweak -- more info: https://github.com/pyeve/cerberus/issues/220 --- brozzler/job_schema.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/brozzler/job_schema.yaml b/brozzler/job_schema.yaml index acaf20a..5da74f8 100644 --- a/brozzler/job_schema.yaml +++ b/brozzler/job_schema.yaml @@ -1,9 +1,3 @@ -account_id: - type: - - string - - integer - required: false - id: type: - string @@ -111,3 +105,9 @@ max_claimed_sites: pdfs_only: type: boolean + +account_id: + type: + - string + - integer + required: false