_FixtureSample
v1.0.0 — Published by did:plc:2lyqsf5w33bgy7zd2tnmqqdy
Details
| AT-URI | at://did:plc:2lyqsf5w33bgy7zd2tnmqqdy/ac.foundation.dataset.schema/3me33cved7e2d |
|---|---|
| Type | jsonSchema |
| Version | 1.0.0 |
| Created | 2026-02-04T23:57:31.263524+00:00 |
Schema Body
{
"type": "object",
"$type": "ac.foundation.dataset.schema#jsonSchemaFormat",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"id",
"name",
"value"
],
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"value": {
"type": "integer"
}
}
}