Package io.deeplumen.ucp.helpers
Class UcpCapabilities
java.lang.Object
io.deeplumen.ucp.helpers.UcpCapabilities
Well-known capability identifiers from the UCP specification.
These are optional helpers; users may always provide arbitrary capability names as strings. This class intentionally does not validate capability names or restrict extensions.
Usage:
// Example: building a capability reference as a Map for open-ended schema fields.
Map<String, Object> checkout =
Map.of("name", UcpCapabilities.SHOPPING_CHECKOUT, "version", "2026-01-11");
-
Field Details
-
SHOPPING_CHECKOUT
- See Also:
-
SHOPPING_FULFILLMENT
- See Also:
-
SHOPPING_DISCOUNT
- See Also:
-
SHOPPING_ORDER
- See Also:
-