Category:OSW90640829797c4b859548a796f8f6dca6: Difference between revisions

Update package: OSW Base
(Update package: OSW Base)
 
(Update package: OSW Base)
jsondata
Line 1: Line 1:
{
{
    "subclass_of": [
"subclass_of": [
        "Category:OSW44deaa5b806d41a2a88594f562b110e9"
"Category:OSW44deaa5b806d41a2a88594f562b110e9"
    ],
],
    "uuid": "90640829-797c-4b85-9548-a796f8f6dca6",
"uuid": "90640829-797c-4b85-9548-a796f8f6dca6",
    "label": [
"label": [
        {
{
            "text": "External person",
"text": "External person",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Externe Person",
"text": "Externe Person",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "short_name": [
"short_name": [
        {
{
            "text": "External",
"text": "External",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Externer",
"text": "Externer",
            "lang": "en"
"lang": "en"
        }
}
    ],
],
    "description": [
"description": [
        {
{
            "text": "A person that is not employed by the company hosting this LIMS.",
"text": "A person that is not employed by the company hosting this LIMS.",
            "lang": "en"
"lang": "en"
        },
},
        {
{
            "text": "Eine Person, die nicht von der Firma angestellt ist, die dieses LIMS hostet.",
"text": "Eine Person, die nicht von der Firma angestellt ist, die dieses LIMS hostet.",
            "lang": "de"
"lang": "de"
        }
}
    ],
],
    "name": "ExternalPerson",
"name": "ExternalPerson",
    "type": [
"type": [
        "Category:Category"
"Category:Category"
    ]
]
}
}
jsonschema
Line 1: Line 1:
{
{
    "@context": [
"@context": [
        {
{
            "contact_person": {
"contact_person": {
                "@id": "knows",
"@id": "knows",
                "@type": "@id"
"@type": "@id"
            },
},
            "contact_person*": {
"contact_person*": {
                "@id": "Property:HasContactPerson",
"@id": "Property:HasContactPerson",
                "@type": "@id"
"@type": "@id"
            }
}
        },
},
        "/wiki/Category:OSW44deaa5b806d41a2a88594f562b110e9?action=raw\u0026slot=jsonschema"
"/wiki/Category:OSW44deaa5b806d41a2a88594f562b110e9?action=raw\u0026slot=jsonschema"
    ],
],
    "allOf": [
"allOf": [
        {
{
            "$ref": "/wiki/Category:OSW44deaa5b806d41a2a88594f562b110e9?action=raw\u0026slot=jsonschema"
"$ref": "/wiki/Category:OSW44deaa5b806d41a2a88594f562b110e9?action=raw\u0026slot=jsonschema"
        }
}
    ],
],
    "title": "Externalperson",
"title": "Externalperson",
    "title*": {
"title*": {
        "de": "Externe Person"
"de": "Externe Person"
    },
},
    "type": "object",
"type": "object",
    "required": [
"required": [
        "contact_person",
"contact_person",
        "type"
"type"
    ],
],
    "defaultProperties": [
"defaultProperties": [
        "contact_person"
"contact_person"
    ],
],
    "properties": {
"properties": {
        "type": {
"type": {
            "default": [
"default": [
                "Category:OSW90640829797c4b859548a796f8f6dca6"
"Category:OSW90640829797c4b859548a796f8f6dca6"
            ]
]
        },
},
        "contact_person": {
"contact_person": {
            "title": "Contact person",
"title": "Contact person",
            "title*": {
"title*": {
                "de": "Kontaktperson"
"de": "Kontaktperson"
            },
},
            "description": "A person in contact with the external person, who has already an entry in the system.",
"description": "A person in contact with the external person, who has already an entry in the system.",
            "description*": {
"description*": {
                "de": "Eine Person, die im Kontakt mit der externen Person steht und für die bereits ein Eintrag im System besteht."
"de": "Eine Person, die im Kontakt mit der externen Person steht und für die bereits ein Eintrag im System besteht."
            },
},
            "type": "array",
"type": "array",
            "format": "table",
"format": "table",
            "items": {
"items": {
                "title": "",
"title": "",
                "type": "string",
"type": "string",
                "format": "autocomplete",
"format": "autocomplete",
                "category": "Category:OSW44deaa5b806d41a2a88594f562b110e9"
"category": "Category:OSW44deaa5b806d41a2a88594f562b110e9"
            },
},
            "uniqueItems": true,
"uniqueItems": true,
            "minItems": 1,
"minItems": 1,
            "default": [
"default": [
                ""
""
            ]
]
        }
}
    }
}
}
}