Skip to content

transformations

transformations

Transformation pydantic-model

Bases: BaseModel

Show JSON schema:
{
  "description": "    \n    ",
  "properties": {
    "id": {
      "title": "Id",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "title": "Transformation",
  "type": "object"
}

Fields: