input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "ec94f3dd-bab2-4c61-bc9b-b55d1027735c", "playerTags" : ["13a05157-6172-4431-947b-a058217b4aa5", "86d4e22b-f107-4bcf-9625-32d387fcb521"], "teamTags" : ["eb67ae5e-c4bf-46ca-bbbc-425cd34182ff", "979aee4a-6d80-4863-bf1c-ee1a78e06024"], "gameTags" : ["bedb1bdc-2578-4316-bc87-eec44cc11650"], "metadata" : {"play" : 138, "subPlay" : -1, "children" : ["8d1a04d4-5306-46f3-a40e-ff83d9f2f314"]}, "created" : "2021-03-16T12:11:39.112Z", "season" : 13, "tournament" : -1, "type" : 52, "day" : 21, "phase" : 2, "category" : 2, "description" : "The Blooddrain gurgled!\nSpears Taylor's Siphon activates!\nSpears Taylor siphoned some of York Silk's baserunning ability!\nSpears Taylor adds a Out!", "nuts" : 2}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metadata": {"type": "object", "properties": {"play": {"type": "integer"}, "subPlay": {"type": "integer"}, "children": {"type": "array", "items": {"type": "string"}}}, "required": ["play", "subPlay", "children"]}, "created": {"type": "string"}, "season": {"type": "integer"}, "tournament": {"type": "integer"}, "type": {"type": "integer"}, "day": {"type": "integer"}, "phase": {"type": "integer"}, "category": {"type": "integer"}, "description": {"type": "string"}, "nuts": {"type": "integer"}}, "required": ["id", "playerTags", "teamTags", "gameTags", "metadata", "created", "season", "tournament", "type", "day", "phase", "category", "description", "nuts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Ecopro\\Feign\\": {"type": "string"}}, "required": ["Ecopro\\Feign\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Ecopro\\Feign\\Tests\\": {"type": "string"}}, "required": ["Ecopro\\Feign\\Tests\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"aiyongli/ecopro-lumen-http": {"type": "string"}}, "required": ["aiyongli/ecopro-lumen-http"]}}, "required": ["name", "description", "license", "authors", "autoload", "autoload-dev", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "aiyongli/ecopro-lumen-feign", "description" : "ecopro php lumen feign library", "license" : "MIT", "authors" : [{"name" : "liaiyong", "email" : "aiyong.li@ecoprobio.cn"}], "autoload" : {"psr-4" : {"Ecopro\\Feign\\" : "src/"}}, "autoload-dev" : {"psr-4" : {"Ecopro\\Feign\\Tests\\" : "tests/"}}, "require" : {"aiyongli/ecopro-lumen-http" : "^1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "required": ["name", "email"]}}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Ecopro\\Feign\\": {"type": "string"}}, "required": ["Ecopro\\Feign\\"]}}, "required": ["psr-4"]}, "autoload-dev": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Ecopro\\Feign\\Tests\\": {"type": "string"}}, "required": ["Ecopro\\Feign\\Tests\\"]}}, "required": ["psr-4"]}, "require": {"type": "object", "properties": {"aiyongli/ecopro-lumen-http": {"type": "string"}}, "required": ["aiyongli/ecopro-lumen-http"]}}, "required": ["name", "description", "license", "authors", "autoload", "autoload-dev", "require"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["best_index", "auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"best_index" : [94, 284, 113, 158, 187], "auroc" : [0.5272727272727272, 0.49090909090909096, 0.5272727272727273, 0.7090909090909091, 0.6454545454545455], "acc" : [0.47619047619047616, 0.42857142857142855, 0.38095238095238093, 0.47619047619047616, 0.5714285714285714], "aps" : [0.49817460317460316, 0.4901406926406927, 0.6771712571054677, 0.627485006823242, 0.6757442067736185], "f1" : [0.6451612903225806, 0.5714285714285714, 0.5185185185185185, 0.6451612903225806, 0.64], "auprc" : [0.45409578983108395, 0.44610466288097866, 0.6659136299287228, 0.57591512245924, 0.6563777424845536]}
json_instruct
{"type": "object", "properties": {"best_index": {"type": "array", "items": {"type": "integer"}}, "auroc": {"type": "array", "items": {"type": "number"}}, "acc": {"type": "array", "items": {"type": "number"}}, "aps": {"type": "array", "items": {"type": "number"}}, "f1": {"type": "array", "items": {"type": "number"}}, "auprc": {"type": "array", "items": {"type": "number"}}}, "required": ["best_index", "auroc", "acc", "aps", "f1", "auprc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "commit": {"type": "string"}, "push": {"type": "string"}, "togit": {"type": "string"}, "pull": {"type": "string"}, "sync": {"type": "string"}}, "required": ["test", "commit", "push", "togit", "pull", "sync"]}, "pre-publish": {"type": "array", "items": {}}, "pre-commit": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"npm-bump": {"type": "string"}, "pre-commit": {"type": "string"}, "pre-push": {"type": "string"}}, "required": ["npm-bump", "pre-commit", "pre-push"]}, "dependencies": {"type": "object", "properties": {"flatted": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["flatted", "rollup"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "pre-publish", "pre-commit", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "carer", "version" : "0.0.26", "description" : "cares about you", "main" : "index.js", "directories" : {"example" : "examples"}, "scripts" : {"test" : "node tests/index.js", "commit" : "git add . ; git commit -m 'did I do that?'", "push" : "git push origin dev", "togit" : "npm run commit ; npm run push", "pull" : "git pull origin dev", "sync" : "npm version patch --force && npm run push && npm publish"}, "pre-publish" : [], "pre-commit" : [], "repository" : {"type" : "git", "url" : "git+https://github.com/lopugit/declarer.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/lopugit/declarer/issues"}, "homepage" : "https://github.com/lopugit/declarer#readme", "devDependencies" : {"npm-bump" : "0.0.25", "pre-commit" : "^1.2.2", "pre-push" : "^0.1.1"}, "dependencies" : {"flatted" : "^2.0.0", "rollup" : "^1.2.3"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "directories": {"type": "object", "properties": {"example": {"type": "string"}}, "required": ["example"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "commit": {"type": "string"}, "push": {"type": "string"}, "togit": {"type": "string"}, "pull": {"type": "string"}, "sync": {"type": "string"}}, "required": ["test", "commit", "push", "togit", "pull", "sync"]}, "pre-publish": {"type": "array", "items": {}}, "pre-commit": {"type": "array", "items": {}}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "author": {"type": "string"}, "license": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "homepage": {"type": "string"}, "devDependencies": {"type": "object", "properties": {"npm-bump": {"type": "string"}, "pre-commit": {"type": "string"}, "pre-push": {"type": "string"}}, "required": ["npm-bump", "pre-commit", "pre-push"]}, "dependencies": {"type": "object", "properties": {"flatted": {"type": "string"}, "rollup": {"type": "string"}}, "required": ["flatted", "rollup"]}}, "required": ["name", "version", "description", "main", "directories", "scripts", "pre-publish", "pre-commit", "repository", "author", "license", "bugs", "homepage", "devDependencies", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"number" : "78", "title" : "Subsets", "url" : "https://leetcode.com/problems/subsets", "difficulty" : "Medium", "question" : "Given a set of distinct integers, nums, return all possible subsets (the power set).\n\nNote: The solution set must not contain duplicate subsets.\n\nExample:\n\nInput: nums = [1,2,3]\nOutput:\n[\n [3],\n&#xA0; [1],\n&#xA0; [2],\n&#xA0; [1,2,3],\n&#xA0; [1,3],\n&#xA0; [2,3],\n&#xA0; [1,2],\n&#xA0; []\n]\n", "code" : "undefinedpublic class Solution { \u00a0 \u00a0public IList<IList<int>> Subsets(int[] nums) { \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 }}"}
json_instruct
{"type": "object", "properties": {"number": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "difficulty": {"type": "string"}, "question": {"type": "string"}, "code": {"type": "string"}}, "required": ["number", "title", "url", "difficulty", "question", "code"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"index" : 1092, "redacted" : false, "hash" : 2194208527, "blacklisted" : false}
json_instruct
{"type": "object", "properties": {"index": {"type": "integer"}, "redacted": {"type": "boolean"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "redacted", "hash", "blacklisted"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "statistics": {"type": "string"}, "pred_score": {"type": "number"}}, "required": ["start", "end", "statistics", "pred_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"start" : "12:31:31", "end" : "13:31:31", "statistics" : "auto-sklearn results:\n Dataset name: 72b3fe19c2bb4391c0076f1ced8f93f9\n Metric: f1_macro\n Best validation score: 0.208643\n Number of target algorithm runs: 21\n Number of successful target algorithm runs: 11\n Number of crashed target algorithm runs: 0\n Number of target algorithms that exceeded the time limit: 10\n Number of target algorithms that exceeded the memory limit: 0\n", "pred_score" : 0.18347282347282348}
json_instruct
{"type": "object", "properties": {"start": {"type": "string"}, "end": {"type": "string"}, "statistics": {"type": "string"}, "pred_score": {"type": "number"}}, "required": ["start", "end", "statistics", "pred_score"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"user" : "U2WQKDQPM", "text" : "<@U2WQKDQPM|pluradj> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1478007310.000081"}, {"user" : "U2WSCR9QE", "text" : "<@U2WSCR9QE|srini> has joined the channel", "type" : "message", "subtype" : "channel_join", "ts" : "1478008272.000082"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"user": {"type": "string"}, "text": {"type": "string"}, "type": {"type": "string"}, "subtype": {"type": "string"}, "ts": {"type": "string"}}, "required": ["user", "text", "type", "subtype", "ts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "language": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "population": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "updated_year": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "location", "language", "population", "updated_year"]}}, "required": ["$id", "$schema", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$id" : "city", "$schema" : "http://json-schema.org/draft-07/schema", "description" : "City", "properties" : {"name" : {"type" : "string"}, "location" : {"type" : "string"}, "language" : {"type" : "string"}, "population" : {"type" : "integer"}, "updated_year" : {"type" : "integer"}}}
json_instruct
{"type": "object", "properties": {"$id": {"type": "string"}, "$schema": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "location": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "language": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "population": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "updated_year": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["name", "location", "language", "population", "updated_year"]}}, "required": ["$id", "$schema", "description", "properties"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"babylon.js": {"type": "string"}, "babylon.max.js": {"type": "string"}, "babylon.worker.js": {"type": "string"}}, "required": ["babylon.js", "babylon.max.js", "babylon.worker.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"babylon.js" : "sha256-Xr+KvbErw4WlLI8uBJ8bAIEg0+5SnGQrUA+mxFu+xb4=", "babylon.max.js" : "sha256-ScSoT3npMul3KFrAQbjmlpVg/CmAIExhXJC4IUcQgkg=", "babylon.worker.js" : "sha256-6cRPiHYCTL4Clnfc8w4TP8YsG5qRZlpnqzS49LgwBKo="}
json_instruct
{"type": "object", "properties": {"babylon.js": {"type": "string"}, "babylon.max.js": {"type": "string"}, "babylon.worker.js": {"type": "string"}}, "required": ["babylon.js", "babylon.max.js", "babylon.worker.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"metadata": {"type": "object", "properties": {"filePath": {"type": "string"}, "shortURL": {"type": "string"}}, "required": ["filePath", "shortURL"]}}, "required": ["metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"metadata" : {"filePath" : "org/nsidc/0A723DA7ED885E92906668F3040DB3BDB6C1543D46C9771C930BFCAC2E389916", "shortURL" : "polar.usc.edu/3fe50247"}}
json_instruct
{"type": "object", "properties": {"metadata": {"type": "object", "properties": {"filePath": {"type": "string"}, "shortURL": {"type": "string"}}, "required": ["filePath", "shortURL"]}}, "required": ["metadata"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"max_file_chunk_size_in_bytes": {"type": "integer"}, "max_row_length": {"type": "integer"}, "map_reduce": {"type": "object", "properties": {"field_delimiter": {"type": "string"}, "map_key_delimiter": {"type": "string"}, "mapper_code_max_length": {"type": "integer"}, "reducer_code_max_length": {"type": "integer"}}, "required": ["field_delimiter", "map_key_delimiter", "mapper_code_max_length", "reducer_code_max_length"]}}, "required": ["max_file_chunk_size_in_bytes", "max_row_length", "map_reduce"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"max_file_chunk_size_in_bytes" : 4096, "max_row_length" : 123, "map_reduce" : {"field_delimiter" : ",", "map_key_delimiter" : "^", "mapper_code_max_length" : 12000, "reducer_code_max_length" : 12000}}
json_instruct
{"type": "object", "properties": {"max_file_chunk_size_in_bytes": {"type": "integer"}, "max_row_length": {"type": "integer"}, "map_reduce": {"type": "object", "properties": {"field_delimiter": {"type": "string"}, "map_key_delimiter": {"type": "string"}, "mapper_code_max_length": {"type": "integer"}, "reducer_code_max_length": {"type": "integer"}}, "required": ["field_delimiter", "map_key_delimiter", "mapper_code_max_length", "reducer_code_max_length"]}}, "required": ["max_file_chunk_size_in_bytes", "max_row_length", "map_reduce"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"postal_code" : "21396", "place_name" : "Mirasol", "place_type" : "Fraccionamiento", "county" : "Mexicali", "state" : "Baja California", "city" : "Mexicali"}, {"postal_code" : "21396", "place_name" : "Gonz\u00e1lez Ortega Norte", "place_type" : "Colonia", "county" : "Mexicali", "state" : "Baja California", "city" : "Mexicali"}, {"postal_code" : "21396", "place_name" : "Frontera", "place_type" : "Fraccionamiento", "county" : "Mexicali", "state" : "Baja California", "city" : "Mexicali"}, {"postal_code" : "21396", "place_name" : "Mexicali", "place_type" : "Colonia", "county" : "Mexicali", "state" : "Baja California", "city" : "Mexicali"}, {"postal_code" : "21396", "place_name" : "Santa Cruz", "place_type" : "Residencial", "county" : "Mexicali", "state" : "Baja California", "city" : "Mexicali"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"postal_code": {"type": "string"}, "place_name": {"type": "string"}, "place_type": {"type": "string"}, "county": {"type": "string"}, "state": {"type": "string"}, "city": {"type": "string"}}, "required": ["postal_code", "place_name", "place_type", "county", "state", "city"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "results": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "ok", "results" : ["7", "5", "5", "9"]}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "results": {"type": "array", "items": {"type": "string"}}}, "required": ["code", "results"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "$comment": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"userId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "allowNewReplyUpdate": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "newReplyNotifyToken": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["userId", "allowNewReplyUpdate", "newReplyNotifyToken"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "$comment", "description", "title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "http://json-schema.org/draft-07/schema#", "$id" : "cofacts/schemas/userSettings", "$comment" : "design document https://g0v.hackmd.io/eIeU2g86Tfu5VnLazNfUvQ", "description" : "A representation of an UserSettings", "title" : "UserSettings", "type" : "object", "properties" : {"userId" : {"type" : "string"}, "allowNewReplyUpdate" : {"type" : "boolean"}, "newReplyNotifyToken" : {"type" : "string"}}, "required" : ["userId", "allowNewReplyUpdate"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "$id": {"type": "string"}, "$comment": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"userId": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "allowNewReplyUpdate": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "newReplyNotifyToken": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}}, "required": ["userId", "allowNewReplyUpdate", "newReplyNotifyToken"]}, "required": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "$id", "$comment", "description", "title", "type", "properties", "required"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"extends" : "./tsconfig.json", "references" : [{"path" : "packages/sample-library"}, {"path" : "packages/logging"}, {"path" : "packages/modular-cli"}, {"path" : "packages/deploy-cloud-function"}]}
json_instruct
{"type": "object", "properties": {"extends": {"type": "string"}, "references": {"type": "array", "items": {"type": "object", "properties": {"path": {"type": "string"}}, "required": ["path"]}}}, "required": ["extends", "references"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"citance_No": {"type": "integer"}, "citing_paper_id": {"type": "string"}, "citing_paper_authority": {"type": "integer"}, "citing_paper_authors": {"type": "string"}, "raw_text": {"type": "string"}, "clean_text": {"type": "string"}, "keep_for_gold": {"type": "integer"}}, "required": ["citance_No", "citing_paper_id", "citing_paper_authority", "citing_paper_authors", "raw_text", "clean_text", "keep_for_gold"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"citance_No" : 1, "citing_paper_id" : "E93-1018", "citing_paper_authority" : 2, "citing_paper_authors" : "Claire, Gardent", "raw_text" : "reso lu t ion The discourse grammar used builds on [Polanyi and Scha 1984]", "clean_text" : "The discourse grammar used builds on [Polanyi and Scha 1984].", "keep_for_gold" : 0}, {"citance_No" : 2, "citing_paper_id" : "W09-1003", "citing_paper_authority" : 0, "citing_paper_authors" : "Jeroen, Geertzen", "raw_text" : "Such structures have received considerable attention and their models are often referred to as discourse/dialogue grammars (Polanyi and Scha, 1984) or conversational/dialogue games (Levin and Moore, 1988) .As also remarked by Levin (1999), predicting and recognising dialogue games using n-gram models is not really successful", "clean_text" : "Such structures have received considerable attention and their models are often referred to as discourse/dialogue grammars (Polanyi and Scha, 1984) or conversational/dialogue games (Levin and Moore, 1988).", "keep_for_gold" : 0}, {"citance_No" : 3, "citing_paper_id" : "E95-1017", "citing_paper_authority" : 3, "citing_paper_authors" : "David, Milward", "raw_text" : "It is also closer to some methods for incremental daptation of discourse structures, where additions are allowed to the right-frontier of a tree structure (e.g. Polanyi and Scha 1984)", "clean_text" : "It is also closer to some methods for incremental daptation of discourse structures, where additions are allowed to the right-frontier of a tree structure (e.g. Polanyi and Scha 1984).", "keep_for_gold" : 0}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"citance_No": {"type": "integer"}, "citing_paper_id": {"type": "string"}, "citing_paper_authority": {"type": "integer"}, "citing_paper_authors": {"type": "string"}, "raw_text": {"type": "string"}, "clean_text": {"type": "string"}, "keep_for_gold": {"type": "integer"}}, "required": ["citance_No", "citing_paper_id", "citing_paper_authority", "citing_paper_authors", "raw_text", "clean_text", "keep_for_gold"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Entries": {"type": "array", "items": {}}, "Variables": {"type": "object", "properties": {"RandomSeed": {"type": "string"}}, "required": ["RandomSeed"]}}, "required": ["Entries", "Variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Entries" : [], "Variables" : {"RandomSeed" : "412112064"}}
json_instruct
{"type": "object", "properties": {"Entries": {"type": "array", "items": {}}, "Variables": {"type": "object", "properties": {"RandomSeed": {"type": "string"}}, "required": ["RandomSeed"]}}, "required": ["Entries", "Variables"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"userId" : 84116, "cartId" : "a5d966b6-d417-420d-b4f5-c1adf00a50ae", "preferredProducts" : [1339, 2838, 4550, 2279, 1357], "productReviews" : [{"productId" : 4269, "reviewText" : "talk about sadness!", "reviewDate" : "2016-07-29T03:19:39.408354+03:00"}, {"productId" : 4394, "reviewText" : "This Small works excessively well. It speedily improves my baseball by a lot.", "reviewDate" : "2018-06-24T16:06:38.9491572+03:00"}, {"productId" : 1737, "reviewText" : "This extranet works certainly well. It accidentally improves my baseball by a lot.", "reviewDate" : "2019-03-16T04:56:01.6928802+02:00"}, {"productId" : 303, "reviewText" : "The box this comes in is 3 light-year by 5 meter and weights 10 ounce!", "reviewDate" : "2017-02-07T17:09:37.4877962+02:00"}, {"productId" : 4952, "reviewText" : "The box this comes in is 3 light-year by 5 meter and weights 10 ounce!", "reviewDate" : "2018-08-12T06:00:30.0941168+03:00"}]}
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "string"}}, "required": ["productId", "reviewText", "reviewDate"]}}}, "required": ["userId", "cartId", "preferredProducts", "productReviews"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xac9df6647a8678cb571eff5cc7a6a06b22217a8d191eff2cdccd2a6b1b60b691", "parentHash" : "0x07198014775676ce64e3b510266160e2a6161348cbe4f8f422d8341f1fbe2645", "number" : 32164, "timestamp" : 1438686192, "nonce" : "0x39fe5ce5e3da0239", "difficulty" : 1208022823396, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0xbcB2E3693d246E1fc00348754334BadEb88b2a11", "extraData" : "0x476574682f76312e302e302f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"s-fence": {"type": "string"}}, "required": ["s-fence"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"component" : true, "usingComponents" : {"s-fence" : "/components/fence/index"}}
json_instruct
{"type": "object", "properties": {"component": {"type": "boolean"}, "usingComponents": {"type": "object", "properties": {"s-fence": {"type": "string"}}, "required": ["s-fence"]}}, "required": ["component", "usingComponents"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"version" : "english_NIV", "book" : "Numbers", "chapter" : 33, "verse" : 52, "word" : "drive out all the inhabitants of the land before you. Destroy all their carved images and their cast idols, and demolish all their high places."}
json_instruct
{"type": "object", "properties": {"version": {"type": "string"}, "book": {"type": "string"}, "chapter": {"type": "integer"}, "verse": {"type": "integer"}, "word": {"type": "string"}}, "required": ["version", "book", "chapter", "verse", "word"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"webshot": {"type": "string"}, "socket.io": {"type": "string"}, "express": {"type": "string"}, "gm": {"type": "string"}, "node-native-zip": {"type": "string"}, "optimist": {"type": "string"}}, "required": ["webshot", "socket.io", "express", "gm", "node-native-zip", "optimist"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["author", "name", "description", "version", "repository", "main", "dependencies", "devDependencies", "optionalDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"author" : "Edwin Knuth <eknuth@ecotrust.org>", "name" : "print", "description" : "server for generating printable/exportable documents from maps", "version" : "0.0.0", "repository" : {"type" : "git", "url" : "git://github.com/Ecotrust/marco-portal.git"}, "main" : "server.js", "dependencies" : {"webshot" : "0.1.4", "socket.io" : "0.9.7", "express" : "3.11.0", "gm" : "1.6.1", "node-native-zip" : "1.1.0", "optimist" : "0.3.5"}, "devDependencies" : {}, "optionalDependencies" : {}, "engines" : {"node" : "*"}}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"webshot": {"type": "string"}, "socket.io": {"type": "string"}, "express": {"type": "string"}, "gm": {"type": "string"}, "node-native-zip": {"type": "string"}, "optimist": {"type": "string"}}, "required": ["webshot", "socket.io", "express", "gm", "node-native-zip", "optimist"]}, "devDependencies": {"type": "object", "properties": {}, "required": []}, "optionalDependencies": {"type": "object", "properties": {}, "required": []}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["author", "name", "description", "version", "repository", "main", "dependencies", "devDependencies", "optionalDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "build", "prepublishOnly"]}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "axios": {"type": "string"}, "express": {"type": "string"}, "express-basic-auth": {"type": "string"}, "form-data": {"type": "string"}, "moment": {"type": "string"}, "morgan": {"type": "string"}, "ringcentral-js-concise": {"type": "string"}, "sequelize": {"type": "string"}, "supertest": {"type": "string"}, "wait-for-async": {"type": "string"}, "@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "ramda": {"type": "string"}, "sqlite3": {"type": "string"}, "standard": {"type": "string"}, "yarn-upgrade-all": {"type": "string"}}, "required": ["aws-sdk", "axios", "express", "express-basic-auth", "form-data", "moment", "morgan", "ringcentral-js-concise", "sequelize", "supertest", "wait-for-async", "@babel/cli", "@babel/core", "@babel/preset-env", "@babel/register", "babel-jest", "jest", "ramda", "sqlite3", "standard", "yarn-upgrade-all"]}}, "required": ["name", "version", "license", "repository", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "ringcentral-chatbot", "version" : "1.5.1", "license" : "MIT", "repository" : "git@github.com:tylerlong/ringcentral-chatbot-js.git", "scripts" : {"test" : "RINGCENTRAL_CHATBOT_DATABASE_CONNECTION_URI=sqlite:// jest", "build" : "rm -rf dist && babel src --out-dir dist --source-maps", "prepublishOnly" : "yarn test && yarn build"}, "dependencies" : {"aws-sdk" : "^2.732.0", "axios" : "^0.19.2", "express" : "^4.17.1", "express-basic-auth" : "^1.2.0", "form-data" : "^3.0.0", "moment" : "^2.27.0", "morgan" : "^1.10.0", "ringcentral-js-concise" : "^0.8.0", "sequelize" : "^6.3.4", "supertest" : "^4.0.2", "wait-for-async" : "^0.5.0", "@babel/cli" : "^7.10.5", "@babel/core" : "^7.11.1", "@babel/preset-env" : "^7.11.0", "@babel/register" : "^7.10.5", "babel-jest" : "^26.3.0", "jest" : "^26.4.0", "ramda" : "^0.27.1", "sqlite3" : "^5.0.0", "standard" : "^14.3.4", "yarn-upgrade-all" : "^0.5.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "prepublishOnly": {"type": "string"}}, "required": ["test", "build", "prepublishOnly"]}, "dependencies": {"type": "object", "properties": {"aws-sdk": {"type": "string"}, "axios": {"type": "string"}, "express": {"type": "string"}, "express-basic-auth": {"type": "string"}, "form-data": {"type": "string"}, "moment": {"type": "string"}, "morgan": {"type": "string"}, "ringcentral-js-concise": {"type": "string"}, "sequelize": {"type": "string"}, "supertest": {"type": "string"}, "wait-for-async": {"type": "string"}, "@babel/cli": {"type": "string"}, "@babel/core": {"type": "string"}, "@babel/preset-env": {"type": "string"}, "@babel/register": {"type": "string"}, "babel-jest": {"type": "string"}, "jest": {"type": "string"}, "ramda": {"type": "string"}, "sqlite3": {"type": "string"}, "standard": {"type": "string"}, "yarn-upgrade-all": {"type": "string"}}, "required": ["aws-sdk", "axios", "express", "express-basic-auth", "form-data", "moment", "morgan", "ringcentral-js-concise", "sequelize", "supertest", "wait-for-async", "@babel/cli", "@babel/core", "@babel/preset-env", "@babel/register", "babel-jest", "jest", "ramda", "sqlite3", "standard", "yarn-upgrade-all"]}}, "required": ["name", "version", "license", "repository", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bignumber.js": {"type": "string"}, "events": {"type": "string"}, "fs": {"type": "string"}, "jsonschema": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-paginate": {"type": "string"}, "ntrnetwork": {"type": "string"}, "path": {"type": "string"}, "translib": {"type": "string"}, "wsmanagement": {"type": "string"}}, "required": ["bignumber.js", "events", "fs", "jsonschema", "mongoose", "mongoose-paginate", "ntrnetwork", "path", "translib", "wsmanagement"]}}, "required": ["name", "version", "main", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "liteauditor", "version" : "1.1.20", "main" : "liteAuditor.js", "author" : {"name" : "Paul Boulanger"}, "license" : "MIT", "scripts" : {"start" : "node ./liteAuditor.js"}, "dependencies" : {"bignumber.js" : "^9.0.0", "events" : "^3.2.0", "fs" : "0.0.1-security", "jsonschema" : "^1.2.6", "mongoose" : "^5.10.2", "mongoose-paginate" : "^5.0.3", "ntrnetwork" : "^2.8.55", "path" : "^0.12.7", "translib" : "^1.0.31", "wsmanagement" : "^1.0.7"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"bignumber.js": {"type": "string"}, "events": {"type": "string"}, "fs": {"type": "string"}, "jsonschema": {"type": "string"}, "mongoose": {"type": "string"}, "mongoose-paginate": {"type": "string"}, "ntrnetwork": {"type": "string"}, "path": {"type": "string"}, "translib": {"type": "string"}, "wsmanagement": {"type": "string"}}, "required": ["bignumber.js", "events", "fs", "jsonschema", "mongoose", "mongoose-paginate", "ntrnetwork", "path", "translib", "wsmanagement"]}}, "required": ["name", "version", "main", "author", "license", "scripts", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0xce51f6cac9fb2695d944f2d5e2699d68aa7b656e", "tool" : "honeybadger", "start" : 1565851436.7399487, "end" : 1565851542.5049484, "duration" : 105.76499962806702, "analysis" : [{"errors" : [], "file" : "/unique_chucks/32/0xce51f6cac9fb2695d944f2d5e2699d68aa7b656e.sol", "name" : "Locksmith"}, {"errors" : [], "file" : "/unique_chucks/32/0xce51f6cac9fb2695d944f2d5e2699d68aa7b656e.sol", "name" : "helper"}, {"errors" : [], "file" : "/unique_chucks/32/0xce51f6cac9fb2695d944f2d5e2699d68aa7b656e.sol", "name" : "logger"}, {"errors" : [], "file" : "/unique_chucks/32/0xce51f6cac9fb2695d944f2d5e2699d68aa7b656e.sol", "name" : "owned"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Tahina, Esperanza, Agusan del Sur, Caraga (Region XIII), PH", "locale" : "ph.caraga-region-xiii.agusan-del-sur.esperanza.tahina", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "5", "region_reference" : "13", "region_name" : "Caraga (Region XIII)", "province_id" : "3", "province_reference" : "3", "province_name" : "Agusan del Sur", "city_id" : "1470", "city_reference" : "43", "city_name" : "Esperanza", "barangay_id" : "12920", "barangay_reference" : "651", "barangay_name" : "Tahina"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[125.682121, 8.61498], [125.687401, 8.61517], [125.686111, 8.61369], [125.685997, 8.61243], [125.687393, 8.61128], [125.68837, 8.61073], [125.690483, 8.60854], [125.690918, 8.60774], [125.692436, 8.6064], [125.68988, 8.60633], [125.687408, 8.60634], [125.684258, 8.60629], [125.680702, 8.60563], [125.676872, 8.60497], [125.674553, 8.60434], [125.672043, 8.60346], [125.669579, 8.60229], [125.656639, 8.59417], [125.655777, 8.58284], [125.580803, 8.58174], [125.634529, 8.61549], [125.653778, 8.62758], [125.654907, 8.61398], [125.682121, 8.61498]]]]}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {"type": "string"}, "region_id": {"type": "string"}, "region_reference": {"type": "string"}, "region_name": {"type": "string"}, "province_id": {"type": "string"}, "province_reference": {"type": "string"}, "province_name": {"type": "string"}, "city_id": {"type": "string"}, "city_reference": {"type": "string"}, "city_name": {"type": "string"}, "barangay_id": {"type": "string"}, "barangay_reference": {"type": "string"}, "barangay_name": {"type": "string"}}, "required": ["type", "level", "label", "locale", "country_id", "country_reference", "country_name", "region_id", "region_reference", "region_name", "province_id", "province_reference", "province_name", "city_id", "city_reference", "city_name", "barangay_id", "barangay_reference", "barangay_name"]}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}}, "required": ["type", "coordinates"]}}, "required": ["type", "properties", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"format": {"type": "string"}, "header": {"type": "object", "properties": {"identifier": {"type": "string"}, "endianness": {"type": "string"}, "glType": {"type": "string"}, "glTypeSize": {"type": "integer"}, "glFormat": {"type": "string"}, "glInternalFormat": {"type": "string"}, "glBaseInternalFormat": {"type": "string"}, "pixelWidth": {"type": "integer"}, "pixelHeight": {"type": "integer"}, "pixelDepth": {"type": "integer"}, "numberOfArrayElements": {"type": "integer"}, "numberOfFaces": {"type": "integer"}, "numberOfMipmapLevels": {"type": "integer"}, "bytesOfKeyValueData": {"type": "integer"}}, "required": ["identifier", "endianness", "glType", "glTypeSize", "glFormat", "glInternalFormat", "glBaseInternalFormat", "pixelWidth", "pixelHeight", "pixelDepth", "numberOfArrayElements", "numberOfFaces", "numberOfMipmapLevels", "bytesOfKeyValueData"]}, "levels": {"type": "array", "items": {"type": "object", "properties": {"imageSize": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}}, "required": ["imageSize", "images"]}}}, "required": ["format", "header", "levels"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"format" : "KTX 11", "header" : {"identifier" : "%ABKTX 11%BB%0D%0A%1A%0A", "endianness" : "0x04030201", "glType" : "0x0000", "glTypeSize" : 1, "glFormat" : "0x0000", "glInternalFormat" : "GL_COMPRESSED_RGBA_S3TC_DXT5_EXT", "glBaseInternalFormat" : "GL_RGBA", "pixelWidth" : 64, "pixelHeight" : 64, "pixelDepth" : 0, "numberOfArrayElements" : 0, "numberOfFaces" : 1, "numberOfMipmapLevels" : 7, "bytesOfKeyValueData" : 0}, "levels" : [{"imageSize" : 4096, "images" : ["bin/format_bc3_unorm.0.bin"]}, {"imageSize" : 1024, "images" : ["%00%FF%49%92%24%49%92%24%A2%F8%62%F8%AA%AA%AA%AA"]}, {"imageSize" : 256, "images" : ["%00%FF%49%92%24%49%92%24%E4%FF%E4%FF%00%00%00%00"]}, {"imageSize" : 64, "images" : ["%00%FF%49%92%24%49%92%24%E7%3F%E5%2F%AA%AA%AA%AA"]}, {"imageSize" : 16, "images" : ["%00%FF%49%92%24%49%92%24%FF%4F%FF%3F%AA%AA%AA%AA"]}, {"imageSize" : 16, "images" : ["%00%FF%49%92%24%49%92%24%BF%5A%BF%4A%AA%AA%AA%AA"]}, {"imageSize" : 16, "images" : ["%00%FF%49%92%24%49%92%24%5F%FB%1F%FB%AA%AA%AA%AA"]}]}
json_instruct
{"type": "object", "properties": {"format": {"type": "string"}, "header": {"type": "object", "properties": {"identifier": {"type": "string"}, "endianness": {"type": "string"}, "glType": {"type": "string"}, "glTypeSize": {"type": "integer"}, "glFormat": {"type": "string"}, "glInternalFormat": {"type": "string"}, "glBaseInternalFormat": {"type": "string"}, "pixelWidth": {"type": "integer"}, "pixelHeight": {"type": "integer"}, "pixelDepth": {"type": "integer"}, "numberOfArrayElements": {"type": "integer"}, "numberOfFaces": {"type": "integer"}, "numberOfMipmapLevels": {"type": "integer"}, "bytesOfKeyValueData": {"type": "integer"}}, "required": ["identifier", "endianness", "glType", "glTypeSize", "glFormat", "glInternalFormat", "glBaseInternalFormat", "pixelWidth", "pixelHeight", "pixelDepth", "numberOfArrayElements", "numberOfFaces", "numberOfMipmapLevels", "bytesOfKeyValueData"]}, "levels": {"type": "array", "items": {"type": "object", "properties": {"imageSize": {"type": "integer"}, "images": {"type": "array", "items": {"type": "string"}}}, "required": ["imageSize", "images"]}}}, "required": ["format", "header", "levels"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"translations": {"type": "object", "properties": {"Activate TOTP": {"type": "string"}, "This is your new TOTP secret:": {"type": "string"}, "Scan this QR code with your TOTP app": {"type": "string"}, "To enable second-factor verify authentication code below.": {"type": "string"}, "Authentication code": {"type": "string"}, "Verify": {"type": "string"}, "Verified": {"type": "string"}, "Not verified": {"type": "string"}, "Authenticate with a TOTP app": {"type": "string"}, "TOTP Second-factor Auth": {"type": "string"}}, "required": ["Activate TOTP", "This is your new TOTP secret:", "Scan this QR code with your TOTP app", "To enable second-factor verify authentication code below.", "Authentication code", "Verify", "Verified", "Not verified", "Authenticate with a TOTP app", "TOTP Second-factor Auth"]}, "pluralForm": {"type": "string"}}, "required": ["translations", "pluralForm"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"translations" : {"Activate TOTP" : "Aktivizo TOTP", "This is your new TOTP secret:" : "Kjo \u00ebsht\u00eb e fshehta juaj TOTP e re:", "Scan this QR code with your TOTP app" : "Skanojeni k\u00ebt\u00eb kod QR me aplikacionin tuaj TOTP", "To enable second-factor verify authentication code below." : "P\u00ebr aktivizimin e faktorit t\u00eb dyt\u00eb, verifikoni kodin e mir\u00ebfillt\u00ebsimit m\u00eb posht\u00eb.", "Authentication code" : "Kod mir\u00ebfillt\u00ebsimi", "Verify" : "Verifikoje", "Verified" : "U verifikua", "Not verified" : "S\u2019u verifikua", "Authenticate with a TOTP app" : "Mir\u00ebfillt\u00ebsimin kryejeni me nj\u00eb aplikacion TOTP", "TOTP Second-factor Auth" : "TOTP Second-factor Auth"}, "pluralForm" : "nplurals=2; plural=(n != 1);"}
json_instruct
{"type": "object", "properties": {"translations": {"type": "object", "properties": {"Activate TOTP": {"type": "string"}, "This is your new TOTP secret:": {"type": "string"}, "Scan this QR code with your TOTP app": {"type": "string"}, "To enable second-factor verify authentication code below.": {"type": "string"}, "Authentication code": {"type": "string"}, "Verify": {"type": "string"}, "Verified": {"type": "string"}, "Not verified": {"type": "string"}, "Authenticate with a TOTP app": {"type": "string"}, "TOTP Second-factor Auth": {"type": "string"}}, "required": ["Activate TOTP", "This is your new TOTP secret:", "Scan this QR code with your TOTP app", "To enable second-factor verify authentication code below.", "Authentication code", "Verify", "Verified", "Not verified", "Authenticate with a TOTP app", "TOTP Second-factor Auth"]}, "pluralForm": {"type": "string"}}, "required": ["translations", "pluralForm"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "CWE-785", "name" : "Use of Path Manipulation Function without Maximum-sized Buffer", "href" : "AIP/quality-standards/CWE/items/CWE-785", "url" : "https://cwe.mitre.org/data/definitions/785.html", "count" : 0}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "href": {"type": "string"}, "url": {"type": "string"}, "count": {"type": "integer"}}, "required": ["id", "name", "href", "url", "count"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"IsRecentlyVerified" : false, "ID" : 14921, "UUID" : "B60D92E4-4DBC-4FBB-BB1B-E690443A82D3", "DataProviderID" : 1, "OperatorID" : 22, "OperatorsReference" : "CBGMD", "AddressInfo" : {"ID" : 15267, "Title" : "Musgrave Group Head Office", "AddressLine1" : "Musgrave Group Head Office, Ballycurreen, Airport Road, Cork", "Town" : "Cork", "CountryID" : 3, "Latitude" : 51.867899, "Longitude" : -8.474804, "DistanceUnit" : 0}, "Connections" : [{"ID" : 91936, "ConnectionTypeID" : 25, "StatusTypeID" : 50, "LevelID" : 2, "Amps" : 32, "Voltage" : 400, "PowerKW" : 22, "CurrentTypeID" : 20, "Quantity" : 2}], "NumberOfPoints" : 2, "StatusTypeID" : 50, "DateLastStatusUpdate" : "2019-06-03T10:59:00Z", "DataQualityLevel" : 2, "DateCreated" : "2012-12-11T15:08:00Z", "SubmissionStatusTypeID" : 100}
json_instruct
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "OperatorsReference": {"type": "string"}, "AddressInfo": {"type": "object", "properties": {"ID": {"type": "integer"}, "Title": {"type": "string"}, "AddressLine1": {"type": "string"}, "Town": {"type": "string"}, "CountryID": {"type": "integer"}, "Latitude": {"type": "number"}, "Longitude": {"type": "number"}, "DistanceUnit": {"type": "integer"}}, "required": ["ID", "Title", "AddressLine1", "Town", "CountryID", "Latitude", "Longitude", "DistanceUnit"]}, "Connections": {"type": "array", "items": {"type": "object", "properties": {"ID": {"type": "integer"}, "ConnectionTypeID": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "LevelID": {"type": "integer"}, "Amps": {"type": "integer"}, "Voltage": {"type": "integer"}, "PowerKW": {"type": "integer"}, "CurrentTypeID": {"type": "integer"}, "Quantity": {"type": "integer"}}, "required": ["ID", "ConnectionTypeID", "StatusTypeID", "LevelID", "Amps", "Voltage", "PowerKW", "CurrentTypeID", "Quantity"]}}, "NumberOfPoints": {"type": "integer"}, "StatusTypeID": {"type": "integer"}, "DateLastStatusUpdate": {"type": "string"}, "DataQualityLevel": {"type": "integer"}, "DateCreated": {"type": "string"}, "SubmissionStatusTypeID": {"type": "integer"}}, "required": ["IsRecentlyVerified", "ID", "UUID", "DataProviderID", "OperatorID", "OperatorsReference", "AddressInfo", "Connections", "NumberOfPoints", "StatusTypeID", "DateLastStatusUpdate", "DataQualityLevel", "DateCreated", "SubmissionStatusTypeID"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"reauth_successful": {"type": "string"}, "single_instance_allowed": {"type": "string"}, "unknown_authorize_url_generation": {"type": "string"}}, "required": ["reauth_successful", "single_instance_allowed", "unknown_authorize_url_generation"]}, "error": {"type": "object", "properties": {"unknown": {"type": "string"}}, "required": ["unknown"]}}, "required": ["abort", "error"]}, "device_automation": {"type": "object", "properties": {"trigger_type": {"type": "object", "properties": {"camera_motion": {"type": "string"}, "camera_person": {"type": "string"}, "camera_sound": {"type": "string"}, "doorbell_chime": {"type": "string"}}, "required": ["camera_motion", "camera_person", "camera_sound", "doorbell_chime"]}}, "required": ["trigger_type"]}}, "required": ["config", "device_automation"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"config" : {"abort" : {"reauth_successful" : "Yeniden kimlik do\u011frulama ba\u015far\u0131l\u0131 oldu", "single_instance_allowed" : "Zaten yap\u0131land\u0131r\u0131lm\u0131\u015f. Yaln\u0131zca tek bir konfig\u00fcrasyon m\u00fcmk\u00fcnd\u00fcr.", "unknown_authorize_url_generation" : "Yetkilendirme url'si olu\u015fturulurken bilinmeyen hata."}, "error" : {"unknown" : "Beklenmeyen hata"}}, "device_automation" : {"trigger_type" : {"camera_motion" : "Hareket alg\u0131land\u0131", "camera_person" : "Ki\u015fi alg\u0131land\u0131", "camera_sound" : "Ses alg\u0131land\u0131", "doorbell_chime" : "Kap\u0131 zili bas\u0131ld\u0131"}}}
json_instruct
{"type": "object", "properties": {"config": {"type": "object", "properties": {"abort": {"type": "object", "properties": {"reauth_successful": {"type": "string"}, "single_instance_allowed": {"type": "string"}, "unknown_authorize_url_generation": {"type": "string"}}, "required": ["reauth_successful", "single_instance_allowed", "unknown_authorize_url_generation"]}, "error": {"type": "object", "properties": {"unknown": {"type": "string"}}, "required": ["unknown"]}}, "required": ["abort", "error"]}, "device_automation": {"type": "object", "properties": {"trigger_type": {"type": "object", "properties": {"camera_motion": {"type": "string"}, "camera_person": {"type": "string"}, "camera_sound": {"type": "string"}, "doorbell_chime": {"type": "string"}}, "required": ["camera_motion", "camera_person", "camera_sound", "doorbell_chime"]}}, "required": ["trigger_type"]}}, "required": ["config", "device_automation"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "minecraft:crafting_shapeless", "ingredients" : [{"item" : "floralis:blackclayblock"}], "result" : {"item" : "floralis:blackclay", "count" : 9}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "object", "properties": {"item": {"type": "string"}, "count": {"type": "integer"}}, "required": ["item", "count"]}}, "required": ["type", "ingredients", "result"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"schema_version" : "1.2.0", "id" : "GHSA-57hc-wp4j-p6hv", "modified" : "2022-05-01T06:41:41Z", "published" : "2022-05-01T06:41:41Z", "aliases" : ["CVE-2006-0664"], "details" : "Cross-site scripting (XSS) vulnerability in config_defaults_inc.php in Mantis before 1.0 allows remote attackers to inject arbitrary web script or HTML via unknown attack vectors. NOTE: the provenance of this information is unknown; the details are obtained solely from third party information. An original vendor bug report is referenced, but not accessible to the general public.", "severity" : [], "affected" : [], "references" : [{"type" : "ADVISORY", "url" : "https://nvd.nist.gov/vuln/detail/CVE-2006-0664"}, {"type" : "WEB", "url" : "https://exchange.xforce.ibmcloud.com/vulnerabilities/24585"}, {"type" : "WEB", "url" : "http://secunia.com/advisories/21400"}, {"type" : "WEB", "url" : "http://www.debian.org/security/2006/dsa-1133"}, {"type" : "WEB", "url" : "http://www.securityfocus.com/bid/16561"}, {"type" : "WEB", "url" : "http://www.vupen.com/english/advisories/2006/0485"}], "database_specific" : {"cwe_ids" : [], "severity" : "MODERATE", "github_reviewed" : false}}
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "array", "items": {}}, "references": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "database_specific": {"type": "object", "properties": {"cwe_ids": {"type": "array", "items": {}}, "severity": {"type": "string"}, "github_reviewed": {"type": "boolean"}}, "required": ["cwe_ids", "severity", "github_reviewed"]}}, "required": ["schema_version", "id", "modified", "published", "aliases", "details", "severity", "affected", "references", "database_specific"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"topic" : "Installating Radiance in Ubuntu 7.10", "category" : "radiance-general", "attachments" : [], "created_by_name" : "EncaseIndia", "created_at" : "December 10, 2008 at 09:14PM", "body" : "Dear All,\n\n\nIs there a step by step installation guide for installing Radiance in Ubuntu 7.10?\n\n\nI did the following:\n\n\n1) Tried downloading using Synaptic Manager and apt-get. Radiance does not show in list of available packages.\n\n\n2) Downloaded source from Radiance Home page.\n\n\n3) Installed tcsh and ran the script as follows:\n tcsh makeall install\n\n\n4) Radiance was installed, but some errors were shown in config.log.\n Trad was not installed. Some libtiff was not installed/ working.\n\n\n5) Googled the error codes. There was a suggestion to download g++4.1 and tcl 8.5. Installed same using Synaptic, but was not able to overcome the error.\n\n\n6) My system config:\n Compaq Presario - Intel CPU, Celeron 2.5 Ghz and 512MB ram \n\n\nKindly help as I don't know what else to do.\n\n\nRegards,\nJP\n___\n<sup>Automatically generated content from [radiance mailing-list](https://radiance-online.org/pipermail/radiance-general/2008-December/005582.html).</sup>", "id" : "radiance-general_005582", "created_by" : "EncaseIndia"}
json_instruct
{"type": "object", "properties": {"topic": {"type": "string"}, "category": {"type": "string"}, "attachments": {"type": "array", "items": {}}, "created_by_name": {"type": "string"}, "created_at": {"type": "string"}, "body": {"type": "string"}, "id": {"type": "string"}, "created_by": {"type": "string"}}, "required": ["topic", "category", "attachments", "created_by_name", "created_at", "body", "id", "created_by"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "types": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "transpile": {"type": "string"}, "build": {"type": "string"}, "distribute": {"type": "string"}}, "required": ["clean", "transpile", "build", "distribute"]}}, "required": ["name", "version", "description", "types", "main", "author", "license", "files", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "@jems/events-domain", "version" : "0.0.1", "description" : "Domain abtraction for @jems/event", "types" : "definitions/index.ts", "main" : "index.js", "author" : "Francisco Mercedes <franciscomerdot@gmail.com>", "license" : "MIT", "files" : ["dist", "README.md"], "scripts" : {"clean" : "rimraf dist bin ", "transpile" : "tsc -p tsconfig.json", "build" : "yarn clean && yarn transpile", "distribute" : "yarn build && copyfiles -u 1 bin/index.js dist && copyfiles -u 1 bin/**/*.d.ts dist/definitions"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "types": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"clean": {"type": "string"}, "transpile": {"type": "string"}, "build": {"type": "string"}, "distribute": {"type": "string"}}, "required": ["clean", "transpile", "build", "distribute"]}}, "required": ["name", "version", "description", "types", "main", "author", "license", "files", "scripts"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "1001", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Psr Siborong Borong"}, {"id" : "2002", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Siborong Borong I"}, {"id" : "2003", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Siborong Borong II"}, {"id" : "2004", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Sitampurung"}, {"id" : "2005", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Sitabotabo"}, {"id" : "2006", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Bahal Batu I"}, {"id" : "2007", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Bahal Batu II"}, {"id" : "2008", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Bahal Batu III"}, {"id" : "2009", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Lobu Siregar I"}, {"id" : "2010", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Lobu Siregar II"}, {"id" : "2011", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Pohan Julu"}, {"id" : "2012", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Pohan Tonga"}, {"id" : "2013", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Pohan Jae"}, {"id" : "2014", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Paniaran"}, {"id" : "2015", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Parik Sabungan"}, {"id" : "2016", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Hutabulu"}, {"id" : "2017", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Lumban Tonga Tonga"}, {"id" : "2018", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Sigumbang"}, {"id" : "2019", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Siaro"}, {"id" : "2020", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Silait-Lait"}, {"id" : "2021", "provinceId" : "12", "regencyId" : "02", "districtId" : "09", "name" : "Sitabotabo Toruan"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"rustc" : 4606162150436181663, "features" : "[]", "target" : 6917991793654184695, "profile" : 6269190295429226618, "path" : 6228309701717988636, "deps" : [], "local" : [{"CheckDepInfo" : {"dep_info" : "release\\.fingerprint\\mime-4d70e8359f98deff\\dep-lib-mime"}}], "rustflags" : [], "metadata" : 9035816696660524183, "config" : 2202906307356721367, "compile_kind" : 0}
json_instruct
{"type": "object", "properties": {"rustc": {"type": "integer"}, "features": {"type": "string"}, "target": {"type": "integer"}, "profile": {"type": "integer"}, "path": {"type": "integer"}, "deps": {"type": "array", "items": {}}, "local": {"type": "array", "items": {"type": "object", "properties": {"CheckDepInfo": {"type": "object", "properties": {"dep_info": {"type": "string"}}, "required": ["dep_info"]}}, "required": ["CheckDepInfo"]}}, "rustflags": {"type": "array", "items": {}}, "metadata": {"type": "integer"}, "config": {"type": "integer"}, "compile_kind": {"type": "integer"}}, "required": ["rustc", "features", "target", "profile", "path", "deps", "local", "rustflags", "metadata", "config", "compile_kind"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "values" : ["origins_necromancy:bone_plate"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "values": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "values"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "doom palm", "definition" : "A species of palm tree (Hyph\u00e6ne Thebaica), highly valued for the fibrous pulp of its fruit, which has the flavor of gingerbread, and is largely eaten in Egypt and Abyssinia. [Written also doum palm.]"}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Satellite P55T-C5114", "description" : "A 15.6 inch PC laptop.", "url" : "https://support.dynabook.com/support/modelHome?freeText=1200011329&osId=24"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "null"}, "context": {"type": "object", "properties": {"__notFound": {"type": "boolean"}}, "required": ["__notFound"]}}, "required": ["hash", "data", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "60aeb9a6331d738f4beada1c63b0d61e088a7177", "data" : null, "context" : {"__notFound" : true}}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "data": {"type": "null"}, "context": {"type": "object", "properties": {"__notFound": {"type": "boolean"}}, "required": ["__notFound"]}}, "required": ["hash", "data", "context"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"n_targets": {"type": "integer"}, "n_bootstraps": {"type": "integer"}, "n_processed": {"type": "integer"}, "kallisto_version": {"type": "string"}, "index_version": {"type": "integer"}, "start_time": {"type": "string"}, "call": {"type": "string"}}, "required": ["n_targets", "n_bootstraps", "n_processed", "kallisto_version", "index_version", "start_time", "call"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"n_targets" : 33746, "n_bootstraps" : 200, "n_processed" : 19863870, "kallisto_version" : "0.43.0", "index_version" : 10, "start_time" : "Mon Sep 18 12:18:29 2017", "call" : "kallisto quant -i /woldlab/castor/home/dangeles/genomes/WBcel235/WBcel235_kallisto_index --output /woldlab/castor/home/dangeles/projects/betting_genes/kallisto/Project_19237_index11 -b 200 -t 16 --single -l 200 -s 40 --bias -t 16 Project_19237_index11/Sample_19237/19237_GGCTAC_L001_R1_001.fastq.gz Project_19237_index11/Sample_19237/19237_GGCTAC_L001_R1_002.fastq.gz Project_19237_index11/Sample_19237/19237_GGCTAC_L001_R1_003.fastq.gz Project_19237_index11/Sample_19237/19237_GGCTAC_L002_R1_001.fastq.gz Project_19237_index11/Sample_19237/19237_GGCTAC_L002_R1_002.fastq.gz Project_19237_index11/Sample_19237/19237_GGCTAC_L002_R1_003.fastq.gz"}
json_instruct
{"type": "object", "properties": {"n_targets": {"type": "integer"}, "n_bootstraps": {"type": "integer"}, "n_processed": {"type": "integer"}, "kallisto_version": {"type": "string"}, "index_version": {"type": "integer"}, "start_time": {"type": "string"}, "call": {"type": "string"}}, "required": ["n_targets", "n_bootstraps", "n_processed", "kallisto_version", "index_version", "start_time", "call"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "side": {"type": "string"}, "top": {"type": "string"}, "bottom": {"type": "string"}, "middle": {"type": "string"}, "roof": {"type": "string"}, "elements": {"type": "string"}}, "required": ["particle", "side", "top", "bottom", "middle", "roof", "elements"]}, "uvlock": {"type": "boolean"}}, "required": ["model", "textures", "uvlock"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {"transform": {"type": "string"}}, "required": ["transform"]}}, "direction": {"type": "object", "properties": {"north": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "east": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "south": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "west": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}}, "required": ["north", "east", "south", "west"]}}, "required": ["inventory", "direction"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"forge_marker" : 1, "defaults" : {"model" : "refinedstorage:solderer", "textures" : {"particle" : "refinedstorage:blocks/solderer_top", "side" : "refinedstorage:blocks/solderer_side", "top" : "refinedstorage:blocks/solderer_top", "bottom" : "refinedstorage:blocks/solderer_bottom", "middle" : "refinedstorage:blocks/solderer_middle", "roof" : "refinedstorage:blocks/solderer_roof", "elements" : "refinedstorage:blocks/solderer_elements"}, "uvlock" : false}, "variants" : {"inventory" : [{"transform" : "forge:default-block"}], "direction" : {"north" : {"y" : 0}, "east" : {"y" : 90}, "south" : {"y" : 180}, "west" : {"y" : 270}}}}
json_instruct
{"type": "object", "properties": {"forge_marker": {"type": "integer"}, "defaults": {"type": "object", "properties": {"model": {"type": "string"}, "textures": {"type": "object", "properties": {"particle": {"type": "string"}, "side": {"type": "string"}, "top": {"type": "string"}, "bottom": {"type": "string"}, "middle": {"type": "string"}, "roof": {"type": "string"}, "elements": {"type": "string"}}, "required": ["particle", "side", "top", "bottom", "middle", "roof", "elements"]}, "uvlock": {"type": "boolean"}}, "required": ["model", "textures", "uvlock"]}, "variants": {"type": "object", "properties": {"inventory": {"type": "array", "items": {"type": "object", "properties": {"transform": {"type": "string"}}, "required": ["transform"]}}, "direction": {"type": "object", "properties": {"north": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "east": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "south": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}, "west": {"type": "object", "properties": {"y": {"type": "integer"}}, "required": ["y"]}}, "required": ["north", "east", "south", "west"]}}, "required": ["inventory", "direction"]}}, "required": ["forge_marker", "defaults", "variants"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2021-07-28T00:00:00Z", "Temp" : 26.7, "RelHum" : 77, "WindSpeed" : 2, "WindDir" : 137}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "integer"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "api_model": {"type": "string"}, "api_link": {"type": "string"}, "title": {"type": "string"}, "is_featured": {"type": "boolean"}, "description": {"type": "null"}, "short_description": {"type": "null"}, "web_url": {"type": "null"}, "image_url": {"type": "null"}, "type": {"type": "string"}, "status": {"type": "string"}, "aic_start_at": {"type": "string"}, "aic_end_at": {"type": "string"}, "date_display": {"type": "null"}, "department_display": {"type": "null"}, "gallery_id": {"type": "null"}, "gallery_title": {"type": "null"}, "artwork_ids": {"type": "array", "items": {}}, "artwork_titles": {"type": "array", "items": {}}, "artist_ids": {"type": "array", "items": {}}, "site_ids": {"type": "array", "items": {}}, "image_id": {"type": "string"}, "alt_image_ids": {"type": "array", "items": {"type": "string"}}, "document_ids": {"type": "array", "items": {}}, "suggest_autocomplete_all": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "string"}}, "contexts": {"type": "object", "properties": {"groupings": {"type": "array", "items": {"type": "string"}}}, "required": ["groupings"]}}, "required": ["input", "contexts"]}, "last_updated_source": {"type": "string"}, "last_updated": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["id", "api_model", "api_link", "title", "is_featured", "description", "short_description", "web_url", "image_url", "type", "status", "aic_start_at", "aic_end_at", "date_display", "department_display", "gallery_id", "gallery_title", "artwork_ids", "artwork_titles", "artist_ids", "site_ids", "image_id", "alt_image_ids", "document_ids", "suggest_autocomplete_all", "last_updated_source", "last_updated", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 8115, "api_model" : "exhibitions", "api_link" : "https://api.artic.edu/api/v1/exhibitions/8115", "title" : "Out of a Dark Room: Photographic Variations from the Permanent Collection", "is_featured" : false, "description" : null, "short_description" : null, "web_url" : null, "image_url" : null, "type" : "AIC Only", "status" : "Closed", "aic_start_at" : "1995-04-15T00:00:00-05:00", "aic_end_at" : "1995-09-04T00:00:00-05:00", "date_display" : null, "department_display" : null, "gallery_id" : null, "gallery_title" : null, "artwork_ids" : [], "artwork_titles" : [], "artist_ids" : [], "site_ids" : [], "image_id" : "0d13f145-a2e3-2335-9e66-818c3fddb2b0", "alt_image_ids" : ["b4a89df6-732d-0017-c013-03f97038c78d", "d5f90e5c-4def-33d9-1dcc-fe5dd89456ab", "55d74e62-f88d-6593-ec79-592397aba389", "e07ce28d-fbec-e0dd-c705-64cc491787c5", "7d001315-b20c-5615-9ae3-4cdf53eca4cf", "2ba0f5a3-b334-b913-3a34-1b35e238b5f4", "032867da-d613-35f5-0bc2-ff796c3e8421", "0e4c2306-3010-5ba6-ba49-0c817d3e4b56", "1bedcd71-c301-1563-0244-fd7c4db5882d", "b9aa69a1-7009-ff73-7b61-47773487bb6b", "26cc0281-087e-9b0e-eec5-a376152bdae7", "bfcdd889-bd1c-ecd8-8081-eb0971892d4a", "22538ec6-a967-ef25-5c05-741ab1b65ca4", "a8415ab2-ae47-5f8c-d7ff-ffebba566c60"], "document_ids" : [], "suggest_autocomplete_all" : {"input" : ["Out of a Dark Room: Photographic Variations from the Permanent Collection"], "contexts" : {"groupings" : ["title"]}}, "last_updated_source" : "1976-09-02T11:20:00-05:00", "last_updated" : "2020-12-15T10:13:45-06:00", "timestamp" : "2021-01-14T17:15:38-06:00"}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "api_model": {"type": "string"}, "api_link": {"type": "string"}, "title": {"type": "string"}, "is_featured": {"type": "boolean"}, "description": {"type": "null"}, "short_description": {"type": "null"}, "web_url": {"type": "null"}, "image_url": {"type": "null"}, "type": {"type": "string"}, "status": {"type": "string"}, "aic_start_at": {"type": "string"}, "aic_end_at": {"type": "string"}, "date_display": {"type": "null"}, "department_display": {"type": "null"}, "gallery_id": {"type": "null"}, "gallery_title": {"type": "null"}, "artwork_ids": {"type": "array", "items": {}}, "artwork_titles": {"type": "array", "items": {}}, "artist_ids": {"type": "array", "items": {}}, "site_ids": {"type": "array", "items": {}}, "image_id": {"type": "string"}, "alt_image_ids": {"type": "array", "items": {"type": "string"}}, "document_ids": {"type": "array", "items": {}}, "suggest_autocomplete_all": {"type": "object", "properties": {"input": {"type": "array", "items": {"type": "string"}}, "contexts": {"type": "object", "properties": {"groupings": {"type": "array", "items": {"type": "string"}}}, "required": ["groupings"]}}, "required": ["input", "contexts"]}, "last_updated_source": {"type": "string"}, "last_updated": {"type": "string"}, "timestamp": {"type": "string"}}, "required": ["id", "api_model", "api_link", "title", "is_featured", "description", "short_description", "web_url", "image_url", "type", "status", "aic_start_at", "aic_end_at", "date_display", "department_display", "gallery_id", "gallery_title", "artwork_ids", "artwork_titles", "artist_ids", "site_ids", "image_id", "alt_image_ids", "document_ids", "suggest_autocomplete_all", "last_updated_source", "last_updated", "timestamp"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "description": {"type": "string"}, "author": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}}, "required": ["@angular/core", "@angular/common"]}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "ngPackage": {"type": "object", "properties": {"lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"@nutrify/quill-emoji-mart-picker": {"type": "string"}, "quill": {"type": "string"}, "emoji-regex": {"type": "string"}}, "required": ["@nutrify/quill-emoji-mart-picker", "quill", "emoji-regex"]}}, "required": ["entryFile", "umdModuleIds"]}, "dest": {"type": "string"}}, "required": ["lib", "dest"]}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "name", "version", "publishConfig", "description", "author", "peerDependencies", "bugs", "homepage", "repository", "license", "ngPackage", "funding", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"$schema" : "../../node_modules/ng-packagr/package.schema.json", "name" : "@nutrify/quill-emoji-mart-picker", "version" : "1.1.3", "publishConfig" : {"access" : "public"}, "description" : "Quill Emoji Plugin", "author" : "Raphael Michl <raphael.michl@protonmail.com>", "peerDependencies" : {"@angular/core" : ">=8.0.0-0", "@angular/common" : ">=8.0.0-0"}, "bugs" : "https://github.com/raphaelM-sudo/quill-emoji-mart-picker/issues", "homepage" : "https://github.com/raphaelM-sudo/quill-emoji-mart-picker", "repository" : "raphaelM-sudo/quill-emoji-mart-picker", "license" : "MIT", "ngPackage" : {"lib" : {"entryFile" : "quill-emoji-mart-picker.ts", "umdModuleIds" : {"@nutrify/quill-emoji-mart-picker" : "@nutrify/quill-emoji-mart-picker", "quill" : "quill", "emoji-regex" : "emoji-regex"}}, "dest" : "../../dist/quill-emoji-mart-picker"}, "funding" : {"type" : "BuyMeACoffee", "url" : "https://www.buymeacoffee.com/raphaelm"}, "keywords" : ["content", "editable", "emoji", "quill", "editor", "mart", "picker"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "publishConfig": {"type": "object", "properties": {"access": {"type": "string"}}, "required": ["access"]}, "description": {"type": "string"}, "author": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/core": {"type": "string"}, "@angular/common": {"type": "string"}}, "required": ["@angular/core", "@angular/common"]}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "string"}, "license": {"type": "string"}, "ngPackage": {"type": "object", "properties": {"lib": {"type": "object", "properties": {"entryFile": {"type": "string"}, "umdModuleIds": {"type": "object", "properties": {"@nutrify/quill-emoji-mart-picker": {"type": "string"}, "quill": {"type": "string"}, "emoji-regex": {"type": "string"}}, "required": ["@nutrify/quill-emoji-mart-picker", "quill", "emoji-regex"]}}, "required": ["entryFile", "umdModuleIds"]}, "dest": {"type": "string"}}, "required": ["lib", "dest"]}, "funding": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}}, "required": ["$schema", "name", "version", "publishConfig", "description", "author", "peerDependencies", "bugs", "homepage", "repository", "license", "ngPackage", "funding", "keywords"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AB" : ["de", "ee", "fe", "ge", "he", "hd", "hc", "hb", "ha", "ga", "gf", "cd", "dd"], "AW" : ["eb", "gd", "fa", "gb", "gc", "cc", "bd", "be", "ce", "cg", "ef", "ff", "gg", "hg", "jg", "je", "jc", "jb"], "SZ" : "19", "C" : "Black to play", "SOL" : [["B", "db", "", ""]]}
json_instruct
{"type": "object", "properties": {"AB": {"type": "array", "items": {"type": "string"}}, "AW": {"type": "array", "items": {"type": "string"}}, "SZ": {"type": "string"}, "C": {"type": "string"}, "SOL": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["AB", "AW", "SZ", "C", "SOL"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"username" : "squeakers", "password" : "gipami-6"}
json_instruct
{"type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}, "required": ["username", "password"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"active": {"type": "boolean"}, "slack_client_token": {"type": "string"}, "channel_id": {"type": "array", "items": {"type": "string"}}, "report_images_comment": {"type": "string"}, "report_images": {"type": "boolean"}, "slack_description": {"type": "string"}}, "required": ["active", "slack_client_token", "channel_id", "report_images_comment", "report_images", "slack_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"active" : true, "slack_client_token" : "slack API token here", "channel_id" : ["list of channels you want the Slack report to be posted to"], "report_images_comment" : "If true, will post all graphs for each experiment in Slack thread", "report_images" : true, "slack_description" : "Something you want to show up above the slack integration message"}
json_instruct
{"type": "object", "properties": {"active": {"type": "boolean"}, "slack_client_token": {"type": "string"}, "channel_id": {"type": "array", "items": {"type": "string"}}, "report_images_comment": {"type": "string"}, "report_images": {"type": "boolean"}, "slack_description": {"type": "string"}}, "required": ["active", "slack_client_token", "channel_id", "report_images_comment", "report_images", "slack_description"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Melt", "symbol" : "MELT", "type" : "ERC20", "decimals" : 2, "description" : "-", "website" : "https://www.meltproject.net", "explorer" : "https://etherscan.io/token/0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806", "status" : "abandoned", "id" : "0x6f72b14383f5eCDAcDD2F761a5C4B070F91C2806"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "type": {"type": "string"}, "decimals": {"type": "integer"}, "description": {"type": "string"}, "website": {"type": "string"}, "explorer": {"type": "string"}, "status": {"type": "string"}, "id": {"type": "string"}}, "required": ["name", "symbol", "type", "decimals", "description", "website", "explorer", "status", "id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/densealloy/densealloychair.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/densealloy/densealloychair.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"DeniedAlternatives" : [], "Files" : {"objects/densealloy/densealloychair.object" : ["/description"]}, "Texts" : {"Chs" : "\u4e00\u5f20\u7531\u81f4\u5bc6\u5408\u91d1\u5236\u6210\u7684\u6905\u5b50\u3002", "Eng" : "A chair made from dense alloy."}}, {"DeniedAlternatives" : [], "Files" : {"objects/densealloy/densealloychair.object" : ["/apexDescription"]}, "Texts" : {"Chs" : "\u4e00\u5f20\u6781\u5176\u6c89\u91cd\u7684\u6905\u5b50\u3002", "Eng" : "An extremely heavy chair."}}, {"DeniedAlternatives" : [], "Files" : {"objects/densealloy/densealloychair.object" : ["/shortdescription"]}, "Texts" : {"Chs" : "\u81f4\u5bc6\u5408\u91d1\u6905\u5b50", "Eng" : "Dense Alloy Chair"}}, {"DeniedAlternatives" : [], "Files" : {"objects/densealloy/densealloychair.object" : ["/humanDescription"]}, "Texts" : {"Chs" : "\u8fd9\u628a\u6905\u5b50\u592a\u91cd\u4e86\uff0c\u6211\u642c\u4e0d\u52a8\u3002", "Eng" : "This chair is far too heavy for me to move."}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"DeniedAlternatives": {"type": "array", "items": {}}, "Files": {"type": "object", "properties": {"objects/densealloy/densealloychair.object": {"type": "array", "items": {"type": "string"}}}, "required": ["objects/densealloy/densealloychair.object"]}, "Texts": {"type": "object", "properties": {"Chs": {"type": "string"}, "Eng": {"type": "string"}}, "required": ["Chs", "Eng"]}}, "required": ["DeniedAlternatives", "Files", "Texts"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"zm": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "zma": {"type": "string"}, "zmeskal": {"type": "string"}, "zmodem": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "zmud": {"type": "string"}}, "required": ["zm", "zma", "zmeskal", "zmodem", "zmud"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"zm" : {"w" : "ZM", "t" : "[\u8ba1] \u8c03\u96f6; \u96f6\u8c03\u5236"}, "zma" : " [\u533b][=zinc meta-arsenite,insecticide]\u504f\u4e9a\u7837\u9178\u950c", "zmeskal" : "[\u4eba\u540d] \u5179\u6885\u65af\u5361\u5c14", "zmodem" : {"w" : "Zmodem", "t" : "[\u8ba1] Zmodem\u534f\u8bae"}, "zmud" : "zMUD\u662f\u4e92\u8054\u7f51\u4e0a\u6700\u597d\u7684 MUD \u5ba2\u6237\u7aef\u7a0b\u5e8f\u4e4b\u4e00\u3002\u5b83\u9664\u4e86\u4e00\u822c\u7684\u529f\u80fd\u4ee5\u5916\uff0c\u8fd8\u63d0\u4f9b\u5f88\u591a\u5b9e\u7528\u7684\u529f\u80fd\uff0c\u662f MUD \u73a9\u5bb6\u7684\u5fc5\u5907\u8f6f\u4ef6\u3002"}
json_instruct
{"type": "object", "properties": {"zm": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "zma": {"type": "string"}, "zmeskal": {"type": "string"}, "zmodem": {"type": "object", "properties": {"w": {"type": "string"}, "t": {"type": "string"}}, "required": ["w", "t"]}, "zmud": {"type": "string"}}, "required": ["zm", "zma", "zmeskal", "zmodem", "zmud"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"h" : "a7729821e18a3b11a76a", "c" : {"app" : true}}
json_instruct
{"type": "object", "properties": {"h": {"type": "string"}, "c": {"type": "object", "properties": {"app": {"type": "boolean"}}, "required": ["app"]}}, "required": ["h", "c"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contacts" : [], "guideStarURL" : "http://www.guidestarindia.org/Summary.aspx?CCReg=4859", "name" : "Krida Vikas Sanstha", "primaryEmail" : "abhijeet.barse@slumsoccer.org", "website" : "http://www.slumsoccer.org", "organisationType" : ["Direct Service", "Network"], "telephone" : ["919890727932", "919860311400"], "mainAddrress" : {"state" : "Maharashtra", "address" : ["St. Ursula's Premises, Red Cross Road", "Civil Lines", "Nagpur", "Maharashtra", "440001"]}, "briefDescription" : "Slum Soccer uses the sport of football as a tool for social inclusion and development. Since inception, we have brought a positive influence in the lives of nearly 80,000 men, women and children all over the country. Slum Soccer is the Indian National Partner to the Homeless World Cup, a member of streetfootballworld's network and has partnerships with the British High Commission, The Hindu, Coaches across Continents and One World Futbol.", "yearOfEstablishment" : "2002"}
json_instruct
{"type": "object", "properties": {"contacts": {"type": "array", "items": {}}, "guideStarURL": {"type": "string"}, "name": {"type": "string"}, "primaryEmail": {"type": "string"}, "website": {"type": "string"}, "organisationType": {"type": "array", "items": {"type": "string"}}, "telephone": {"type": "array", "items": {"type": "string"}}, "mainAddrress": {"type": "object", "properties": {"state": {"type": "string"}, "address": {"type": "array", "items": {"type": "string"}}}, "required": ["state", "address"]}, "briefDescription": {"type": "string"}, "yearOfEstablishment": {"type": "string"}}, "required": ["contacts", "guideStarURL", "name", "primaryEmail", "website", "organisationType", "telephone", "mainAddrress", "briefDescription", "yearOfEstablishment"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"react-native$": {"type": "string"}, "react-native-webview$": {"type": "string"}, "react-native-htmlview$": {"type": "string"}}, "required": ["react-native$", "react-native-webview$", "react-native-htmlview$"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"react-native$" : "react-native-web", "react-native-webview$" : "src/WebApp/Adapters/WebView", "react-native-htmlview$" : "src/WebApp/Adapters/HtmlView"}
json_instruct
{"type": "object", "properties": {"react-native$": {"type": "string"}, "react-native-webview$": {"type": "string"}, "react-native-htmlview$": {"type": "string"}}, "required": ["react-native$", "react-native-webview$", "react-native-htmlview$"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"operator_address": {"type": "string"}, "moniker": {"type": "string"}, "post_tx_hash": {"type": "string"}, "upvote_tx_hash": {"type": "string"}, "upvote_2_tx_hash": {"type": "string"}, "stake_tx_hash": {"type": "string"}}, "required": ["operator_address", "moniker", "post_tx_hash", "upvote_tx_hash", "upvote_2_tx_hash", "stake_tx_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"operator_address" : "starsvaloper180l54vlsm0t8dy6vl6vzh7578hegdn8gwxvgzd", "moniker" : "romann66", "post_tx_hash" : "678E022CFDE38D9F4C0C0E9EFD4D1BC5CE18D3563C1A6FB57710C0DB129FEC74", "upvote_tx_hash" : "58AEB3804943634B801C6026FCEAEA37B0A91D3F71CA2BBC6A8F0C9631815E72", "upvote_2_tx_hash" : "1C413D552E458DB176E2E462F4006042ADFD6407EB7AEB4CA95EF8F321261FA9", "stake_tx_hash" : "F94CF98E24B2D2A1DBF578618C52388980CA92FC0707A9435A02C7125FDA3D54"}
json_instruct
{"type": "object", "properties": {"operator_address": {"type": "string"}, "moniker": {"type": "string"}, "post_tx_hash": {"type": "string"}, "upvote_tx_hash": {"type": "string"}, "upvote_2_tx_hash": {"type": "string"}, "stake_tx_hash": {"type": "string"}}, "required": ["operator_address", "moniker", "post_tx_hash", "upvote_tx_hash", "upvote_2_tx_hash", "stake_tx_hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"s3cli": {"type": "string"}}, "required": ["s3cli"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "readmeFilename": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "cli-table": {"type": "string"}, "eyes": {"type": "string"}, "mime": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["commander", "cli-table", "eyes", "mime", "xml2js"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "chai": {"type": "string"}}, "required": ["mocha", "chai"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "readmeFilename", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "s3cli", "version" : "1.0.2", "description" : "S3 client and S3 Command Line Interface", "main" : "./index", "bin" : {"s3cli" : "./bin/s3cli"}, "scripts" : {"test" : "make test-spec"}, "repository" : {"type" : "git", "url" : "git://github.com/ogom/node-s3cli.git"}, "keywords" : ["amazon", "aws", "s3"], "author" : "ogom <ogom@hotmail.co.jp>", "license" : "MIT", "readmeFilename" : "README.md", "dependencies" : {"commander" : "1.2.x", "cli-table" : "0.2.x", "eyes" : "0.1.x", "mime" : "1.2.x", "xml2js" : "0.2.x"}, "devDependencies" : {"mocha" : "1.11.x", "chai" : "1.7.x"}, "engines" : {"node" : ">=0.8.x"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "object", "properties": {"s3cli": {"type": "string"}}, "required": ["s3cli"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "readmeFilename": {"type": "string"}, "dependencies": {"type": "object", "properties": {"commander": {"type": "string"}, "cli-table": {"type": "string"}, "eyes": {"type": "string"}, "mime": {"type": "string"}, "xml2js": {"type": "string"}}, "required": ["commander", "cli-table", "eyes", "mime", "xml2js"]}, "devDependencies": {"type": "object", "properties": {"mocha": {"type": "string"}, "chai": {"type": "string"}}, "required": ["mocha", "chai"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}}, "required": ["name", "version", "description", "main", "bin", "scripts", "repository", "keywords", "author", "license", "readmeFilename", "dependencies", "devDependencies", "engines"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"batch size": {"type": "integer"}, "eval_string": {"type": "string"}, "indexing (s)": {"type": "number"}, "size (GB)": {"type": "number"}, "retrieval (s)": {"type": "number"}, "per query (s)": {"type": "number"}, "mrr": {"type": "number"}}, "required": ["batch size", "eval_string", "indexing (s)", "size (GB)", "retrieval (s)", "per query (s)", "mrr"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"batch size" : 128, "eval_string" : "flat()", "indexing (s)" : 70.2471981048584, "size (GB)" : 25.29665855783969, "retrieval (s)" : 1918.7516865730286, "per query (s)" : 0.2748927917726402, "mrr" : 0.34432192886705804}
json_instruct
{"type": "object", "properties": {"batch size": {"type": "integer"}, "eval_string": {"type": "string"}, "indexing (s)": {"type": "number"}, "size (GB)": {"type": "number"}, "retrieval (s)": {"type": "number"}, "per query (s)": {"type": "number"}, "mrr": {"type": "number"}}, "required": ["batch size", "eval_string", "indexing (s)", "size (GB)", "retrieval (s)", "per query (s)", "mrr"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "demo": {"type": "string"}, "docs": {"type": "string"}, "download": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "title", "description", "keywords", "version", "author", "maintainers", "licenses", "bugs", "homepage", "demo", "docs", "download", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "countdown360", "title" : "Countdown 360", "description" : "This is a simple attractive circular countdown timer that counts down a number of seconds. The style is configurable and callbacks are supported on completion.", "keywords" : ["clock", "circular", "countdown", "timer", "jquery", "jquery-plugin", "plugin"], "version" : "0.1.9", "author" : {"name" : "John Schult", "email" : "johnschult@icloud.com", "url" : "https://github.com/johnschult"}, "maintainers" : [{"name" : "John Schult", "email" : "johnschult@icloud.com", "url" : "https://github.com/johnschult"}], "licenses" : [{"type" : "MIT", "url" : "http://johnschult.mit-license.org/"}], "bugs" : "https://github.com/johnschult/jquery.countdown360/issues", "homepage" : "https://github.com/johnschult/jquery.countdown360", "demo" : "http://jsfiddle.net/johnschult/gs3WY/", "docs" : "https://github.com/johnschult/jquery.countdown360#readme", "download" : "https://github.com/johnschult/jquery.countdown360/archive/master.zip", "dependencies" : {"jquery" : ">=1.4"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "maintainers": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}}, "licenses": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}}, "bugs": {"type": "string"}, "homepage": {"type": "string"}, "demo": {"type": "string"}, "docs": {"type": "string"}, "download": {"type": "string"}, "dependencies": {"type": "object", "properties": {"jquery": {"type": "string"}}, "required": ["jquery"]}}, "required": ["name", "title", "description", "keywords", "version", "author", "maintainers", "licenses", "bugs", "homepage", "demo", "docs", "download", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x4fe327c5a809fa721d47b80c5038a0b393e61305", "tool" : "securify", "start" : 1563495862.4237425, "end" : 1563495866.1914718, "duration" : 3.7677292823791504, "analysis" : null}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"_id" : "55ee5e4440ee3ff05a88dcd8", "index" : 65, "guid" : "0d005db9-da7a-4971-9c9d-27a0914c6596", "isActive" : true, "balance" : "$57,004.73", "picture" : "http://placehold.it/32x32", "age" : 47, "eyeColor" : "green", "name" : "Phyllis Mcknight", "gender" : "female", "company" : "MOBILDATA", "email" : "phyllismcknight@mobildata.com", "phone" : "+1 (944) 401-2983", "address" : "762 Coles Street, Maury, Illinois, 2654", "about" : "Do ea exercitation Lorem aliquip est quis. Laborum tempor eiusmod sint amet mollit nisi eu irure non labore culpa excepteur. Ut duis nulla ullamco proident. Non sunt aute cupidatat quis excepteur ex proident ullamco dolore nostrud aute. Lorem anim minim in magna exercitation qui commodo mollit irure culpa consectetur cupidatat qui. Nisi pariatur enim eu anim ea pariatur. Laborum fugiat culpa anim exercitation nostrud.\r\n", "registered" : "2014-11-13T01:24:32 -07:00", "tags" : ["est", "exercitation", "sunt", "magna", "consectetur", "et", "veniam"], "friends" : [{"id" : 0, "name" : "Serena Knox"}, {"id" : 1, "name" : "Rochelle Hays"}, {"id" : 2, "name" : "Josephine Bartlett"}], "greeting" : "Hello, Phyllis Mcknight! You have 9 unread messages.", "favoriteFruit" : "orange", "location" : {"latitude" : 81.419765, "longitude" : 64.438953}, "docFormat" : "json", "triples" : [{"triple" : {"subject" : "/sample-data/data-65.json", "predicate" : "http://www.w3.org/2000/01/rdf-schema#label", "object" : "Phyllis Mcknight"}}, {"triple" : {"subject" : "/sample-data/data-65.json", "predicate" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type", "object" : "http://xmlns.com/foaf/0.1/Person"}}, {"triple" : {"subject" : "/sample-data/data-65.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-62.json"}}, {"triple" : {"subject" : "/sample-data/data-65.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-2400.json"}}, {"triple" : {"subject" : "/sample-data/data-65.json", "predicate" : "http://xmlns.com/foaf/0.1/knows", "object" : "/sample-data/data-1592.json"}}]}
json_instruct
{"type": "object", "properties": {"_id": {"type": "string"}, "index": {"type": "integer"}, "guid": {"type": "string"}, "isActive": {"type": "boolean"}, "balance": {"type": "string"}, "picture": {"type": "string"}, "age": {"type": "integer"}, "eyeColor": {"type": "string"}, "name": {"type": "string"}, "gender": {"type": "string"}, "company": {"type": "string"}, "email": {"type": "string"}, "phone": {"type": "string"}, "address": {"type": "string"}, "about": {"type": "string"}, "registered": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "friends": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}}, "required": ["id", "name"]}}, "greeting": {"type": "string"}, "favoriteFruit": {"type": "string"}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}, "docFormat": {"type": "string"}, "triples": {"type": "array", "items": {"type": "object", "properties": {"triple": {"type": "object", "properties": {"subject": {"type": "string"}, "predicate": {"type": "string"}, "object": {"type": "string"}}, "required": ["subject", "predicate", "object"]}}, "required": ["triple"]}}}, "required": ["_id", "index", "guid", "isActive", "balance", "picture", "age", "eyeColor", "name", "gender", "company", "email", "phone", "address", "about", "registered", "tags", "friends", "greeting", "favoriteFruit", "location", "docFormat", "triples"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 3318120012, "parent" : 3318120, "name" : "BADEGAN", "latitude" : null, "longitude" : null, "postal" : [59163], "children" : []}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"no_of_atoms" : 424, "centre_of_mass" : [1.5068808335988406, 7.60908900040196, 16.111710961351545], "maximum_diameter" : {"diameter" : 24.99141512488868, "atom_1" : 28, "atom_2" : 281}, "pore_diameter" : {"diameter" : 6.3943387224445605, "atom" : 92}, "pore_volume" : 136.89435397282642, "pore_diameter_opt" : {"diameter" : 7.595927984581854, "atom_1" : 92, "centre_of_mass" : [1.8409669674540472, 7.7322385703357766, 16.60304833982247]}, "pore_volume_opt" : 229.47804334590413, "windows" : {"diameters" : [6.446808485778218, 7.609656524670081, 10.808980570917509, 7.147728753803204], "centre_of_mass" : [[1.1585880875005876, 9.457730961630235, 19.087877514530167], [3.6553017782130293, 4.861053092219493, 16.744098623087478], [-10.500956783896788, 10.048020648285636, 17.619641012948723], [3.3048181459017227, 8.21416362245103, 14.491096496587085]]}}
json_instruct
{"type": "object", "properties": {"no_of_atoms": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}, "maximum_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "atom_2": {"type": "integer"}}, "required": ["diameter", "atom_1", "atom_2"]}, "pore_diameter": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom": {"type": "integer"}}, "required": ["diameter", "atom"]}, "pore_volume": {"type": "number"}, "pore_diameter_opt": {"type": "object", "properties": {"diameter": {"type": "number"}, "atom_1": {"type": "integer"}, "centre_of_mass": {"type": "array", "items": {"type": "number"}}}, "required": ["diameter", "atom_1", "centre_of_mass"]}, "pore_volume_opt": {"type": "number"}, "windows": {"type": "object", "properties": {"diameters": {"type": "array", "items": {"type": "number"}}, "centre_of_mass": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "required": ["diameters", "centre_of_mass"]}}, "required": ["no_of_atoms", "centre_of_mass", "maximum_diameter", "pore_diameter", "pore_volume", "pore_diameter_opt", "pore_volume_opt", "windows"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 0.15491752, "rotation" : 2.8528044, "xCenter" : 0.80664474, "yCenter" : 0.7210012, "height" : 0.19364691}
json_instruct
{"type": "object", "properties": {"width": {"type": "number"}, "rotation": {"type": "number"}, "xCenter": {"type": "number"}, "yCenter": {"type": "number"}, "height": {"type": "number"}}, "required": ["width", "rotation", "xCenter", "yCenter", "height"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"MembershipToken": {"type": "array", "items": {"type": "string"}}}, "required": ["MembershipToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"MembershipToken" : ["OhCrap", "LastStand", "MuggedForDisguise", "MasterOfDisguise", "LaResistance", "HeroesRUs", "SecretHandshake", "SeriousBusiness", "MacGuffin", "CallingCard", "MyCard", "IconicItem", "TokenIndex", "CoolKey", "MementoMacGuffin", "BatmanGambit", "HonoraryTrueCompanion", "UnluckyChildhoodFriend", "CoolShip", "MilitaryAcademy", "ShoutOut", "TheExecutioner", "LaResistance", "GondorCallsForAid", "FriendOnTheForce", "WizardingSchool", "LoyalPhlebotinum", "SympatheticMagic", "SpacePolice", "DoppelgangerSpin", "GottaCatchEmAll", "PlayerCharacter", "SecretHandshake", "CoolAndUnusualPunishment", "SeriousBusiness", "CompletelyMissingThePoint", "SeriousBusiness", "TurbineBlender", "TheEngineer", "ComesGreatResponsibility", "CompletelyMissingThePoint", "SeriousBusiness", "TurbineBlender"]}
json_instruct
{"type": "object", "properties": {"MembershipToken": {"type": "array", "items": {"type": "string"}}}, "required": ["MembershipToken"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"contract" : "0x2a093bcf0c98ef744bb6f69d74f2f85605324290", "tool" : "honeybadger", "start" : 1565869519.38431, "end" : 1565870458.6308377, "duration" : 939.246527671814, "analysis" : [{"errors" : [], "file" : "/unique_chucks/3/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.sol", "name" : "FoodcoinEcosystem"}, {"errors" : [], "file" : "/unique_chucks/3/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.sol", "name" : "Management"}, {"errors" : [], "file" : "/unique_chucks/3/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.sol", "name" : "Manager"}, {"errors" : [], "file" : "/unique_chucks/3/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.sol", "name" : "Owner"}, {"errors" : [], "file" : "/unique_chucks/3/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.sol", "name" : "SafeMath"}, {"errors" : [], "file" : "/unique_chucks/3/0x2a093bcf0c98ef744bb6f69d74f2f85605324290.sol", "name" : "SpecialManager"}]}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "properties": {"errors": {"type": "array", "items": {}}, "file": {"type": "string"}, "name": {"type": "string"}}, "required": ["errors", "file", "name"]}}}, "required": ["contract", "tool", "start", "end", "duration", "analysis"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chit": {"type": "string"}}, "required": ["chit"]}, "chix": {"type": "object", "properties": {"name": {"type": "string"}, "color": {"type": "string"}}, "required": ["name", "color"]}, "dependencies": {"type": "object", "properties": {"chix-group": {"type": "string"}, "lodash": {"type": "string"}, "objeq": {"type": "string"}}, "required": ["chix-group", "lodash", "objeq"]}}, "required": ["name", "description", "author", "version", "license", "repository", "engines", "scripts", "devDependencies", "chix", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "chix-array", "description" : "Array nodes for Chi\u03c7", "author" : "Rob Halff <rob.halff@gmail.com>", "version" : "0.0.2", "license" : "MIT", "repository" : {"type" : "git", "url" : "https://github.com/nodule/array.git"}, "engines" : {"node" : ">=0.6.0"}, "scripts" : {"test" : "chit -r"}, "devDependencies" : {"chit" : "0.x.x"}, "chix" : {"name" : "array", "color" : "rgb(136,0,35)"}, "dependencies" : {"chix-group" : "github:psichi/chix-group", "lodash" : "^4.15.0", "objeq" : "^0.6.1"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "version": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "engines": {"type": "object", "properties": {"node": {"type": "string"}}, "required": ["node"]}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "devDependencies": {"type": "object", "properties": {"chit": {"type": "string"}}, "required": ["chit"]}, "chix": {"type": "object", "properties": {"name": {"type": "string"}, "color": {"type": "string"}}, "required": ["name", "color"]}, "dependencies": {"type": "object", "properties": {"chix-group": {"type": "string"}, "lodash": {"type": "string"}, "objeq": {"type": "string"}}, "required": ["chix-group", "lodash", "objeq"]}}, "required": ["name", "description", "author", "version", "license", "repository", "engines", "scripts", "devDependencies", "chix", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"an6.6:1.1": {"type": "string"}, "an6.6:2.1": {"type": "string"}}, "required": ["an6.6:1.1", "an6.6:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"an6.6:1.1" : "cck22.3.5, ms16A6_22, msdiv6, sc1", "an6.6:2.1" : "dr22.311, ms16A6_23, sc2, sya22.316"}
json_instruct
{"type": "object", "properties": {"an6.6:1.1": {"type": "string"}, "an6.6:2.1": {"type": "string"}}, "required": ["an6.6:1.1", "an6.6:2.1"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : 404396521, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "44aedf6bd81c2c022e8d4d256d61a6f3", "wof:id" : 404396521, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [9.39695326998665, 42.43944901796763, 9.43608154653253, 42.4642038642604], "geometry" : {"coordinates" : [[[9.43496208483664, 42.44075153702046], [9.42219220259938, 42.43944901796763], [9.41698717962574, 42.44493074635307], [9.40848747792827, 42.44725582715091], [9.39695326998665, 42.45478594681425], [9.40828305047398, 42.46335720890168], [9.43275543200566, 42.46193471587348], [9.43564893155162, 42.4642038642604], [9.43608154653253, 42.4605070237416], [9.42931012495374, 42.45730887981794], [9.42667552916772, 42.45152472160673], [9.43496208483664, 42.44075153702046]]], "type" : "Polygon"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["src:alt_label", "src:geom", "wof:geomhash", "wof:id", "wof:repo"]}, "bbox": {"type": "array", "items": {"type": "number"}}, "geometry": {"type": "object", "properties": {"coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}, "type": {"type": "string"}}, "required": ["coordinates", "type"]}}, "required": ["id", "type", "properties", "bbox", "geometry"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "render_readme": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["name", "render_readme", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Flower Card", "render_readme" : true, "filename" : "flower-card.js"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "render_readme": {"type": "boolean"}, "filename": {"type": "string"}}, "required": ["name", "render_readme", "filename"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "woodenhoppers:block/wooden_hopper", "textures" : {"all" : "sakurarosea:blocks/sakura_planks"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"all": {"type": "string"}}, "required": ["all"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"css/ionic.css": {"type": "string"}, "css/themes/ionic-ios7.css": {"type": "string"}, "js/ionic-angular.js": {"type": "string"}, "js/ionic.js": {"type": "string"}}, "required": ["css/ionic.css", "css/themes/ionic-ios7.css", "js/ionic-angular.js", "js/ionic.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"css/ionic.css" : "sha512-Il0QI0Z7Wxu3i9a7vCUDyWoQ9vMzTg7Hi93SODV9qWdKQ6Ia/Zng4F++oEcUMCXJtrYwBTMzWkHYZuxmQxCagA==", "css/themes/ionic-ios7.css" : "sha512-lf3ejEPik1igx21JvG84hBAxk4BYP+IeZP3vMUTXi2GVE/VEmAuSqDiNUzfKQRPAnVCKpftn5ZyIWW5XWiwRqw==", "js/ionic-angular.js" : "sha512-09h6JdE2Kv+7+4ykgZlBWj04Ov+R3DZGhzGrmJWUCmWY6jptqtJ6sQz3tqlnT7jZyYxv+l0gnvkmxHDr+HRTIQ==", "js/ionic.js" : "sha512-p86h5qkDKAv48OOgjVKRTfoxMzEpwESHCVz6fmVip0VcBNPFpx31Dwuf313V63zvWLsON4rnZ4OnLMp4G0iwQg=="}
json_instruct
{"type": "object", "properties": {"css/ionic.css": {"type": "string"}, "css/themes/ionic-ios7.css": {"type": "string"}, "js/ionic-angular.js": {"type": "string"}, "js/ionic.js": {"type": "string"}}, "required": ["css/ionic.css", "css/themes/ionic-ios7.css", "js/ionic-angular.js", "js/ionic.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : 7571031, "parent" : 7571, "name" : "KOTA TENGAH", "latitude" : "0.56436162199699", "longitude" : "123.05508965884", "postal" : [96156, 96157, 96158, 96159, 96127, 96129], "children" : [7571031001, 7571031002, 7571031003, 7571031004, 7571031005, 7571031006]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "string"}, "longitude": {"type": "string"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["code", "parent", "name", "latitude", "longitude", "postal", "children"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "11336", "name" : {"en" : "Kitzbuehel / Griesenau"}, "country" : "AT", "region" : "TR", "identifiers" : {"wmo" : "11336"}, "location" : {"latitude" : 47.4472, "longitude" : 12.3942, "elevation" : 746}, "timezone" : "Europe/Vienna"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "object", "properties": {"en": {"type": "string"}}, "required": ["en"]}, "country": {"type": "string"}, "region": {"type": "string"}, "identifiers": {"type": "object", "properties": {"wmo": {"type": "string"}}, "required": ["wmo"]}, "location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}, "elevation": {"type": "integer"}}, "required": ["latitude", "longitude", "elevation"]}, "timezone": {"type": "string"}}, "required": ["id", "name", "country", "region", "identifiers", "location", "timezone"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@picovoice/web-voice-processor": {"type": "string"}, "http-server": {"type": "string"}}, "required": ["@picovoice/web-voice-processor", "http-server"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "web-voice-processor-demo", "version" : "2.0.0", "description" : "", "main" : "index.js", "scripts" : {"start" : "yarn run http-server -a localhost -p 5000"}, "keywords" : ["pcm", "downsampling", "microphone", "web audio api", "speech recognition", "voice ai"], "author" : "Picovoice Inc", "license" : "Apache-2.0", "dependencies" : {"@picovoice/web-voice-processor" : "^2.1.2", "http-server" : "^14.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@picovoice/web-voice-processor": {"type": "string"}, "http-server": {"type": "string"}}, "required": ["@picovoice/web-voice-processor", "http-server"]}}, "required": ["name", "version", "description", "main", "scripts", "keywords", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "minifyify": {"type": "string"}, "moment-timezone": {"type": "string"}, "react": {"type": "string"}, "react-redux": {"type": "string"}, "reactify": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["browserify", "minifyify", "moment-timezone", "react", "react-redux", "reactify", "redux", "redux-thunk"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "react_stocks", "version" : "1.0.0", "description" : "", "main" : "index.jsx", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" : "", "license" : "ISC", "dependencies" : {"browserify" : "^11.0.1", "minifyify" : "^7.0.6", "moment-timezone" : "^0.4.0", "react" : "^0.13.3", "react-redux" : "^2.1.1", "reactify" : "^1.1.1", "redux" : "^2.0.0", "redux-thunk" : "^0.1.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"browserify": {"type": "string"}, "minifyify": {"type": "string"}, "moment-timezone": {"type": "string"}, "react": {"type": "string"}, "react-redux": {"type": "string"}, "reactify": {"type": "string"}, "redux": {"type": "string"}, "redux-thunk": {"type": "string"}}, "required": ["browserify", "minifyify", "moment-timezone", "react", "react-redux", "reactify", "redux", "redux-thunk"]}}, "required": ["name", "version", "description", "main", "scripts", "author", "license", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "keywords", "description", "homepage", "type", "license", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "kozz/madmimi-php", "keywords" : ["Madmimi", "EMail", "Mail"], "description" : "Actual fork of Official PHP MadMimi API for Composer", "homepage" : "https://github.com/urakozz/madmimi-php", "type" : "library", "license" : ["MIT"], "autoload" : {"classmap" : ["MadMimi.class.php"]}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "array", "items": {"type": "string"}}, "autoload": {"type": "object", "properties": {"classmap": {"type": "array", "items": {"type": "string"}}}, "required": ["classmap"]}}, "required": ["name", "keywords", "description", "homepage", "type", "license", "autoload"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"arguments": {"type": "array", "items": {"type": "string"}}, "directory": {"type": "string"}, "file": {"type": "string"}}, "required": ["arguments", "directory", "file"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"arguments" : ["c++", "-c", "-Iexternal/SQLite", "-Iinclude", "-std=c++14", "-Wall", "-Wextra", "-pedantic", "-o", "build/dal.o", "src/dal.cpp"], "directory" : "/home/listerreg/projects/storm", "file" : "src/dal.cpp"}, {"arguments" : ["cc", "-c", "-o", "external/SQLite/sqlite3.o", "external/SQLite/sqlite3.c"], "directory" : "/home/listerreg/projects/storm", "file" : "external/SQLite/sqlite3.c"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"arguments": {"type": "array", "items": {"type": "string"}}, "directory": {"type": "string"}, "file": {"type": "string"}}, "required": ["arguments", "directory", "file"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"Time" : "2020-12-22T06:00:00Z", "Temp" : 10, "RelHum" : 99, "WindSpeed" : 1.3, "WindDir" : 70}
json_instruct
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "integer"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"cloudinary": {"type": "object", "properties": {"version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"q": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "lodash": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "chunking-streams": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["q", "lodash", "chunking-streams"]}}, "required": ["version", "dependencies"]}}, "required": ["cloudinary"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"cloudinary" : {"version" : "1.2.5", "dependencies" : {"q" : {"version" : "1.4.1"}, "lodash" : {"version" : "3.10.1"}, "chunking-streams" : {"version" : "0.0.8"}}}}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"cloudinary": {"type": "object", "properties": {"version": {"type": "string"}, "dependencies": {"type": "object", "properties": {"q": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "lodash": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}, "chunking-streams": {"type": "object", "properties": {"version": {"type": "string"}}, "required": ["version"]}}, "required": ["q", "lodash", "chunking-streams"]}}, "required": ["version", "dependencies"]}}, "required": ["cloudinary"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"package" : "cansnper", "downloads" : 4000, "count" : 4001}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"CnCPort": {"type": "string"}, "HTTPPort": {"type": "string"}, "SocksUsername": {"type": "string"}}, "required": ["CnCPort", "HTTPPort", "SocksUsername"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"CnCPort" : "8484", "HTTPPort" : "80", "SocksUsername" : "rvprx"}
json_instruct
{"type": "object", "properties": {"CnCPort": {"type": "string"}, "HTTPPort": {"type": "string"}, "SocksUsername": {"type": "string"}}, "required": ["CnCPort", "HTTPPort", "SocksUsername"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"categories" : ["Hardware", "Manual", "Sysadmin"], "desc" : " ", "details" : {"authors" : "Piotr J. Kula", "format" : "pdf", "isbn-10" : "1783284692", "isbn-13" : "978-1783284696", "pages" : "116 pages", "publication date" : "February 10, 2014", "publisher" : "Packt Publishing", "size" : "14.00Mb"}, "img" : "http://23.95.221.108/covers/38/38af8730275851aef1a41aeaeb476a82.jpg", "link" : "https://rapidhosting.info/files/93x", "title" : "Raspberry Pi Server Essentials"}
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {"type": "string"}}, "desc": {"type": "string"}, "details": {"type": "object", "properties": {"authors": {"type": "string"}, "format": {"type": "string"}, "isbn-10": {"type": "string"}, "isbn-13": {"type": "string"}, "pages": {"type": "string"}, "publication date": {"type": "string"}, "publisher": {"type": "string"}, "size": {"type": "string"}}, "required": ["authors", "format", "isbn-10", "isbn-13", "pages", "publication date", "publisher", "size"]}, "img": {"type": "string"}, "link": {"type": "string"}, "title": {"type": "string"}}, "required": ["categories", "desc", "details", "img", "link", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "website", "license", "description", "enhanced", "tile_background", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"appid" : "b3d874a5d85233d394ed569fc8f67f4864993308", "name" : "NowShowing", "website" : "https://github.com/ninthwalker/NowShowing", "license" : "MIT License", "description" : "Generates an email and web page of Plex recently added content. NowShowing is the successor of the popular plexReport docker.", "enhanced" : false, "tile_background" : "light", "icon" : "nowshowing.png"}
json_instruct
{"type": "object", "properties": {"appid": {"type": "string"}, "name": {"type": "string"}, "website": {"type": "string"}, "license": {"type": "string"}, "description": {"type": "string"}, "enhanced": {"type": "boolean"}, "tile_background": {"type": "string"}, "icon": {"type": "string"}}, "required": ["appid", "name", "website", "license", "description", "enhanced", "tile_background", "icon"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "513301205201", "text" : "\u4e3a\u820d\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205202", "text" : "\u65e5\u592e\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205203", "text" : "\u9ad8\u543e\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205204", "text" : "\u654f\u8fc1\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205205", "text" : "\u78e8\u5b50\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205206", "text" : "\u660c\u660c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205207", "text" : "\u74dc\u8fbe\u6c9f\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205208", "text" : "\u5382\u9a6c\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205209", "text" : "\u542b\u6ce5\u6751\u6c11\u59d4\u5458\u4f1a"}, {"id" : "513301205210", "text" : "\u4e0b\u706b\u5730\u6751\u6c11\u59d4\u5458\u4f1a"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "type": {"type": "string"}, "transition_index": {"type": "integer"}, "frompage": {"type": "string"}, "tabs": {"type": "array", "items": {}}, "offsetLoc": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "previousDialogue": {"type": "array", "items": {}}, "nextDialogue": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ii": {"type": "integer"}}, "required": ["id", "ii"]}}, "outputsLoc": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "inputsLoc": {"type": "array", "items": {}}}, "required": ["title", "x", "y", "type", "transition_index", "frompage", "tabs", "offsetLoc", "previousDialogue", "nextDialogue", "outputsLoc", "inputsLoc"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"title" : "Transition Page Arrival", "x" : 500, "y" : 500, "type" : "transition", "transition_index" : 0, "frompage" : "", "tabs" : [], "offsetLoc" : {"x" : -10.5, "y" : -5}, "previousDialogue" : [], "nextDialogue" : [{"id" : -1, "ii" : 0}], "outputsLoc" : [{"x" : 0, "y" : 0}], "inputsLoc" : []}
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "x": {"type": "integer"}, "y": {"type": "integer"}, "type": {"type": "string"}, "transition_index": {"type": "integer"}, "frompage": {"type": "string"}, "tabs": {"type": "array", "items": {}}, "offsetLoc": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "integer"}}, "required": ["x", "y"]}, "previousDialogue": {"type": "array", "items": {}}, "nextDialogue": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "ii": {"type": "integer"}}, "required": ["id", "ii"]}}, "outputsLoc": {"type": "array", "items": {"type": "object", "properties": {"x": {"type": "integer"}, "y": {"type": "integer"}}, "required": ["x", "y"]}}, "inputsLoc": {"type": "array", "items": {}}}, "required": ["title", "x", "y", "type", "transition_index", "frompage", "tabs", "offsetLoc", "previousDialogue", "nextDialogue", "outputsLoc", "inputsLoc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "activationEvents": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}}, "required": ["name", "main", "version", "description", "activationEvents", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "modulus", "main" : "./lib/modulus", "version" : "0.0.3", "description" : "Manage your Modulus projects from within Atom.", "activationEvents" : ["modulus:start", "modulus:stop", "modulus:restart"], "repository" : "https://github.com/onmodulus/atom-modulus", "license" : "MIT", "engines" : {"atom" : ">0.50.0"}, "dependencies" : {"underscore" : "^1.6.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "main": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "activationEvents": {"type": "array", "items": {"type": "string"}}, "repository": {"type": "string"}, "license": {"type": "string"}, "engines": {"type": "object", "properties": {"atom": {"type": "string"}}, "required": ["atom"]}, "dependencies": {"type": "object", "properties": {"underscore": {"type": "string"}}, "required": ["underscore"]}}, "required": ["name", "main", "version", "description", "activationEvents", "repository", "license", "engines", "dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"hash" : "0xf45509c4e66488d8f58f12b72f4b180adf0922116dc296a8616f5b2ad5ded21f", "parentHash" : "0x19585292f203b25430be8a8d95a3f53a295453594022301c2e49299b9e933501", "number" : 61548, "timestamp" : 1439174217, "nonce" : "0x733a75dfd34564b6", "difficulty" : 1737886423240, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {"_hex" : "0x0"}, "miner" : "0x01d9DA08cc6Fb97c0DE1B6F4C28910A0859Ed1A1", "extraData" : "0x476574682f76312e302e312f6c696e75782f676f312e342e32", "transactions" : []}
json_instruct
{"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "gasUsed": {"type": "object", "properties": {"_hex": {"type": "string"}}, "required": ["_hex"]}, "miner": {"type": "string"}, "extraData": {"type": "string"}, "transactions": {"type": "array", "items": {}}}, "required": ["hash", "parentHash", "number", "timestamp", "nonce", "difficulty", "gasLimit", "gasUsed", "miner", "extraData", "transactions"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"width" : 15, "height" : 15, "block" : "<path d=\"M77.174 32.866l-53.426 6.07a4.048 4.048 0 0 1-4.487-3.558 4.043 4.043 0 0 1 3.57-4.472l53.425-6.07a4.047 4.047 0 0 1 4.487 3.559 4.043 4.043 0 0 1-3.57 4.47m0 21.77l-53.425 6.069a4.05 4.05 0 0 1-4.487-3.556 4.044 4.044 0 0 1 3.57-4.473l53.425-6.068a4.046 4.046 0 0 1 4.487 3.558 4.041 4.041 0 0 1-3.57 4.47M96.315.897a3.53 3.53 0 0 0-2.762-.875L5.645 10.008A3.54 3.54 0 0 0 2.5 13.522v69.704a3.53 3.53 0 0 0 1.186 2.637 3.53 3.53 0 0 0 2.764.877l26.519-3.013L47.43 98.9a3.556 3.556 0 0 0 2.572 1.1c.057 0 .114-.002.172-.004a3.556 3.556 0 0 0 2.623-1.356L67.56 79.797l26.797-3.043A3.541 3.541 0 0 0 97.5 73.24V3.535A3.531 3.531 0 0 0 96.314.898\" fill=\"currentColor\" fill-rule=\"evenodd\"/>"}
json_instruct
{"type": "object", "properties": {"width": {"type": "integer"}, "height": {"type": "integer"}, "block": {"type": "string"}}, "required": ["width", "height", "block"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"nom" : "Ile-Tudy", "dpt" : "Finist\u00e8re", "inscrits" : 693, "abs" : 121, "votants" : 572, "blancs" : 70, "nuls" : 8, "exp" : 494, "res" : [{"panneau" : "1", "voix" : 412}, {"panneau" : "2", "voix" : 82}]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "string"}, "dpt": {"type": "string"}, "inscrits": {"type": "integer"}, "abs": {"type": "integer"}, "votants": {"type": "integer"}, "blancs": {"type": "integer"}, "nuls": {"type": "integer"}, "exp": {"type": "integer"}, "res": {"type": "array", "items": {"type": "object", "properties": {"panneau": {"type": "string"}, "voix": {"type": "integer"}}, "required": ["panneau", "voix"]}}}, "required": ["nom", "dpt", "inscrits", "abs", "votants", "blancs", "nuls", "exp", "res"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "929e1955b01c05eab05df26cb848fcf5fa052f31"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"D0TAj9": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "i+kBzF": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "s08Wxj": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}}, "required": ["D0TAj9", "i+kBzF", "s08Wxj"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"D0TAj9" : {"description" : "Button to go to the next page of results", "message" : "Next"}, "i+kBzF" : {"description" : "Shows pagination information for tables", "message" : "Showing <span>{startResult}</span> to <span>{endResult}</span> of <span>{totalResults}</span> results"}, "s08Wxj" : {"description" : "Button to go to the previous page of results", "message" : "Previous"}}
json_instruct
{"type": "object", "properties": {"D0TAj9": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "i+kBzF": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}, "s08Wxj": {"type": "object", "properties": {"description": {"type": "string"}, "message": {"type": "string"}}, "required": ["description", "message"]}}, "required": ["D0TAj9", "i+kBzF", "s08Wxj"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"client": {"type": "string"}, "server": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["client", "server", "dev", "build"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["express", "uuid"]}, "devDependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}}, "required": ["concurrently"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "create-react-app-express", "version" : "0.0.1", "scripts" : {"client" : "cd client && yarn start", "server" : "nodemon server.js", "dev" : "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\"", "build" : "cd client && yarn build"}, "dependencies" : {"express" : "^4.16.2", "uuid" : "^3.2.1"}, "devDependencies" : {"concurrently" : "^3.5.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"client": {"type": "string"}, "server": {"type": "string"}, "dev": {"type": "string"}, "build": {"type": "string"}}, "required": ["client", "server", "dev", "build"]}, "dependencies": {"type": "object", "properties": {"express": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["express", "uuid"]}, "devDependencies": {"type": "object", "properties": {"concurrently": {"type": "string"}}, "required": ["concurrently"]}}, "required": ["name", "version", "scripts", "dependencies", "devDependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "signed_content": {"type": "object", "properties": {"payload": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "object", "properties": {"kid": {"type": "string"}}, "required": ["kid"]}, "protected": {"type": "string"}, "signature": {"type": "string"}}, "required": ["header", "protected", "signature"]}}}, "required": ["payload", "signatures"]}}, "required": ["description", "signed_content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"description" : "treehash per file", "signed_content" : {"payload" : "eyJjb250ZW50X2hhc2hlcyI6W3siYmxvY2tfc2l6ZSI6NDA5NiwiZGlnZXN0Ijoic2hhMjU2IiwiZmlsZXMiOlt7InBhdGgiOiJMSUNFTlNFIiwicm9vdF9oYXNoIjoiUGIwc2tBVUxaUzFqWldTQnctV0hIRkltRlhVcExiZDlUcVkwR2ZHSHBWcyJ9LHsicGF0aCI6ImNybC1zZXQiLCJyb290X2hhc2giOiJXLVZQRXBPcjU0c1hKbnZ3eG54dG9EYjR5WHNOVFYwYTBNeTFzTXZSc3BjIn0seyJwYXRoIjoibWFuaWZlc3QuanNvbiIsInJvb3RfaGFzaCI6IkdKSGp5NXJTUng0UVVBazJWOWl0MnFpWVEyUUh4djhrRFZ6bHFsOXJjWEEifV0sImZvcm1hdCI6InRyZWVoYXNoIiwiaGFzaF9ibG9ja19zaXplIjo0MDk2fV0sIml0ZW1faWQiOiJoZm5rcGltbGhoZ2llYWRkZ2ZlbWpob2ZtZmJsbW5pYiIsIml0ZW1fdmVyc2lvbiI6IjY1OTgiLCJwcm90b2NvbF92ZXJzaW9uIjoxfQ", "signatures" : [{"header" : {"kid" : "publisher"}, "protected" : "eyJhbGciOiJSUzI1NiJ9", "signature" : "SlwAG6L9Qc3x2MNF8Q6ZXmD64jP00dCsYFBQTVAXMRe2xWIuUTgqxlnwGPtiNLwu92odZDTIS9edsff-SMlSGsNaRogl_YUP8KMGTmhkn46a_BnJW8eU1fu5UbXz2I9PaUep_1t8KfAHTix7bZspemfXBHxpXIUVWQ_MBN1vMwcEnLSM_qUOVDJSnBLagYf6q0poiozvHlOplT8V_DNsF9i6mGSKjzhaP91AlY-9ICYC01knS5hwRzkHrqp3uR87kO4hCLJABY4pl33BkQp8-IL8is-Ft1FZSMbToba4Yv-IeuIfuPypgtDdbrGziqpw2qY7CTGGWCNv8WCJ7pRgsQ"}, {"header" : {"kid" : "webstore"}, "protected" : "eyJhbGciOiJSUzI1NiJ9", "signature" : "gJN9kjF7--N6LSVzvbCr9PEg_EN2AY-k9rDuMC-rykDQIb5utTbgi18LNn1AgEFHcqiPwf2E4AxhOpRNG7TXlX0MTmrIblmjYmw9oinMxufrpQ2l-0MiMXBtAegeV2pof36-zXwAcrsfXK6U0t1caQN5neAfgqtc2ggFBuN5NV_qN-IgR3My4kccuZZXN8O7uSmAQeBFVqcOO9hnkRd027h_WFEsIjpTo3iUr9wj47_Qo7IVqPW9YfAPmqOSh6xpoxcKtuKH58gmRcnb0lmOp4zCu0rRlNgnVAqPQwuBg38icu39JADYwPgWAhyHoAlNO52yF0mHMUOFbyuBGBXdzQ"}]}}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "signed_content": {"type": "object", "properties": {"payload": {"type": "string"}, "signatures": {"type": "array", "items": {"type": "object", "properties": {"header": {"type": "object", "properties": {"kid": {"type": "string"}}, "required": ["kid"]}, "protected": {"type": "string"}, "signature": {"type": "string"}}, "required": ["header", "protected", "signature"]}}}, "required": ["payload", "signatures"]}}, "required": ["description", "signed_content"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "1105110020", "district_id" : "1105110", "name" : "SEUNEUBOK PEUSANGAN"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "district_id": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "district_id", "name"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "uuid", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "BRAS | L2TP", "uuid" : "83bb51cd-750e-4064-ae63-4e22149f7eaa", "description" : "L2TP-capable BRAS/VPN Concentrator", "type" : "bool"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "uuid": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}}, "required": ["name", "uuid", "description", "type"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-95.488887, 29.851033], [-95.488626, 29.860485], [-95.486772, 29.865752], [-95.481616, 29.865763], [-95.472058, 29.848886], [-95.475634, 29.849118], [-95.47973, 29.850486], [-95.488887, 29.851033]]]}, "type" : "Feature", "properties" : {"cartodb_id" : 89449}}]}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"cartodb_id": {"type": "integer"}}, "required": ["cartodb_id"]}}, "required": ["geometry", "type", "properties"]}}}, "required": ["type", "features"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"angular-fontselect.css": {"type": "string"}, "angular-fontselect.js": {"type": "string"}, "angular-fontselect.min.css": {"type": "string"}, "angular-fontselect.min.js": {"type": "string"}}, "required": ["angular-fontselect.css", "angular-fontselect.js", "angular-fontselect.min.css", "angular-fontselect.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"angular-fontselect.css" : "sha256-bKmD1conFOv7TQHIGM3wOPrMy903LPmH4VJ4+Pykf3k=", "angular-fontselect.js" : "sha256-kYCwWxWkCtIbqFwibLbp6ZFOaX39sql9v3DHE8LUQ+E=", "angular-fontselect.min.css" : "sha256-xAcVYQWoaUdFSe10sk3C0/4ksXutzDgDK/8bzpTr1NQ=", "angular-fontselect.min.js" : "sha256-DeLoVvXB/Iu1BrolFi41P1+JgMmtFmNhe//sxFoqxeA="}
json_instruct
{"type": "object", "properties": {"angular-fontselect.css": {"type": "string"}, "angular-fontselect.js": {"type": "string"}, "angular-fontselect.min.css": {"type": "string"}, "angular-fontselect.min.js": {"type": "string"}}, "required": ["angular-fontselect.css", "angular-fontselect.js", "angular-fontselect.min.css", "angular-fontselect.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["date", "title", "description", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"date" : "02-01-2022", "title" : "Threat and risk modelling for Industrial IoT Systems", "description" : "Working on a quantitative threat modelling and risk assessment framework for Industrial IoT systems based on a novel risk scoring method.", "icon" : "feather:briefcase"}, {"date" : "12-31-2021", "title" : "Taxonomy and classification of energy inefficient code patterns", "description" : "Conducted research to categorize the different patterns of code which are energy inefficient and classified the different ways this shows up in the global code base. A framework was developed to aid developers in writing code which uses optimal amount of energy.", "icon" : "feather:briefcase", "link" : {"text" : "SecureSECO research group", "url" : "https://secureseco.org/"}}, {"date" : "09-11-2021", "title" : "Vaccine distribution and accessibility in the USA ", "description" : "Worked on finding gaps in accessibility to vaccines in the USA using visualizations. The team was able to find significant lapses in distribution strategy and proposed optimisations for equitable vaccine availability.", "icon" : "feather:briefcase"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "icon": {"type": "string"}}, "required": ["date", "title", "description", "icon"]}, "$schema": "http://json-schema.org/draft-07/schema#"}