AgNewsSample

v1.0.0 — Published by did:web:demos.alt.science

Details

AT-URIat://did:web:demos.alt.science/science.alt.dataset.schema/3mft7c5zn522n
TypejsonSchema
Version1.0.0
Created2026-02-27T07:37:46.869702+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"
    }
  }
}