IrisSample
v1.0.0 — Published by did:web:demos.alt.science
Details
| AT-URI | at://did:web:demos.alt.science/science.alt.dataset.schema/3mft5m6z77s2n |
|---|---|
| Type | jsonSchema |
| Version | 1.0.0 |
| Created | 2026-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"
}
}
}