com.atproto lexicions: longer rkey length (#2949)
* bump lexicon rkey limits to match specs * codegen
This commit is contained in:
parent
b6eeb81c6d
commit
cdc0bbf389
lexicons/com/atproto/repo
packages
api/src/client
bsky/src/lexicon
ozone/src/lexicon
pds/src/lexicon
@ -70,7 +70,7 @@
|
||||
"required": ["collection", "value"],
|
||||
"properties": {
|
||||
"collection": { "type": "string", "format": "nsid" },
|
||||
"rkey": { "type": "string", "maxLength": 15 },
|
||||
"rkey": { "type": "string", "maxLength": 512 },
|
||||
"value": { "type": "unknown" }
|
||||
}
|
||||
},
|
||||
|
@ -24,7 +24,7 @@
|
||||
"rkey": {
|
||||
"type": "string",
|
||||
"description": "The Record Key.",
|
||||
"maxLength": 15
|
||||
"maxLength": 512
|
||||
},
|
||||
"validate": {
|
||||
"type": "boolean",
|
||||
|
@ -25,7 +25,7 @@
|
||||
"rkey": {
|
||||
"type": "string",
|
||||
"description": "The Record Key.",
|
||||
"maxLength": 15
|
||||
"maxLength": 512
|
||||
},
|
||||
"validate": {
|
||||
"type": "boolean",
|
||||
|
@ -1341,7 +1341,7 @@ export const schemaDict = {
|
||||
},
|
||||
rkey: {
|
||||
type: 'string',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
value: {
|
||||
type: 'unknown',
|
||||
@ -1450,7 +1450,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
@ -1901,7 +1901,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
|
@ -1341,7 +1341,7 @@ export const schemaDict = {
|
||||
},
|
||||
rkey: {
|
||||
type: 'string',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
value: {
|
||||
type: 'unknown',
|
||||
@ -1450,7 +1450,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
@ -1901,7 +1901,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
|
@ -1341,7 +1341,7 @@ export const schemaDict = {
|
||||
},
|
||||
rkey: {
|
||||
type: 'string',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
value: {
|
||||
type: 'unknown',
|
||||
@ -1450,7 +1450,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
@ -1901,7 +1901,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
|
@ -1341,7 +1341,7 @@ export const schemaDict = {
|
||||
},
|
||||
rkey: {
|
||||
type: 'string',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
value: {
|
||||
type: 'unknown',
|
||||
@ -1450,7 +1450,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
@ -1901,7 +1901,7 @@ export const schemaDict = {
|
||||
rkey: {
|
||||
type: 'string',
|
||||
description: 'The Record Key.',
|
||||
maxLength: 15,
|
||||
maxLength: 512,
|
||||
},
|
||||
validate: {
|
||||
type: 'boolean',
|
||||
|
Loading…
x
Reference in New Issue
Block a user