Skip to content

Commit a3d6427

Browse files
committed
chore: add order and is_active to rules engine requests
1 parent bf32e82 commit a3d6427

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

edgeapplications.yaml

+15
Original file line numberDiff line numberDiff line change
@@ -4281,6 +4281,11 @@ components:
42814281
properties:
42824282
name:
42834283
type: string
4284+
order:
4285+
format: int64
4286+
type: integer
4287+
is_active:
4288+
type: boolean
42844289
description:
42854290
type: string
42864291
maxLength: 1000
@@ -4329,6 +4334,11 @@ components:
43294334
properties:
43304335
name:
43314336
type: string
4337+
order:
4338+
format: int64
4339+
type: integer
4340+
is_active:
4341+
type: boolean
43324342
description:
43334343
type: string
43344344
maxLength: 1000
@@ -4377,6 +4387,11 @@ components:
43774387
properties:
43784388
name:
43794389
type: string
4390+
order:
4391+
format: int64
4392+
type: integer
4393+
is_active:
4394+
type: boolean
43804395
description:
43814396
type: string
43824397
maxLength: 1000

0 commit comments

Comments
 (0)