Skip to content

Commit ec7b5be

Browse files
update pdl-schema.json
Signed-off-by: hirokuni-kitahara <[email protected]>
1 parent 37fbd64 commit ec7b5be

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

src/pdl/pdl-schema.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@
416416
"items": {
417417
"anyOf": [
418418
{
419-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
419+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
420420
},
421421
{
422422
"type": "string"
@@ -1347,7 +1347,7 @@
13471347
"call": {
13481348
"anyOf": [
13491349
{
1350-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1350+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
13511351
},
13521352
{},
13531353
{
@@ -1360,7 +1360,7 @@
13601360
"args": {
13611361
"anyOf": [
13621362
{
1363-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1363+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
13641364
},
13651365
{},
13661366
{
@@ -1958,7 +1958,7 @@
19581958
"value": {
19591959
"anyOf": [
19601960
{
1961-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1961+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
19621962
},
19631963
{
19641964
"items": {},
@@ -2358,7 +2358,7 @@
23582358
"data": {
23592359
"anyOf": [
23602360
{
2361-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
2361+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
23622362
},
23632363
{},
23642364
{
@@ -3724,7 +3724,9 @@
37243724
"function": {
37253725
"anyOf": [
37263726
{
3727-
"additionalProperties": true,
3727+
"additionalProperties": {
3728+
"$ref": "#/$defs/PdlTypeType"
3729+
},
37283730
"type": "object"
37293731
},
37303732
{
@@ -4597,7 +4599,7 @@
45974599
"model": {
45984600
"anyOf": [
45994601
{
4600-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
4602+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
46014603
},
46024604
{},
46034605
{
@@ -4743,7 +4745,7 @@
47434745
"backend": {
47444746
"anyOf": [
47454747
{
4746-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
4748+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
47474749
},
47484750
{
47494751
"type": "string"
@@ -4759,7 +4761,7 @@
47594761
"processor": {
47604762
"anyOf": [
47614763
{
4762-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
4764+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
47634765
},
47644766
{
47654767
"type": "string"
@@ -4775,7 +4777,7 @@
47754777
"parameters": {
47764778
"anyOf": [
47774779
{
4778-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
4780+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
47794781
},
47804782
{
47814783
"additionalProperties": true,
@@ -5185,7 +5187,7 @@
51855187
"if": {
51865188
"anyOf": [
51875189
{
5188-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
5190+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
51895191
},
51905192
{
51915193
"type": "boolean"
@@ -7402,7 +7404,7 @@
74027404
"model": {
74037405
"anyOf": [
74047406
{
7405-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
7407+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
74067408
},
74077409
{
74087410
"type": "string"
@@ -7550,7 +7552,7 @@
75507552
"$ref": "#/$defs/LitellmParameters"
75517553
},
75527554
{
7553-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
7555+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
75547556
},
75557557
{
75567558
"additionalProperties": true,
@@ -7976,7 +7978,7 @@
79767978
"title": "LitellmParameters",
79777979
"type": "object"
79787980
},
7979-
"LocalizedExpression_TypeVar_": {
7981+
"LocalizedExpression__ExpressionTypeT_": {
79807982
"additionalProperties": false,
79817983
"properties": {
79827984
"pdl__expr": {
@@ -8395,7 +8397,7 @@
83958397
"match": {
83968398
"anyOf": [
83978399
{
8398-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
8400+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
83998401
},
84008402
{},
84018403
{
@@ -8461,7 +8463,7 @@
84618463
"if": {
84628464
"anyOf": [
84638465
{
8464-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
8466+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
84658467
},
84668468
{
84678469
"type": "boolean"
@@ -9067,7 +9069,7 @@
90679069
"name": {
90689070
"anyOf": [
90699071
{
9070-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
9072+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
90719073
},
90729074
{
90739075
"type": "string"
@@ -9083,7 +9085,7 @@
90839085
"tool_call_id": {
90849086
"anyOf": [
90859087
{
9086-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
9088+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
90879089
},
90889090
{
90899091
"type": "string"
@@ -9952,8 +9954,7 @@
99529954
"spec": {
99539955
"anyOf": [
99549956
{
9955-
"additionalProperties": true,
9956-
"type": "object"
9957+
"$ref": "#/$defs/PdlTypeType"
99579958
},
99589959
{
99599960
"type": "null"
@@ -10652,7 +10653,7 @@
1065210653
"read": {
1065310654
"anyOf": [
1065410655
{
10655-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
10656+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1065610657
},
1065710658
{
1065810659
"type": "string"
@@ -10709,8 +10710,7 @@
1070910710
"spec": {
1071010711
"anyOf": [
1071110712
{
10712-
"additionalProperties": true,
10713-
"type": "object"
10713+
"$ref": "#/$defs/PdlTypeType"
1071410714
},
1071510715
{
1071610716
"type": "null"
@@ -11129,7 +11129,7 @@
1112911129
"additionalProperties": {
1113011130
"anyOf": [
1113111131
{
11132-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
11132+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1113311133
},
1113411134
{
1113511135
"items": {},
@@ -11153,7 +11153,7 @@
1115311153
"while": {
1115411154
"anyOf": [
1115511155
{
11156-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
11156+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1115711157
},
1115811158
{
1115911159
"type": "boolean"
@@ -11253,7 +11253,7 @@
1125311253
"until": {
1125411254
"anyOf": [
1125511255
{
11256-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
11256+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1125711257
},
1125811258
{
1125911259
"type": "boolean"
@@ -11269,7 +11269,7 @@
1126911269
"max_iterations": {
1127011270
"anyOf": [
1127111271
{
11272-
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
11272+
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1127311273
},
1127411274
{
1127511275
"type": "integer"

0 commit comments

Comments
 (0)