﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "DeliveryScheduleLine",
  "title": "1.0.0",
  "version": "1.0.0",
  "type": "object",
  "properties": {
    "date": {
      "description": "Data dostawy",
      "type": "string"
    },
    "quantity": {
      "description": "Ilo\u015B\u0107 w tej dostawie",
      "$ref": "Quantity.schema.json"
    }
  }
}