﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "FixedAssetDocumentPosition",
  "title": "1.0.0",
  "version": "1.0.0",
  "type": "object",
  "properties": {
    "positionNo": {
      "description": "Numer pozycji",
      "type": "integer"
    },
    "fixedAsset": {
      "description": "\u015Arodek trwa\u0142y",
      "$ref": "Reference.schema.json"
    },
    "assetComponent": {
      "description": "Sk\u0142adowa maj\u0105tku",
      "$ref": "Reference.schema.json"
    },
    "fromLocation": {
      "description": "Lokalizacja \u017Ar\u00F3d\u0142owa",
      "$ref": "Reference.schema.json"
    },
    "toLocation": {
      "description": "Lokalizacja docelowa",
      "$ref": "Reference.schema.json"
    },
    "responsibleParty": {
      "description": "Strona odpowiedzialna",
      "$ref": "Reference.schema.json"
    },
    "quantity": {
      "description": "Ilo\u015B\u0107",
      "$ref": "Quantity.schema.json"
    },
    "note": {
      "description": "Uwagi",
      "type": "string"
    },
    "value": {
      "description": "Warto\u015Bci pomocnicze (struktura)",
      "type": "array",
      "items": {
        "$ref": "ValueItem.schema.json"
      }
    }
  }
}