The manifest is the core artifact generated by Conduit that contains the relevant information about the app. This information can be used to train the backend or dispatch incoming requests to methods.
Properties
string ID[Get]
The App ID.
string Version[Get]
The version of the Manifest format.
string Domain[Get]
A human friendly name for the application/domain.
List< ManifestEntity > Entities[Get]
List of relevant entities.
List< ManifestAction > Actions[Get]
List of relevant actions (methods).
Dictionary< string, Type > CustomEntityTypes[Get]
If entities are resolved, this will hold their data types. This will be empty if entities were not explicitly resolved.