eco.astrosky.test

lexicons.astrosky.eco

Documentation

Simple test schema by The Astrosky Ecosystem. Sorry for making it! Contains a single string field.

main record

Simple test schema by The Astrosky Ecosystem. Sorry for making it! Contains a single string field.

Record Key tid Timestamp-based ID

Properties

result string Required

Short string stating whether or not the test passed.

maxLength: 48 bytes
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."
}

Lexicon Garden

@