﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Money",
  "title": "Money",
  "type": "object",
  "properties": {
    "value": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    }
  }
}