The _meta
property is a scratchpad for user-defined data.
Warning
AARCHMRS makes no guarantees about the structure of this data, and it should be used mainly for guidance purposes.
{
"user-defined-property1": "user-defined-value",
"user-defined-property2": true,
"...": "..."
}
{
"info": [
"The `_meta` property is a scratchpad for user-defined data. ",
[
"!!! warning",
" AARCHMRS makes no guarantees about the structure of this data, and it",
" should be used mainly for guidance purposes."
]
],
"examples": [
{
"user-defined-property1": "user-defined-value",
"user-defined-property2": true,
"...": "..."
}
],
"title": "Meta",
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#"
}