  * <fg=blue>Finish</> package configuration:
    1. Place your JSON Schema at <comment>config/jane/json-schema.json</>, or update <comment>json-schema-file</> in <comment>config/jane/json_schema.php</>
    2. Replace <comment>MyApp\Library\Generated</> with your own namespace in <comment>config/jane/json_schema.php</> and in <comment>config/packages/jane.yaml</>
    3. Add <comment>generated/</> directory to your composer autoload definition (eg. <comment>"MyApp\\Library\\Generated\\": "generated/"</>)
    4. Run <comment>bin/jane-json-schema-generate</>
    5. Once generation succeeded, uncomment the service in <comment>config/packages/jane.yaml</> to enable autowiring of the generated normalizer

Documentation: https://jane.jolicode.com/latest/
