<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Types > TARGET |
A TARGET defines the appearance and scoring ring dimensions of a physical and scoring target.
Name |
Value Type |
Description |
SetName |
String formatted as a Set Name |
Unique identifier given to this definition within all TARGET objects. This value is controlled by Orion, users should not add this attribute to their definition files. See Set Names for more information. |
Version |
String formatted as a Version |
The version number for this definition. User must update this value with each new version uploaded to Orion's cloud. Required. |
HierarchicalName |
String formatted as a Hierarchical Name |
The unique name space and proper name of this definition. Required. The namespace must be assigned to the users account when uploading to Orion's cloud.. |
Type |
String formatted as a Type |
Identifies that this is a Target Type definition. Required. Must be the value, "TARGET". |
Owner |
String formatted as an Owner |
The Orion Account Owner of this TARGET Definition. Required. Must be users Orion Account value. |
Discipline |
String formatted as a Discipline |
The shooting discipline that uses this TARGET Required. |
Subdiscipline |
String formatted as a Subdiscipline and Tags |
The subdiscipline to categorize this TARGET. Not required, but strongly recommended. |
Tags |
List of Strings formatted as a Subdiscipline and Tags |
The tag or tags to categorize with. Not required but strongly recommended. |
Description |
String |
A human readable description of this TARGET object. Not required, but strongly recommended. |
InnerTen |
Definition of the inner ten ring (sometimes called 'X's or "Center Tens").
This attribute is not required. If used, must contain the attributes, Value, Shape, and Dimension.
|
|
ScoringRings |
List of ScoringRing |
An ordered list, highest to lowest, of the scoring rings on the target. This attribute is required but may be length 0. Each item in the list must include the attributes Color, Shape, and Dimension. |
AimingMarks |
List of ScoringRing |
An ordered list, largest to smallest, of the aiming marks on the physical target. This attribute is required but may be length 0. Each item in the list must include the attributes Color, Shape, and Dimension. |
BackgroundColor |
String |
The background color of the target. Must be one of the following values: •WHITE •BLACK This attribute is required. |
Distance |
Integer |
The distance, measured in mm, the target is expected to be shot at. Not required. Default value is 10,000 (which is 10m). |
JSONVersion |
String formatted as a JSON Version |
The JSON Version value for this definition.
Not required. Assumed to be 2020-03-31 if not included. |
Discontinued |
Boolean |
True if this EVENT STYLE is no longer in use.
Not Required. Defaults to false if not included. |
{ "InnerTen": { "Value": 10, "Shape": "CIRCLE", "Dimension": 1.8 }, "ScoringRings": [ { "Value": 10, "Shape": "CIRCLE", "Dimension": 3.18 }, { "Value": 9, "Shape": "CIRCLE", "Dimension": 10.8 }, { "Value": 8, "Shape": "CIRCLE", "Dimension": 18.42 }, { "Value": 7, "Shape": "CIRCLE", "Dimension": 26.04 }, { "Value": 6, "Shape": "CIRCLE", "Dimension": 33.66 }, { "Value": 5, "Shape": "CIRCLE", "Dimension": 41.28 }, { "Value": 4, "Shape": "CIRCLE", "Dimension": 48.9 }, { "Value": 3, "Shape": "CIRCLE", "Dimension": 56.55 }, { "Value": 2, "Shape": "CIRCLE", "Dimension": 64.14 }, { "Value": 1, "Shape": "CIRCLE", "Dimension": 71.76 } ], "AimingMarks": [ { "Color": "BLACK", "Shape": "CIRCLE", "Dimension": 18.42 } ], "BackgroundColor": "WHITE", "HierarchicalName": "nra:5m BB Gun", "Version": "1.1", "Description": "5m BB Gun Target as defined by National Rifle Association (AR-4).", "Type": "TARGET", "Owner": "OrionAcct000001", "JSONVersion" : "2018-10-30" } |
Note:
The Reconfigurable Rulebook and functionality will be implemented with the release of Orion Scoring System v. 3.0 (TBA)