{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.kamsoft.pl/schemas/canonical-eod/LedgerAccount.schema.json",
  "title": "LedgerAccount",
  "description": "LedgerAccount — model API (API ERP Canonical – FK (Finance/Accounting))",
  "version": "1.0.0",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "identifier": {
      "type": "array",
      "items": {
        "$ref": "Identifier.schema.json"
      }
    },
    "name": {
      "type": "string"
    },
    "type": {
      "$ref": "CodeableConcept.schema.json"
    },
    "status": {
      "$ref": "CodeableConcept.schema.json"
    },
    "currency": {
      "$ref": "CodeableConcept.schema.json"
    },
    "partOf": {
      "type": "array",
      "items": {
        "$ref": "Reference.schema.json"
      }
    }
  }
}