AARCHMRS Schema 2.5.3

↚ Home

Meta object

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, 
    "...": "..."
}

Schema http://json-schema.org/draft-04/schema#

{
  "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#"
}