diff --git a/brozzler/job_schema.yaml b/brozzler/job_schema.yaml index 0f23c17..4bea483 100644 --- a/brozzler/job_schema.yaml +++ b/brozzler/job_schema.yaml @@ -1,5 +1,7 @@ id: - type: string + type: + - string + - integer required: true <<: &multi_level_options @@ -79,4 +81,4 @@ seeds: type: url required: true - <<: *multi_level_options \ No newline at end of file + <<: *multi_level_options diff --git a/setup.py b/setup.py index babd7c8..625d591 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def find_package_data(package): setuptools.setup( name='brozzler', - version='1.1b7.dev105', + version='1.1b7.dev106', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt',