YAMLModel#

pydantic model phalanx.models.argocd.YAMLModel#

A model that accepts camelCase keys.

Parameters:

data (Any)

Show JSON schema
{
   "title": "YAMLModel",
   "description": "A model that accepts camelCase keys.",
   "type": "object",
   "properties": {}
}

Config:
  • alias_generator: function = <function to_camel at 0x7f5fa69773d0>

  • populate_by_name: bool = True

  • validate_by_alias: bool = True

  • validate_by_name: bool = True