# eco.astrosky.test

> Published by [lexicons.astrosky.eco](https://lexicon.garden/identity/did:plc:prqcuvros7du3jmyotr3iuap)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:prqcuvros7du3jmyotr3iuap/eco.astrosky.test)
- [Documentation](https://lexicon.garden/lexicon/did:plc:prqcuvros7du3jmyotr3iuap/eco.astrosky.test/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:prqcuvros7du3jmyotr3iuap/eco.astrosky.test/examples)

## Definitions

### `eco.astrosky.test`

**Type**: `record`

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

**Key**: `tid`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `result` | `string` | Yes | Short string stating whether or not the test passed. |

## Raw Schema

```json
{
  "id": "eco.astrosky.test",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
