Showing:

Annotations
Diagram
Properties
Constraints
Used By
Source
Definition MaterialSetByMaterialType
definitions_MaterialSetByMaterialType.html#/definitions/MaterialSetByMaterialType/properties/MaterialTypes
Annotations
Title  MaterialSetByMaterialType

Description  The set of materials that match any of the material types listed.  An empty
set is invalid since all targets require materials.
Diagram
Type object
Properties
Name Occurrence
MaterialTypes
required
Additional Properties false
Used by
Source

 "MaterialSetByMaterialType": {
  "type": "object",
  "additionalProperties": false,
  "title": "MaterialSetByMaterialType",
  "description": "The set of materials that match any of the material types listed.  An empty\nset is invalid since all targets require materials.",
  "required": ["MaterialTypes"],
  "properties": {
    "MaterialTypes": {
      "type": "array",
      "minItems": 1,
      "title": "Materialtypes",
      "items": {}
    }
  }
}


Definition MaterialTypes
definitions_MaterialSetByMaterialType.html#/definitions/MaterialSetByMaterialType/properties/MaterialTypes/items
Annotations
Title  Materialtypes

Diagram
Type array
Constraints
Unique Items : false

Array Items
Additional Items true
Used by
Source

 "MaterialTypes": {
  "type": "array",
  "minItems": 1,
  "title": "Materialtypes",
  "items": {"type": "string"}
}


Definition MaterialTypes/items
Diagram
Type string
Used by
Source

 "items": {"type": "string"}