diff options
-rw-r--r-- | spec/fixtures/api/schemas/registry/tag.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/fixtures/api/schemas/registry/tag.json b/spec/fixtures/api/schemas/registry/tag.json index 8998e223558..3a2c88791e1 100644 --- a/spec/fixtures/api/schemas/registry/tag.json +++ b/spec/fixtures/api/schemas/registry/tag.json @@ -16,8 +16,8 @@ }, "short_revision": { "type": "string", - "minLength": 8, - "maxLength": 8 + "minLength": 9, + "maxLength": 9 }, "total_size": { "type": "integer" |