mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-03-28 15:57:02 -05:00
40 lines
773 B
JSON
40 lines
773 B
JSON
{
|
|
"definitions": {},
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "https://example.com/object1655988771.json",
|
|
"title": "Root",
|
|
"type": "object",
|
|
"required": [
|
|
"name",
|
|
"tips"
|
|
],
|
|
"properties": {
|
|
"name": {
|
|
"$id": "#root/name",
|
|
"title": "Name",
|
|
"type": "string",
|
|
"default": "",
|
|
"examples": [
|
|
"Tips category"
|
|
],
|
|
"pattern": "^.*$"
|
|
},
|
|
"tips": {
|
|
"$id": "#root/tips",
|
|
"title": "Tips",
|
|
"type": "array",
|
|
"default": [],
|
|
"items":{
|
|
"$id": "#root/tips/items",
|
|
"title": "Items",
|
|
"type": "string",
|
|
"default": "",
|
|
"examples": [
|
|
"Some interesting tip"
|
|
],
|
|
"pattern": "^.*$"
|
|
}
|
|
}
|
|
}
|
|
}
|