Skip to content

SOA property policies

See the config-artifact guide for how to add, register, and deploy SOA property policies. This page covers how to name and organise them.

SOA property policy definitions live flat in configuration/soa_property_policies and are always .xml. tcli lint requires the .xml extension and a flat directory (no subdirectories), but does not otherwise constrain the file name.

We recommend lower_snake_case names that describe the policy’s scope, keeping them consistent with the other XML config artifacts:

custom_soa.xml
item_revision_custom.xml

Keep different policies in different files.