{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"device": {
"type": "string",
"enum": [
"smelter",
"forge",
"assembler"
]
},
"item": {
"type": "string"
},
"qty": {
"type": "number"
}
},
"required": [
"device",
"item",
"qty"
]
}{
"type": "object",
"properties": {
"device": {
"type": "string",
"enum": [
"smelter",
"forge",
"assembler"
]
},
"item": {
"type": "string"
},
"qty": {
"type": "number"
}
},
"required": [
"device",
"item",
"qty"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"website": {
"type": "string"
},
"author_name": {
"type": "string"
},
"author_email": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"author_name",
"text"
]
}