big tings
This commit is contained in:
13
registry/schema-org/CurrencyConversionService.schema.json
Normal file
13
registry/schema-org/CurrencyConversionService.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:CurrencyConversionService",
|
||||
"title": "CurrencyConversionService",
|
||||
"description": "A service to convert funds from one currency to another currency.",
|
||||
"type": "object",
|
||||
"allOf": [
|
||||
{
|
||||
"description": "A product provided to consumers and businesses by financial institutions such as banks, insurance companies, brokerage firms, consumer finance companies, and investment companies which comprise the financial services industry.",
|
||||
"$ref": "schema:FinancialProduct"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user