﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Meta",
  "title": "Meta",
  "type": "object",
  "properties": {
    "lastModified": {
      "type": "string"
    },
    "added": {
      "type": "string"
    },
    "versionId": {
      "type": "string"
    },
    "profile": {
      "description": "Adresy kanoniczne profili, ktorym zasob odpowiada (URL StructureDefinition)",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "tag": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "warning": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}