@@ -1421,6 +1421,8 @@ components:
14211421 - direction
14221422 - expiration
14231423 CrudKeyWrite :
1424+ description : ' Schema for write operation'
1425+ title : CrudKeyWrite
14241426 type : object
14251427 properties :
14261428 operation :
@@ -1431,8 +1433,14 @@ components:
14311433 value :
14321434 oneOf :
14331435 - type : string
1436+ description : ' A string'
1437+ title : ' A string'
14341438 - type : number
1439+ description : ' A number'
1440+ title : ' A number'
14351441 - type : boolean
1442+ description : ' true or false'
1443+ title : ' A boolean'
14361444 expiration_ts :
14371445 type : integer
14381446 required :
@@ -1441,6 +1449,8 @@ components:
14411449 - value
14421450 additionalProperties : false
14431451 CrudKeyAdd :
1452+ description : ' Schema for add operation'
1453+ title : CrudKeyAdd
14441454 type : object
14451455 properties :
14461456 operation :
@@ -1451,8 +1461,14 @@ components:
14511461 value :
14521462 oneOf :
14531463 - type : string
1464+ description : ' A string'
1465+ title : ' A string'
14541466 - type : number
1467+ description : ' A number'
1468+ title : ' A number'
14551469 - type : boolean
1470+ description : ' true or false'
1471+ title : ' A boolean'
14561472 expiration_ts :
14571473 type : integer
14581474 exclude :
@@ -1463,6 +1479,8 @@ components:
14631479 - value
14641480 additionalProperties : false
14651481 CrudKeySubtract :
1482+ description : ' Schema for subtract operation'
1483+ title : CrudKeySubtract
14661484 type : object
14671485 properties :
14681486 operation :
@@ -1473,14 +1491,22 @@ components:
14731491 value :
14741492 oneOf :
14751493 - type : string
1494+ description : ' A string'
1495+ title : ' A string'
14761496 - type : number
1497+ description : ' A number'
1498+ title : ' A number'
14771499 - type : boolean
1500+ description : ' true or false'
1501+ title : ' A boolean'
14781502 required :
14791503 - operation
14801504 - key
14811505 - value
14821506 additionalProperties : false
14831507 CrudKeyDelete :
1508+ description : ' Schema for delete operation'
1509+ title : CrudKeyDelete
14841510 type : object
14851511 properties :
14861512 operation :
@@ -1493,6 +1519,8 @@ components:
14931519 - key
14941520 additionalProperties : false
14951521 CrudKeyRead :
1522+ description : ' Schema for read operation'
1523+ title : CrudKeyRead
14961524 type : object
14971525 properties :
14981526 operation :
0 commit comments