{
  "$schema": "https://json-schema.org/draft/2020-12/schema#",
  "$vocabulary": {
    "https://json-schema.org/draft/2020-12/vocab/core": true,
    "https://json-schema.org/draft/2020-12/vocab/applicator": true,
    "https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
    "https://json-schema.org/draft/2020-12/vocab/validation": true,
    "https://json-schema.org/draft/2020-12/vocab/meta-data": true,
    "https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
    "https://json-schema.org/draft/2020-12/vocab/content": true
  },
  "$id": "https://www.medbiq.org/standards/healthcare-learning-object-metadata",
  "title": "Healthcare Learning Object for custom elements",
  "type": "object",
  "annotations": {
    "license": "This work is licensed under the Creative Commons Attribution-ShareAlike License. To view a copy of this license, see the file license.txt, visit http://creativecommons.org/licenses/by-sa/2.0 or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.",
    "schemaDescription": [
      "This component schema definition provides the element name declaration for the root element for all LOM XML instances."
    ],
    "changeHistory": [
      "NOTE: This change history is used to document changes to the XML Schema definition during the balloting process. This change history will be removed once the final version of the standard is published. A new change history will be included to indicate the initial release that maps to the final standard.",
      "CHANGE HISTORY",
      "08/24/2004: Updated the Creative Commons Licensing agreement to reference the Attribution-ShareAlike 2.0.",
      "09/27/2004: Updated file documentation to correspond with working draft 3.",
      "Updated the Creative Commons Licensing agreement to reference the Attribution-ShareAlike 2.0."
    ]
  },
  "properties": {
    "lom": {
      "type": "object",
      "properties": {
        "lomUnique": {
          "type": "object",
          "field": {
            "path": "@uniqueElementName"
          }
        }
      }
    }
  }
}
