workfloworchestrator / pydantic-forms

Define JSON scheme with pydantic so a frontend can generate forms with pydantic validators
Apache License 2.0
8 stars 0 forks source link

Support metadata on FormPages #23

Closed dmarjenburgh closed 5 months ago

dmarjenburgh commented 5 months ago

Allow adding metadata on FormPages. A use case is for communicating presentation details to the frontend without affecting the existing properties, serialization or validation.

To do this, create a ClassVar[JSON] field on a FormPage class.

codecov[bot] commented 5 months ago

Welcome to Codecov :tada:

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered :open_umbrella: