Skip to content

Commit 0000bad

Browse files
fix md changes
1 parent bec0854 commit 0000bad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,23 +2568,23 @@ Create an input field with metadata.
25682568

25692569
### DeriverInputSchema
25702570

2571-
Schema for deriver input data.
2571+
Pydantic model for deriver schema input data.
25722572

25732573
**Attributes**:
25742574

25752575
- `timestamp` _datetime_ - The timestamp for the input.
25762576

25772577
### DeriverOutputSchema
25782578

2579-
Schema for deriver output data.
2579+
Pydantic model for deriver schema output data.
25802580

25812581
**Attributes**:
25822582

25832583
- `timestamp` _datetime_ - The timestamp for the output.
25842584

25852585
### DeriverSchema
25862586

2587-
Schema for a deriver.
2587+
Pydantic model for a deriver schema.
25882588

25892589
**Attributes**:
25902590

@@ -2617,7 +2617,7 @@ Create an output field with metadata.
26172617

26182618
### DeriverSchemaOutputWithDAG
26192619

2620-
Deriver schema output with DAG information.
2620+
Pydantic model for deriver schema output with DAG information.
26212621

26222622
**Attributes**:
26232623

@@ -2629,7 +2629,7 @@ Deriver schema output with DAG information.
26292629

26302630
### DeriverSchemaInput
26312631

2632-
Schema for deriver input with suggested inputs.
2632+
Pydantic model for deriver schema input with suggested inputs.
26332633

26342634
**Attributes**:
26352635

@@ -2641,7 +2641,7 @@ Schema for deriver input with suggested inputs.
26412641

26422642
### DeriverSchemaDAG
26432643

2644-
Schema for a deriver schema DAG.
2644+
Pydantic model for a deriver schema DAG.
26452645

26462646
**Attributes**:
26472647

0 commit comments

Comments
 (0)