mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
18 lines
629 B
JSON
18 lines
629 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "https://www.espocrm.com/schema/metadata/app/currencyConversion.json",
|
|
"title": "app/currencyConversion",
|
|
"description": "Currency conversion.",
|
|
"type": "object",
|
|
"properties": {
|
|
"entityConverterClassNameMap": {
|
|
"type": "object",
|
|
"description": "Currency converters.",
|
|
"additionalProperties": {
|
|
"type": "string",
|
|
"description": "An entity currency converter. Should implement Espo\\Tools\\Currency\\Conversion\\EntityConverter."
|
|
}
|
|
}
|
|
}
|
|
}
|