Skip to content

Commit 8ee429f

Browse files
committed
use unconstrained transactioncontent
1 parent ae3399a commit 8ee429f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

models/core.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# generated by datamodel-codegen:
2-
# filename: https://raw.githubusercontent.com/eda-labs/openapi/refs/heads/main/core/core.json
3-
# timestamp: 2025-01-19T12:55:47+00:00
2+
# filename: core.json
3+
# timestamp: 2025-01-21T07:52:25+00:00
44

55
from __future__ import annotations
66

@@ -518,7 +518,7 @@ class TransactionContent(BaseModel):
518518
apiVersion: Optional[str] = None
519519
kind: Optional[str] = None
520520
metadata: Optional[Metadata] = None
521-
spec: Optional[Dict[str, Dict[str, Any]]] = None
521+
spec: Optional[Dict[str, Any]] = None
522522

523523

524524
class TransactionId(BaseModel):

0 commit comments

Comments
 (0)