Skip to content

Commit c82495c

Browse files
fix unnecessary changes in schema json
Signed-off-by: hirokuni-kitahara <[email protected]>
1 parent 008e0ec commit c82495c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/pdl/pdl-schema.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
"items": {
381381
"anyOf": [
382382
{
383-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
383+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
384384
},
385385
{
386386
"type": "string"
@@ -1235,7 +1235,7 @@
12351235
"call": {
12361236
"anyOf": [
12371237
{
1238-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1238+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
12391239
},
12401240
{},
12411241
{
@@ -1248,7 +1248,7 @@
12481248
"args": {
12491249
"anyOf": [
12501250
{
1251-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1251+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
12521252
},
12531253
{},
12541254
{
@@ -1809,7 +1809,7 @@
18091809
"value": {
18101810
"anyOf": [
18111811
{
1812-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
1812+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
18131813
},
18141814
{
18151815
"items": {},
@@ -2173,7 +2173,7 @@
21732173
"data": {
21742174
"anyOf": [
21752175
{
2176-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
2176+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
21772177
},
21782178
{},
21792179
{
@@ -4127,7 +4127,7 @@
41274127
"model": {
41284128
"anyOf": [
41294129
{
4130-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4130+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
41314131
},
41324132
{},
41334133
{
@@ -4273,7 +4273,7 @@
42734273
"backend": {
42744274
"anyOf": [
42754275
{
4276-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4276+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
42774277
},
42784278
{
42794279
"type": "string"
@@ -4289,7 +4289,7 @@
42894289
"processor": {
42904290
"anyOf": [
42914291
{
4292-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4292+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
42934293
},
42944294
{
42954295
"type": "string"
@@ -4305,7 +4305,7 @@
43054305
"parameters": {
43064306
"anyOf": [
43074307
{
4308-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4308+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
43094309
},
43104310
{
43114311
"additionalProperties": true,
@@ -4675,7 +4675,7 @@
46754675
"if": {
46764676
"anyOf": [
46774677
{
4678-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
4678+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
46794679
},
46804680
{
46814681
"type": "boolean"
@@ -6601,7 +6601,7 @@
66016601
"model": {
66026602
"anyOf": [
66036603
{
6604-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
6604+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
66056605
},
66066606
{
66076607
"type": "string"
@@ -6749,7 +6749,7 @@
67496749
"$ref": "#/$defs/LitellmParameters"
67506750
},
67516751
{
6752-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
6752+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
67536753
},
67546754
{
67556755
"additionalProperties": true,
@@ -7175,7 +7175,7 @@
71757175
"title": "LitellmParameters",
71767176
"type": "object"
71777177
},
7178-
"LocalizedExpression__ExpressionTypeT_": {
7178+
"LocalizedExpression_TypeVar_": {
71797179
"additionalProperties": false,
71807180
"properties": {
71817181
"pdl__expr": {
@@ -7554,7 +7554,7 @@
75547554
"match": {
75557555
"anyOf": [
75567556
{
7557-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
7557+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
75587558
},
75597559
{},
75607560
{
@@ -7620,7 +7620,7 @@
76207620
"if": {
76217621
"anyOf": [
76227622
{
7623-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
7623+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
76247624
},
76257625
{
76267626
"type": "boolean"
@@ -9612,7 +9612,7 @@
96129612
"read": {
96139613
"anyOf": [
96149614
{
9615-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
9615+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
96169616
},
96179617
{
96189618
"type": "string"
@@ -10050,7 +10050,7 @@
1005010050
"additionalProperties": {
1005110051
"anyOf": [
1005210052
{
10053-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
10053+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1005410054
},
1005510055
{
1005610056
"items": {},
@@ -10074,7 +10074,7 @@
1007410074
"while": {
1007510075
"anyOf": [
1007610076
{
10077-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
10077+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1007810078
},
1007910079
{
1008010080
"type": "boolean"
@@ -10174,7 +10174,7 @@
1017410174
"until": {
1017510175
"anyOf": [
1017610176
{
10177-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
10177+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1017810178
},
1017910179
{
1018010180
"type": "boolean"
@@ -10190,7 +10190,7 @@
1019010190
"max_iterations": {
1019110191
"anyOf": [
1019210192
{
10193-
"$ref": "#/$defs/LocalizedExpression__ExpressionTypeT_"
10193+
"$ref": "#/$defs/LocalizedExpression_TypeVar_"
1019410194
},
1019510195
{
1019610196
"type": "integer"

0 commit comments

Comments
 (0)