Provides the JSON Schema definitions for Axway flow configurations in the Axway API Builder platform (version 5.4.3 as of this entry). This package defines the structure and validation rules for Axway flow objects, including triggers, conditions, and actions. It is a core dependency for building and validating flows in Axway's integration platform. The schema is versioned and updated with each release to support new flow capabilities. Key differentiators: it is the official schema package for the Axway ecosystem, essential for flow validation, and follows the Axway General Conditions license.
npm install axway-flow-schemaNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing the schema and using Ajv to validate a flow object against it.
Ensure you are an authorized Axway licensee and comply with the license terms.
Use the default import instead of reading the JSON file manually.
Ensure flows conform to the updated schema; use schema validation to identify incompatibilities.
Run: npm install axway-flow-schema
Add a 'triggers' array to the flow object.
Use a $ref parser like @apidevtools/json-schema-ref-parser to dereference the schema before validation.
No dependency data recorded yet.