4d-validate-form

Validate 4D form files (.4DForm) against the official JSON schema. Use this skill when the user wants to validate, check, or verify a 4D form file for errors. Detects invalid properties, missing required fields, and type mismatches.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "4d-validate-form" with this command: npx skills add e-marchand/skills/e-marchand-skills-4d-validate-form

4D Form Validator

Validate .4DForm files against the 4D forms JSON schema.

Usage

python scripts/validate_form.py <path/to/form.4DForm>
# Or use just the form name (resolves to Project/Sources/Forms/<name>/form.4DForm)
python scripts/validate_form.py <FormName>

Examples

# Full path
python scripts/validate_form.py Project/Sources/Forms/MyForm/form.4DForm

# Just form name (shorter, fewer tokens)
python scripts/validate_form.py MyForm

Requires jsonschema package: pip install jsonschema

Resources

  • scripts/validate_form.py - Validation script
  • assets/formsSchema.json - Official 4D forms JSON schema

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

4d-run

No summary provided by upstream source.

Repository SourceNeeds Review
General

4d-clean-project

No summary provided by upstream source.

Repository SourceNeeds Review
General

4d-create-project

No summary provided by upstream source.

Repository SourceNeeds Review