Simple test schema by The Astrosky Ecosystem. Sorry for making it! Contains a single string field.
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"result"
],
"properties": {
"result": {
"type": "string",
"maxLength": 48,
"description": "Short string stating whether or not the test passed."
}
}
},
"description": "Simple test schema by The Astrosky Ecosystem. Sorry for making it! Contains a single string field."
}