Version 1.1
info
We use YAML type abbreviations to describe the supported types of fields.
The YAML snippets demonstrating the Pricing2Yaml specification are intentionally incomplete. Certain fields have been omitted for clarity and explanation purposes.
saasName
- required
- Field type:
str
Name of the pricing.
saasName: "Petclinic"
| Pricing4Java | Pricing4TS | |
saasName | ✓ | ✓ |
version
- required
- Supported value:
1.1
Version of the Pricing2Yaml specification
version: "1.1"
Libraries support
| Pricing4Java | Pricing4TS | |
version | ✓ | ✓ |
starts
warning
starts field is deprecated from version 2.0 of Pricing2Yaml, It should no longuer be used.
- optional
- Field type:
timestamp
Indicates the point in time at which the pricing begins to operate.
starts: 2024-11-17 10:00:00
Libraries support
| Pricing4Java | Pricing4TS | |
starts | ✓ | ✗ |
ends
warning
ends field is deprecated from version 2.0 of Pricing2Yaml, It should no longuer be used.
- optional
- Field type:
timestamp
Indicates the point in time at which the pricing ends its operation.
ends: 2025-11-17 10:00:00
Libraries support
| Pricing4Java | Pricing4TS | |
ends | ✓ | ✗ |