Log Schema
txt
https://schema.vinv.io/vinv-roundwood-pile/0.0.1.json#/properties/logs/items
1
A part of the trunk or a large branch of a tree that has fallen or been cut off.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | dereferenced.doc.json* |
items Type
object
(Log)
items Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
species | string | Required | cannot be null | RoundwoodPile |
dimensions | array | Required | cannot be null | RoundwoodPile |
image_log | object | Optional | can be null | RoundwoodPile |
species
Tree Species values taken from https://github.com/b-lack/tree-species
species
is required
Type:
string
(Tree species)cannot be null
defined in: RoundwoodPile
species Type
string
(Tree species)
species Constraints
pattern: the string must match the following regular expression:
txt
^[a-zA-Z0-9_-]{3}$
1
species Examples
json
"JM2"
1
dimensions
Dimensions of the log
dimensions
is required
Type:
object[]
(Diameter at height)cannot be null
defined in: RoundwoodPile
dimensions Type
object[]
(Diameter at height)
dimensions Constraints
minimum number of items: the minimum number of items for this array is: 1
image_log
Image of the log
image_log
is optional
Type:
object
(Image)can be null
defined in: RoundwoodPile
image_log Type
object
(Image)