JSON validator
Validation
Oops, found some issues with your JSON. See format documentation for more info.
| Line | Field | Error |
|---|---|---|
| 2 | ['White Cow Default'] | Property 'White Cow Default' has not been defined and the schema does not allow additional properties. |
| 3 | ['White Cow Skins'] | Property 'White Cow Skins' has not been defined and the schema does not allow additional properties. |
| 4 | ['Brown Cow Default'] | Property 'Brown Cow Default' has not been defined and the schema does not allow additional properties. |
| 5 | ['Brown Cow Skins'] | Property 'Brown Cow Skins' has not been defined and the schema does not allow additional properties. |
| 6 | ['Goat Default'] | Property 'Goat Default' has not been defined and the schema does not allow additional properties. |
| 7 | ['Goat Skins'] | Property 'Goat Skins' has not been defined and the schema does not allow additional properties. |
| 8 | ['Sheep Default'] | Property 'Sheep Default' has not been defined and the schema does not allow additional properties. |
| 9 | ['Sheep Skins'] | Property 'Sheep Skins' has not been defined and the schema does not allow additional properties. |
| 10 | ['Pig Default'] | Property 'Pig Default' has not been defined and the schema does not allow additional properties. |
| 11 | ['Pig Skins'] | Property 'Pig Skins' has not been defined and the schema does not allow additional properties. |
| 12 | ['Ostrich Default'] | Property 'Ostrich Default' has not been defined and the schema does not allow additional properties. |
| 13 | ['Ostrich Skins'] | Property 'Ostrich Skins' has not been defined and the schema does not allow additional properties. |
| 14 | ['Wool Recolor'] | Property 'Wool Recolor' has not been defined and the schema does not allow additional properties. |
| 15 | ['Cloth Recolor'] | Property 'Cloth Recolor' has not been defined and the schema does not allow additional properties. |
| 1 | Missing required fields: Format, Changes. |
Content
You can change JSON format () or edit this file.
{
"White Cow Default": "HighlandCream",
"White Cow Skins": "HighlandCream",
"Brown Cow Default": "HighlandFawn",
"Brown Cow Skins": "HighlandFawn",
"Goat Default": "LongSpottedBlack",
"Goat Skins": "LongSpottedBlack",
"Sheep Default": "AlpacaSolidCream",
"Sheep Skins": "AlpacaSolidCream",
"Pig Default": "SpottedPink",
"Pig Skins": "SpottedPink",
"Ostrich Default": "Black",
"Ostrich Skins": "Black",
"Wool Recolor": "Cream",
"Cloth Recolor": "Cream"
}