IrisSample

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

Details

AT-URIat://did:web:demos.alt.science/science.alt.dataset.schema/3mft5m6z77s2n
TypejsonSchema
Version1.0.0
Created2026-02-27T07:07:36.046200+00:00

Schema Body

{
  "type": "object",
  "$type": "science.alt.dataset.schema#jsonSchemaFormat",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "sepal_length",
    "sepal_width",
    "petal_length",
    "petal_width",
    "species"
  ],
  "properties": {
    "species": {
      "type": "string"
    },
    "petal_width": {
      "type": "number"
    },
    "sepal_width": {
      "type": "number"
    },
    "petal_length": {
      "type": "number"
    },
    "sepal_length": {
      "type": "number"
    }
  }
}