AgNewsSample
v1.0.0 — Published by did:web:demos.alt.science
Details
| AT-URI | at://did:web:demos.alt.science/science.alt.dataset.schema/3mft7d4dyvc2n |
|---|---|
| Type | jsonSchema |
| Version | 1.0.0 |
| Created | 2026-02-27T07:38:18.662919+00:00 |
Schema Body
{
"type": "object",
"$type": "science.alt.dataset.schema#jsonSchemaFormat",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"text",
"label",
"label_name"
],
"properties": {
"text": {
"type": "string"
},
"label": {
"type": "integer"
},
"label_name": {
"type": "string"
}
}
}