{
    "$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.",
        "componentDescription": "This component schema definition provides the element group declaration and the attribute group declaration used for extension XML elements and attributes.",
        "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.",
            "08/24/2004: Updated the Creative Commons Licensing agreement to reference the Attribution-ShareAlike 2.0",
            "09/16/2004: Added an attributeGroup customAttributes to support attribute extensions",
            "09/27/2004: Updated file documentation to correspond with working draft 3.",
            "10/11/2004: Removed attributeGroup customAttributes declaration."
        ]
    },
    "properties": {
        "customElements": {
            "type": "array",
            "items": {
                "type": "object"
            },
            "additionalProperties": true
        }
    }
}
