Get form schema
documentedReturn the JSON schema describing the form's structure.
GET /api/forms/{form_id}/schemaFormsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.cognitoforms.com/api/forms/{{$form_id}}/schema" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{COGNITOFORMS_API_KEY}}"