PenguinSample

v1.0.0 — Published by did:plc:2lyqsf5w33bgy7zd2tnmqqdy

Details

AT-URIat://did:plc:2lyqsf5w33bgy7zd2tnmqqdy/ac.foundation.dataset.schema/3mezhgu3lbq24
TypejsonSchema
Version1.0.0
Created2026-02-17T01:54:21.184131+00:00

Schema Body

{
  "type": "object",
  "$type": "ac.foundation.dataset.schema#jsonSchemaFormat",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "species",
    "island",
    "bill_length_mm",
    "bill_depth_mm",
    "flipper_length_mm",
    "body_mass_g",
    "sex",
    "year"
  ],
  "properties": {
    "sex": {
      "type": "string"
    },
    "year": {
      "type": "integer"
    },
    "island": {
      "type": "string"
    },
    "species": {
      "type": "string"
    },
    "body_mass_g": {
      "type": "number"
    },
    "bill_depth_mm": {
      "type": "number"
    },
    "bill_length_mm": {
      "type": "number"
    },
    "flipper_length_mm": {
      "type": "number"
    }
  }
}