Skip to content

Documentation should mention which fields are optional in target.json #417

Description

@Shatur

Describe the bug

The documentation don't mark opposites as optional:

- `opposites` (object) — Maps opposing directions to target names:

But it can be optional. For example, in this JSON object:

{
"has_left_and_right": false,
"label": "head-triangular",
"name": "head-triangular",
"targets": [
"head-triangular"
]
},

Same issue with unsorted. Looks like it's always either always empty or missing.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingdocumentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions