NameScore

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

Details

AT-URIat://did:plc:2lyqsf5w33bgy7zd2tnmqqdy/ac.foundation.dataset.schema/3mec6rs3qx62a
TypejsonSchema
Version1.0.0
Created2026-02-07T19:48:10.547486+00:00

Schema Body

{
  "type": "object",
  "$type": "ac.foundation.dataset.schema#jsonSchemaFormat",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "name",
    "score"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "score": {
      "type": "number"
    }
  }
}