The Instanceset model is used to contain Instances.Instance models while checking for duplications.
| Properties | Type | Description |
|---|---|---|
| _meta | Meta |
Metadata
See
Meta
for more information.
|
| _type |
|
|
| values◊ |
array [
Instance
]
|
An array of Instances.Instance where each element must be unique. |
|
||
|
||
{
"title": "Instanceset",
"info": [
"The Instanceset model is used to contain Instances.Instance models while checking for duplications."
],
"properties": {
"_meta": {
"$ref": "../Meta.json",
"info": [
"Metadata"
]
},
"_type": {
"enum": [
"Instances.Instanceset"
]
},
"values": {
"type": "array",
"info": [
"An array of Instances.Instance where each element must be unique."
],
"items": {
"$ref": "Instance.json"
}
}
},
"required": [
"values"
],
"type": "object",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false
}