We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4001c1e commit e107169Copy full SHA for e107169
schemas/pipestat/object_result.yaml
@@ -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
14
+ description: "Can pipestat handle nested objects?"
0 commit comments