{
    "title": "Avram Schema Language",
    "short": "Avram",
    "homepage": "http://format.gbv.de/schema/avram/specification",
    "description": {
        "en": "Schema language for MARC and related formats such as PICA and MAB"
    },
    "base": "json",
    "application": "schema",
    "for": [
        "marc",
        "mab",
        "pica"
    ],
    "schemas": [
        {
            "url": "http://format.gbv.de/schema/avram/schema.json",
            "type": "json-schema"
        }
    ],
    "id": "schema/avram",
    "@context": "http://format.gbv.de/data/context.json",
    "$schema": "http://format.gbv.de/data/schema.json"
}