BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
12 / 18 · Module 15 — Deployment and Operations · filtered: cheatsheet← prev⊞ allnext →

15.5`mule-artifact.json`

You'll encounter:

mule-artifact.json

This contains Mule application metadata.

Conceptually it tells Mule things such as:

required Mule runtime version
application configuration metadata
exported resources/packages
secure-property metadata

You don't need to memorize its schema for the interview.

Know that:

pom.xml

is largely Maven/build/dependency configuration,

while:

mule-artifact.json

describes the Mule artifact itself.