You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will output any problems there may be with the metadata file.
@@ -432,3 +433,9 @@ be changed by the end user at any time, such as mandatory fields or custom field
432
433
- In current metadata format (v0.2.0), the order and human-readable name are taken from the enum values defined on the controlling field
433
434
- If the `states` field is not provided, default DevRev states will be used: `open`, `in_progress` and `closed`
434
435
</Steps>
436
+
437
+
## Metadata requirement
438
+
439
+
You are required to provide an `external_domain_metadata.json` file from your extractor, describing the logical schema of the external system.
440
+
The detailed format of this metadata is defined by the `external_domain_metadata_schema.json` file. The file is available as part of the chef-cli package.
441
+
There, you can also find an example of a metadata file (`metadata.json`).
0 commit comments