big tings
This commit is contained in:
19
registry/schema-org/InvestmentOrDeposit.schema.json
Normal file
19
registry/schema-org/InvestmentOrDeposit.schema.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:InvestmentOrDeposit",
|
||||
"title": "InvestmentOrDeposit",
|
||||
"description": "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"amount": {
|
||||
"description": "The amount of money.",
|
||||
"anyOf": [{ "type": "number" }, { "$ref": "schema:MonetaryAmount" }]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user