MNISTSample

v1.0.0 — Published by did:plc:ybmxlogro7nxttbwo5xqjgga

Details

AT-URIat://did:plc:ybmxlogro7nxttbwo5xqjgga/ac.foundation.dataset.schema/3me5ctqvjrz2y
TypejsonSchema
Version1.0.0
Created2026-02-05T21:17:32.656093+00:00

Schema Body

{
  "type": "object",
  "$type": "ac.foundation.dataset.schema#jsonSchemaFormat",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "image",
    "label"
  ],
  "properties": {
    "image": {
      "$ref": "https://foundation.ac/schemas/atdata-ndarray-bytes/1.0.0#/$defs/ndarray"
    },
    "label": {
      "type": "integer"
    }
  },
  "arrayFormatVersions": {
    "ndarrayBytes": "1.0.0"
  }
}