Skip to content

Commit e107169

Browse files
committed
add demo pipestat schema
1 parent 4001c1e commit e107169

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

schemas/pipestat/object_result.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
title: Demo pipestat output schema
2+
description: Demostrates primitive and object result types
3+
type: object
4+
properties:
5+
pipeline_name: "refget"
6+
samples:
7+
type: object
8+
properties:
9+
value:
10+
type: string
11+
description: "Value of the object referred to by the key"
12+
mydict:
13+
type: object
14+
description: "Can pipestat handle nested objects?"

0 commit comments

Comments
 (0)