Skip to content

Commit

Permalink
Merge pull request #690 from RockefellerArchiveCenter/schemas
Browse files Browse the repository at this point in the history
Update schemas and validator
  • Loading branch information
helrond authored Nov 22, 2024
2 parents 91b3f85 + c9ecf11 commit 98d3c49
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion rac_schemas
Submodule rac_schemas updated 43 files
+3 −3 .pre-commit-config.yaml
+4 −3 .travis.yml
+5 −0 fixtures/invalid/files/invalid-download.json
+5 −0 fixtures/invalid/files/invalid-manifest.json
+4 −0 fixtures/invalid/files/invalid-title.json
+4 −0 fixtures/invalid/files/no-title.json
+3 −0 fixtures/invalid/files/only-title.json
+93 −0 fixtures/invalid/object/no-files.json
+5 −0 fixtures/valid/files/1.json
+4 −0 fixtures/valid/files/2.json
+4 −0 fixtures/valid/files/3.json
+7 −0 fixtures/valid/object/2dtie45rkows3ikkqyum4mhs84.json
+1 −0 fixtures/valid/object/2hwurdpaojvio77ebzw4mx7tc5.json
+6 −0 fixtures/valid/object/2iqgin43r8ova7te3he9dvjrd5.json
+6 −0 fixtures/valid/object/2o7yiw24fsvnaq5own2q7krh52.json
+11 −0 fixtures/valid/object/2q6w8fjw9zp5ic69owfzhd6352.json
+1 −1 requirements.txt
+2 −2 schemas/accession.json
+15 −15 schemas/agent.json
+3 −3 schemas/aurora_bag.json
+3 −3 schemas/av_digitization_bag.json
+115 −75 schemas/base.json
+18 −18 schemas/collection.json
+2 −2 schemas/copyright_basis.json
+2 −2 schemas/date.json
+3 −3 schemas/digitization_bag.json
+2 −2 schemas/extent.json
+2 −2 schemas/external_identifier.json
+9 −0 schemas/files.json
+2 −2 schemas/group.json
+2 −2 schemas/language.json
+3 −3 schemas/legacy_digital_bag.json
+2 −2 schemas/license_basis.json
+2 −2 schemas/note.json
+27 −17 schemas/object.json
+2 −2 schemas/other_basis.json
+2 −2 schemas/reference.json
+2 −2 schemas/rights_basis_information.json
+2 −2 schemas/rights_granted.json
+2 −2 schemas/rights_statement.json
+2 −2 schemas/statute_basis.json
+8 −8 schemas/term.json
+1 −1 tox.ini
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ pyClamd~=0.4
python-dateutil~=2.8
python-jose~=3.3
PyYAML~=6.0
rac-schema-validator~=0.1
rac-schema-validator~=1.0
requests~=2.27
uritemplate~=4.1
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ bagit==1.8.1
# bagit-profile
bagit-profile==1.3.1
# via -r requirements.in
boltons==24.0.0
boltons==24.1.0
# via archivessnake
boto3==1.35.53
boto3==1.35.67
# via -r requirements.in
botocore==1.35.53
botocore==1.35.67
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -89,7 +89,7 @@ jsonschema-specifications==2024.10.1
# via jsonschema
more-itertools==10.5.0
# via archivessnake
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements.in
odin==2.10
# via asterism
Expand All @@ -103,7 +103,7 @@ pyclamd==0.4.0
# via -r requirements.in
pycparser==2.22
# via cffi
pyjwt[crypto]==2.9.0
pyjwt[crypto]==2.10.0
# via
# drf-jwt
# pyjwt
Expand All @@ -117,7 +117,7 @@ pyyaml==6.0.2
# via
# -r requirements.in
# archivessnake
rac-schema-validator==0.1
rac-schema-validator==1.0
# via -r requirements.in
rapidfuzz==3.10.1
# via archivessnake
Expand All @@ -130,19 +130,19 @@ requests==2.32.3
# -r requirements.in
# archivessnake
# bagit-profile
rpds-py==0.20.1
rpds-py==0.21.0
# via
# jsonschema
# referencing
rsa==4.9
# via python-jose
s3transfer==0.10.3
s3transfer==0.10.4
# via boto3
six==1.16.0
# via
# ecdsa
# python-dateutil
sqlparse==0.5.1
sqlparse==0.5.2
# via django
structlog==24.4.0
# via archivessnake
Expand Down

0 comments on commit 98d3c49

Please sign in to comment.