We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0d708 commit 4054255Copy full SHA for 4054255
development.md
@@ -1,7 +1,9 @@
1
+# Development
2
+
3
## Type generation from spec
4
5
<!-- TODO replace spec.json with the public url so we always get the latest version-->
6
7
```bash
8
uv run datamodel-codegen --input ./spec.json --input-file-type jsonschema --output ./src/a2a/types.py --target-python-version 3.10 --output-model-type pydantic_v2.BaseModel --disable-timestamp --use-schema-description --use-union-operator --use-field-description --use-default --use-default-kwarg --use-one-literal-as-default --class-name A2A --use-standard-collections
-```
9
+```
0 commit comments