Get JSON Schema fragments for the agent form
Return the JSON Schema fragments used by the frontend to render the agent create / edit forms.
The frontend uses three sections — identity, context config, and
react config — so we return them as separate self-contained schemas
rather than a single AgentData schema with $refs.
Returns:
AgentSchemaResponse:
Schemas for the three form sections.
Response
Successful Response
JSON Schema fragments used by the frontend to render the agent create / edit forms.
Each fragment is a self-contained JSON Schema object so the frontend
doesn't need to follow $ref links across fragments. The frontend
pairs each property with an i18n key derived from its path, so labels
and descriptions remain localizable independently of the backend.