input stringlengths 159 2.05k | output stringlengths 5 10.3k | task stringclasses 1
value | schema stringlengths 100 1.99k |
|---|---|---|---|
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"... | {"description" : "", "code" : "", "ldc" : [], "constructores" : [{"nombre" : "UnixSystem", "description" : ""}], "metodos" : [{"nombre" : "getGid", "description" : ""}, {"nombre" : "getGroups", "description" : ""}, {"nombre" : "getUid", "description" : ""}, {"nombre" : "getUsername", "description" : ""}], "campos" : [{... | json_instruct | {"type": "object", "properties": {"description": {"type": "string"}, "code": {"type": "string"}, "ldc": {"type": "array", "items": {}}, "constructores": {"type": "array", "items": {"type": "object", "properties": {"nombre": {"type": "string"}, "description": {"type": "string"}}, "required": ["nombre", "description"]}},... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"enterPage": {"type": "string"}, "setUp": {"type": "string"}, "testOnlyAuthorCanSave": {"type": "string"}, "testPageShow... | {"class" : {}, "instance" : {"enterPage" : "al 5/24/2017 14:00", "setUp" : "lcj 5/23/2017 21:15", "testOnlyAuthorCanSave" : "al 5/24/2017 13:58", "testPageShowsSampleText" : "lcj 5/23/2017 21:35"}} | json_instruct | {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"enterPage": {"type": "string"}, "setUp": {"type": "string"}, "testOnlyAuthorCanSave": {"type": "string"}, "testPageShowsSampleText": {"type": "string"}}, "required": ["enterPag... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolea... | {"id" : 618, "name" : "Bone beads", "qualified_name" : "Bone beads", "examine" : "Beads carved out of a bone.", "members" : true, "release_date" : "2003-01-27", "quest" : true, "weight" : 0.001, "value" : 1, "tradeable" : false, "stackable" : false, "noteable" : false, "equipable" : false, "tradeable_ge" : false, "icon... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "qualified_name": {"type": "string"}, "examine": {"type": "string"}, "members": {"type": "boolean"}, "release_date": {"type": "string"}, "quest": {"type": "boolean"}, "weight": {"type": "number"}, "value": {"type": "integer"}, "tra... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "front": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "front", "side"]}}, "required": ["parent", "te... | {"parent" : "minecraft:block/orientable", "textures" : {"top" : "psf:blocks/remote_control_system_side", "front" : "psf:blocks/remote_control_system_front", "side" : "psf:blocks/remote_control_system_side"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"top": {"type": "string"}, "front": {"type": "string"}, "side": {"type": "string"}}, "required": ["top", "front", "side"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schem... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"create-nestjs-app": {"type": "string"}}, ... | {"name" : "create-nestjs-app", "private" : true, "workspaces" : ["packages/*"], "scripts" : {"create-nestjs-app" : "cd packages/create-nestjs-app && node index.js"}, "devDependencies" : {"eslint" : "^6.1.0", "eslint-config-airbnb" : "^18.0.1", "eslint-config-prettier" : "^6.10.0", "eslint-plugin-import" : "^2.20.1", "e... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "private": {"type": "boolean"}, "workspaces": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"create-nestjs-app": {"type": "string"}}, "required": ["create-nestjs-app"]}, "devDependencies": {"type": "object", "pr... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "string"}, "experience": {"type": "numbe... | {"type" : "minecraft:smelting", "ingredient" : [{"item" : "mekanismtools:bronze_helmet"}, {"item" : "mekanismtools:bronze_chestplate"}, {"item" : "mekanismtools:bronze_leggings"}, {"item" : "mekanismtools:bronze_boots"}, {"item" : "mekanismtools:bronze_sword"}, {"item" : "mekanismtools:bronze_pickaxe"}, {"item" : "meka... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "ingredient": {"type": "array", "items": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}}, "result": {"type": "string"}, "experience": {"type": "number"}, "cookingtime": {"type": "integer"}}, "required": ["type", "ingredi... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepack": {"... | {"name" : "node-knex-query-executor", "version" : "0.1.0", "description" : "TypeScript first encapsulation and reusability of knex database queries (JS version of Query Object Pattern really).", "main" : "dist/index.js", "types" : "dist/index.d.ts", "scripts" : {"prepack" : "yarn verify && yarn build", "build" : "tsc -... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"prepack": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}, "t... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["angular15-generator", "crunchicorn", "nodeshot", "nvm-test", "yargs", "yargs-cn"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {".source.inspec": {"type": "object", "properties": {"Describe ini": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}}, "required": ["Describe... | {".source.inspec" : {"Describe ini" : {"prefix" : "ini", "body" : "# http://inspec.io/docs/reference/resources/ini/\ndescribe ini('${1:path}') do\n its('${2:setting_name}') { should${3:_not} eq '${4:value}' }${5}\nend"}}} | json_instruct | {"type": "object", "properties": {".source.inspec": {"type": "object", "properties": {"Describe ini": {"type": "object", "properties": {"prefix": {"type": "string"}, "body": {"type": "string"}}, "required": ["prefix", "body"]}}, "required": ["Describe ini"]}}, "required": [".source.inspec"], "$schema": "http://json-sch... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array",... | {"version" : 1.2, "people" : [{"pose_keypoints_2d" : [315.861, 133.322, 1, 314.406, 154.359, 1, 299.142, 152.007, 1, 248.442, 138.725, 1, 269.26, 140.925, 1, 323.082, 152.599, 1, 339.606, 178.64, 1, 333.124, 200.305, 1, 304.712, 204.442, 1, 308.566, 242.342, 1, 306.725, 287.37, 1, 322.945, 205.172, 1, 325.523, 248.74, ... | json_instruct | {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["Place the chicken gizzards, celery, onion, bay leaves, and 1 teaspoon of celery salt into a saucepan, and pour in enough water to cover the gizzards by 1 inch. Bring the gizzards to a boil, reduce heat to low, cover, and simmer until tender, about 2 1/2 hours. Pour in more water during simmering, if n... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "st... | {"id" : "b16a3127-5670-455c-9af2-686a115b35f8", "name" : "Lapal Primary School", "code" : "8", "address" : {"addressLine1" : "Priory Road", "town" : "Halesowen", "postcode" : "B62 0BZ"}, "organisation" : {"id" : "3b4f5907-5855-4960-819c-eae7b426a589", "code" : "18E", "name" : "Hales Valley Teaching Hub"}} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "object", "properties": {"addressLine1": {"type": "string"}, "town": {"type": "string"}, "postcode": {"type": "string"}}, "required": ["addressLine1", "town", "postcode"]}, "organisati... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": ... | {"name" : "kleio", "version" : "1.0.0", "description" : "Simplifies logging during development and production phases", "main" : "./dist/index.js", "scripts" : {"dev" : "webpack --progress --colors --watch --config config/webpack.config.js", "test" : "NODE_PATH=./src mocha ./test/**/*.js --compilers js:babel-core/regist... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "test": {"type": "string"}, "test-watch": {"type": "string"}, "clean": {"type": "string"}, "... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_... | {"station_g" : [{"pref_cd" : 13, "line_cd" : 26003, "line_name" : "\u6771\u6025\u7530\u5712\u90fd\u5e02\u7dda", "station_cd" : 2600307, "station_name" : "\u4e8c\u5b50\u7389\u5ddd"}, {"pref_cd" : 13, "line_cd" : 26004, "line_name" : "\u6771\u6025\u5927\u4e95\u753a\u7dda", "station_cd" : 2600415, "station_name" : "\u4e8c... | json_instruct | {"type": "object", "properties": {"station_g": {"type": "array", "items": {"type": "object", "properties": {"pref_cd": {"type": "integer"}, "line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "station_cd": {"type": "integer"}, "station_name": {"type": "string"}}, "required": ["pref_cd", "line_cd", "line_na... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode"... | {"acadYear" : "2019/2020", "description" : "This course aims to provide an introduction to the venture creation process. The course provides an overview of the major elements of entrepreneurial activity including evaluating and planning a new business, financing, team building, related marketing and management issues a... | json_instruct | {"type": "object", "properties": {"acadYear": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "moduleCredit": {"type": "string"}, "moduleCode": {"type": "string"}, "semesterData": {"type": "array", "items": {}}}, "requi... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"subreddit" : "GloryHoleLocations", "hour" : "01", "avg" : 4.153846153846154}, {"subreddit" : "GloryHoleLocations", "hour" : "02", "avg" : 5.758620689655173}, {"subreddit" : "GloryHoleLocations", "hour" : "03", "avg" : 3.027027027027027}, {"subreddit" : "GloryHoleLocations", "hour" : "04", "avg" : 4.481481481481482},... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"subreddit": {"type": "string"}, "hour": {"type": "string"}, "avg": {"type": "number"}}, "required": ["subreddit", "hour", "avg"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors":... | {"title" : "Topic hierarchy construction for the organization of multi-source user generated contents.", "fields" : ["information overload", "hierarchy", "multi source", "microblogging", "social media"], "abstract" : "User generated contents (UGCs) carry a huge amount of high quality information. However, the informati... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "string"}}, "conf": {"typ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module"... | {"private" : true, "sideEffects" : false, "main" : "./Screenshot2.js", "module" : "./Screenshot2.esm.js", "types" : "./Screenshot2.d.ts"} | json_instruct | {"type": "object", "properties": {"private": {"type": "boolean"}, "sideEffects": {"type": "boolean"}, "main": {"type": "string"}, "module": {"type": "string"}, "types": {"type": "string"}}, "required": ["private", "sideEffects", "main", "module", "types"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "st... | {"derivation" : "from H5968 (\u05e2\u05b8\u05dc\u05b7\u05e3);", "pron" : "ool-peh'", "outline" : "<ol><li> wilted, fainted</li></ol>", "kjv_def" : "fainted.", "lemma" : "\u05e2\u05bb\u05dc\u05b0\u05e4\u05bc\u05b6\u05d4", "frequency" : 1, "strongs_def" : "an envelope, i.e. (figuratively) mourning", "xlit" : "\u02bbulpeh... | json_instruct | {"type": "object", "properties": {"derivation": {"type": "string"}, "pron": {"type": "string"}, "outline": {"type": "string"}, "kjv_def": {"type": "string"}, "lemma": {"type": "string"}, "frequency": {"type": "integer"}, "strongs_def": {"type": "string"}, "xlit": {"type": "string"}}, "required": ["derivation", "pron", ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"Pacman": {"type": "string"}, "Wall": {"type": "array", "items": {"type": "number"}}, "startingConfig": {"type": "string"}}, "required": ["Pacman", "Wall", "startingConfig"], "$schema": "http://json-schema.org/d... | {"Pacman" : "data/images/ms_pacman.gif", "Wall" : [1.0, 0.753, 0.796], "startingConfig" : "data/basic_examples/test_implementation.json"} | json_instruct | {"type": "object", "properties": {"Pacman": {"type": "string"}, "Wall": {"type": "array", "items": {"type": "number"}}, "startingConfig": {"type": "string"}}, "required": ["Pacman", "Wall", "startingConfig"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"typ... | {"author" : "Daniel Brockman <@dbrock>", "name" : "regexp-quote", "description" : "RegExp.quote = require('regexp-quote')", "version" : "0.0.0", "homepage" : "https://github.com/dbrock/node-regexp-quote", "repository" : {"url" : "git://github.com/dbrock/node-regexp-quote.git"}, "main" : "regexp-quote.js", "scripts" : {... | json_instruct | {"type": "object", "properties": {"author": {"type": "string"}, "name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "repository": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "main": {"type": "string"}, "scr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "... | {"name" : "css-selector-tree", "version" : "0.0.2", "description" : "A small helper to split CSS selectors into subjects and conditions", "author" : {"name" : "Thomas Rasshofer", "email" : "hello@thomasrasshofer.com", "url" : "http://thomasrasshofer.com/"}, "license" : "MIT", "repository" : {"type" : "git", "url" : "gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "email", "url"]}, "license": {"type": "str... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"t... | {"timestamp" : "2020-11-12T16:51:18Z", "data" : [{"data_type" : "pm10", "value" : "2.87", "max" : "7.00", "min" : "1.00", "sd" : "1.88"}, {"data_type" : "pm2.5", "value" : "2.87", "max" : "7.00", "min" : "1.00", "sd" : "1.88"}, {"data_type" : "pm1", "value" : "1.00", "max" : "1.00", "min" : "1.00", "sd" : "0.00"}, {"da... | json_instruct | {"type": "object", "properties": {"timestamp": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"data_type": {"type": "string"}, "value": {"type": "string"}, "max": {"type": "string"}, "min": {"type": "string"}, "sd": {"type": "string"}}, "required": ["data_type", "value", "max",... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"kahvi.jpg": {"type": "string"}, "kahvi2.jpg": {"type": "string"}, "kahvi3.jpg": {"type": "string"}, "kahvi4.jpg": {"type": "string"}, "dark.jpg": {"type": "string"}, "dripping.jpg": {"type": "string"}, "dripping2.jp... | {"kahvi.jpg" : "COFFEE", "kahvi2.jpg" : "COFFEE", "kahvi3.jpg" : "COFFEE", "kahvi4.jpg" : "COFFEE", "dark.jpg" : "DARK", "dripping.jpg" : "COFFEE", "dripping2.jpg" : "COFFEE", "dripping3.jpg" : "COFFEE", "dripping4.jpg" : "COFFEE", "dripping5.jpg" : "COFFEE", "dripping6.jpg" : "COFFEE", "dripping7.jpg" : "COFFEE", "emp... | json_instruct | {"type": "object", "properties": {"kahvi.jpg": {"type": "string"}, "kahvi2.jpg": {"type": "string"}, "kahvi3.jpg": {"type": "string"}, "kahvi4.jpg": {"type": "string"}, "dark.jpg": {"type": "string"}, "dripping.jpg": {"type": "string"}, "dripping2.jpg": {"type": "string"}, "dripping3.jpg": {"type": "string"}, "dripping... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"bottom=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "bottom=true": {"type": "object", "properties": {"model": {"type"... | {"variants" : {"bottom=false" : {"model" : "minecraft:block/scaffolding_stable"}, "bottom=true" : {"model" : "minecraft:block/scaffolding_unstable"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"bottom=false": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}, "bottom=true": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": ["bottom=false", "bo... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.or... | [{"year" : 1971, "sex" : "F", "n" : 5, "prop" : 2.85e-06}, {"year" : 1975, "sex" : "F", "n" : 5, "prop" : 3.2e-06}, {"year" : 1977, "sex" : "F", "n" : 10, "prop" : 6.08e-06}, {"year" : 1980, "sex" : "F", "n" : 6, "prop" : 3.37e-06}, {"year" : 1982, "sex" : "F", "n" : 6, "prop" : 3.31e-06}, {"year" : 1984, "sex" : "F", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "requi... | {"code" : "200", "messages" : "Successfully received data", "value" : [{"id" : "1506131001", "id_kecamatan" : "150613", "name" : "Senyerang"}, {"id" : "1506132002", "id_kecamatan" : "150613", "name" : "Sungaikayu Aro"}, {"id" : "1506132003", "id_kecamatan" : "150613", "name" : "Telukketapang"}, {"id" : "1506132004", "i... | json_instruct | {"type": "object", "properties": {"code": {"type": "string"}, "messages": {"type": "string"}, "value": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "id_kecamatan": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "id_kecamatan", "name"]}}}, "required": ["code... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude... | {"em" : [{"location" : {"latitude" : 51.68, "longitude" : 3.7}}, {"location" : {"latitude" : 52.33, "longitude" : 5.32}}], "bites" : [{"location" : {"latitude" : 52.19, "longitude" : 6.6}}, {"location" : {"latitude" : 53.14, "longitude" : 6.54}}, {"location" : {"latitude" : 52.18, "longitude" : 5}}, {"location" : {"lat... | json_instruct | {"type": "object", "properties": {"em": {"type": "array", "items": {"type": "object", "properties": {"location": {"type": "object", "properties": {"latitude": {"type": "number"}, "longitude": {"type": "number"}}, "required": ["latitude", "longitude"]}}, "required": ["location"]}}, "bites": {"type": "array", "items": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"globalize.js": {"type": "string"}, "globalize/currency.js": {"type": "string"}, "globalize/date.js": {"type": "string"}, "globalize/message.js": {"type": "string"}, "globalize/number.js": {"type": "string"}, "globalize/plural.js... | {"globalize.js" : "sha256-8k+I+ZIfGxn/Sf+MYR6dOcUDjcM/Tk0xR4cTEtNz9tY=", "globalize/currency.js" : "sha256-yRiLr92PVE467sg2smIXWA/amboXl+OEY5NgcXXCZt4=", "globalize/date.js" : "sha256-HlmfVSJQYUmme4sEMcUbGtoNbG8TozJMeth/731Q4A8=", "globalize/message.js" : "sha256-atgcQTSqkv9h7FjJ24PaqbvKFZNgSXYvbHxCH7kTN5s=", "globaliz... | json_instruct | {"type": "object", "properties": {"globalize.js": {"type": "string"}, "globalize/currency.js": {"type": "string"}, "globalize/date.js": {"type": "string"}, "globalize/message.js": {"type": "string"}, "globalize/number.js": {"type": "string"}, "globalize/plural.js": {"type": "string"}}, "required": ["globalize.js", "glo... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_nrmse": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "nrmse": {"t... | {"average_learning_time" : 0.688624267578125, "average_nrmse" : 0.07559627392779074, "runs" : {"run_1" : {"learning_time" : 719.311279296875, "nrmse" : 0.07429957175864406}, "run_2" : {"learning_time" : 712.123779296875, "nrmse" : 0.07987994438076962}, "run_3" : {"learning_time" : 764.20654296875, "nrmse" : 0.072350821... | json_instruct | {"type": "object", "properties": {"average_learning_time": {"type": "number"}, "average_nrmse": {"type": "number"}, "runs": {"type": "object", "properties": {"run_1": {"type": "object", "properties": {"learning_time": {"type": "number"}, "nrmse": {"type": "number"}}, "required": ["learning_time", "nrmse"]}, "run_2": {"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"jbone.js": {"type": "string"}, "jbone.min.js": {"type": "string"}}, "required": ["jbone.js", "jbone.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"jbone.js" : "sha512-v15ZI60+KKMlOncKcDKOVPqusojprQUtgV+nbVGw5lhf50Y0tXmH5HOysjHJsqbUcI7F8wo3ulXA5S7XrD75zg==", "jbone.min.js" : "sha512-kkN9QGbeAJfg5AEfEKJdnfdGVKfKk+we0LPBBZ9EdqFuQEEYnMGwhST3DLz/tM15069Arky252MC0bNRxJs9HQ=="} | json_instruct | {"type": "object", "properties": {"jbone.js": {"type": "string"}, "jbone.min.js": {"type": "string"}}, "required": ["jbone.js", "jbone.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"HL1": {"type": "number"}, "HL2": {"type": "number"}, "HL3": {"type": "number"}, "rmax": {"type": "number"}, "rmin": {"type": "number"}, "exponent": {"type": "number"}, "N": {"type": "integer"}, "seed": {"type":... | {"HL1" : 20.0, "HL2" : 5.0, "HL3" : 5.0, "rmax" : 10.0, "rmin" : 3.33, "exponent" : -2.0, "N" : 8, "seed" : 500, "HL3 cube" : true, "perimeter points" : 0, "polygon" : false, "pole intervals" : 0, "center intervals" : 0, "uniform size rmax" : false, "perimeter distance min" : 1.5, "realizations" : 100} | json_instruct | {"type": "object", "properties": {"HL1": {"type": "number"}, "HL2": {"type": "number"}, "HL3": {"type": "number"}, "rmax": {"type": "number"}, "rmin": {"type": "number"}, "exponent": {"type": "number"}, "N": {"type": "integer"}, "seed": {"type": "integer"}, "HL3 cube": {"type": "boolean"}, "perimeter points": {"type": ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber"... | {"id" : "8f13305f-d9cd-4691-bf2f-093d5ca38e59", "card_title" : "Sir Bevor", "house" : "Sanctum", "card_type" : "Creature", "front_image" : "https://cdn.keyforgegame.com/media/card_front/pt/496_119_86X4PP8P42CX_pt.png", "card_text" : "Taunt. (This creature\u2019s neighbors cannot be attacked unless they have taunt.)", "... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "card_title": {"type": "string"}, "house": {"type": "string"}, "card_type": {"type": "string"}, "front_image": {"type": "string"}, "card_text": {"type": "string"}, "traits": {"type": "string"}, "amber": {"type": "integer"}, "power": {"type": "string"}, "armor"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"word" : "disship", "definition" : "To dismiss from service on board ship. [Obs.] Hakluyt."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"daterangepicker.min.css": {"type": "string"}, "jquery.daterangepicker.min.js": {"type": "string"}}, "required": ["daterangepicker.min.css", "jquery.daterangepicker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"... | {"daterangepicker.min.css" : "sha512-k8eC9eK2Fvx5+pTlUVie6pCl18VZdyiP+1RC1VRitftnN6KKIJ9ZcBN+RRRiR6isGRHawLgKb5qrRQdqaTYZYQ==", "jquery.daterangepicker.min.js" : "sha512-fUHj5QTwkiQnH0Igc4Hgqxvl2/OnzT520r4MtWGeu2jNRXjhyzkHy7rP9Pk95q5oOM58QfnHaHeEk1Qov6H6Dw=="} | json_instruct | {"type": "object", "properties": {"daterangepicker.min.css": {"type": "string"}, "jquery.daterangepicker.min.js": {"type": "string"}}, "required": ["daterangepicker.min.css", "jquery.daterangepicker.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "organisation": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", ... | {"dataset" : "brownfield-land", "datetime" : "2020-07-15T00:14:12.419995", "elapsed" : "0.158", "exception" : "SSLError", "organisation" : "local-authority-eng:SHF", "url" : "https://www.sheffield.gov.uk/content/dam/sheffield/docs/planning-and-development/housing-land/Sheffield%20Brownfield%20Register.csv"} | json_instruct | {"type": "object", "properties": {"dataset": {"type": "string"}, "datetime": {"type": "string"}, "elapsed": {"type": "string"}, "exception": {"type": "string"}, "organisation": {"type": "string"}, "url": {"type": "string"}}, "required": ["dataset", "datetime", "elapsed", "exception", "organisation", "url"], "$schema": ... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"ty... | {"citations" : [{"textCitation" : "[See xrstps on Metamath](http://us.metamath.org/mpegif/xrstps.html)"}], "argumentText" : "ARGUMENT\n\n| Step | Hyp | Ref | Expression |\n|---|---|---|---|\n\n| 1 | | #P_letopon | |- ( ordTop ` <_ ) e. ( TopOn ` RR* ) |\n| 2 | | #P_xrsbas | |- RR* = ( Base ` RR*s ) |\n| 3 | | #P_xrs... | json_instruct | {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "argumentText": {"type": "string"}, "conclusion": {"type": "string"}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items":... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"experiments": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "key": {"type": "string"}, "layerId": {"type": "string"}, "trafficAllocation": {"type": "array", "items": {"type": "ob... | {"experiments" : [{"status" : "Running", "key" : "User_Profile_Experiment", "layerId" : "7939966803", "trafficAllocation" : [{"entityId" : "7958211143", "endOfRange" : 0}, {"entityId" : "7954100907", "endOfRange" : 10000}], "audienceIds" : [], "variations" : [{"variables" : [], "id" : "7958211143", "key" : "original2"}... | json_instruct | {"type": "object", "properties": {"experiments": {"type": "array", "items": {"type": "object", "properties": {"status": {"type": "string"}, "key": {"type": "string"}, "layerId": {"type": "string"}, "trafficAllocation": {"type": "array", "items": {"type": "object", "properties": {"entityId": {"type": "string"}, "endOfRa... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "... | [{"manufacturer" : "Motorola", "market_name" : "moto e5 go", "codename" : "rjames_go", "model" : "moto e5 go"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"manufacturer": {"type": "string"}, "market_name": {"type": "string"}, "codename": {"type": "string"}, "model": {"type": "string"}}, "required": ["manufacturer", "market_name", "codename", "model"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"feedstocks" : ["jupyterlab-unfold"]} | json_instruct | {"type": "object", "properties": {"feedstocks": {"type": "array", "items": {"type": "string"}}}, "required": ["feedstocks"], "$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"}, "description": {"type": "string"}, "required-services": {"type": "array", "items": {"type": "string"}}, "optional-services": {"type": "array", "items": {"type": "string"}}}, "required": ... | {"type" : "urn:homekit-spec:device:fan:00000000", "description" : "Fan", "required-services" : ["urn:homekit-spec:service:accessory-information:0000003E"], "optional-services" : ["urn:homekit-spec:service:fan:00000040", "urn:homekit-spec:service:fan-v2:000000B7"]} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "required-services": {"type": "array", "items": {"type": "string"}}, "optional-services": {"type": "array", "items": {"type": "string"}}}, "required": ["type", "description", "required-services", "optional-services"], "$sch... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"},... | {"id" : "0xd0a7d4a321350090e84b419199b15223c6e602a75fe50aecc46faa27fe9b4365", "title" : "FORG\u80fd\u5426\u518d\u6b21\u8d77\u822a", "body" : "\u8d77\u98de", "choices" : ["\u6210\u529f", "\u5931\u8d25"], "start" : 1637380800, "end" : 1638244800, "type" : "single-choice", "scores" : [1.000385873132e-06, 0], "scores_total... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "body": {"type": "string"}, "choices": {"type": "array", "items": {"type": "string"}}, "start": {"type": "integer"}, "end": {"type": "integer"}, "type": {"type": "string"}, "scores": {"type": "array", "items": {"type": "number"}}, ... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "arra... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : ["70-79", "70-79", "60-69", "70-79", "70-79"], "SERIES_NAME" : ["MALE", "MALE", "FEMALE", "MALE", "MALE"], "X_CALENDAR_YEAR" : [2013, 2014, 2014, 2016, 2017], "Y_PREVALENCE_1000PP" : [0.02976, 0.0457, 0.01928, 0.05077, 0.04815]}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {"type": "string"}}, "SERIES_NAME": {"type": "array", "items": {"type": "string"}}, "X_CALENDAR_YEAR": {"type": "array", "items": {"type": "integer"}}, "Y_PREVALENCE_1000PP": {... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type"... | {"body" : "This PR changes the behavior of packages.py in the hardware.py host added in #15009.\r\nCurrently, only compiler priority can be registered.\r\n\r\nexample:\r\n```yaml\r\npackages:\r\n all:\r\n hardware:\r\n - host:\r\n name: backend\r\n compiler: [fj, gcc]\... | json_instruct | {"type": "object", "properties": {"body": {"type": "string"}, "user": {"type": "string"}, "url": {"type": "string"}, "updated_at": {"type": "string"}, "created_at": {"type": "string"}, "closed_at": {"type": "string"}, "state": {"type": "string"}, "title": {"type": "string"}, "number": {"type": "integer"}, "milestone": ... |
Using the following JSON schema, generate a compatible JSON instance:
{"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": ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Katibpuan, Talayan, Maguindanao, Autonomous Region of Muslim Mindanao (ARMM), PH", "locale" : "ph.autonomous-region-of-muslim-mindanao-armm.maguindanao.talayan.katibpuan", "country_id" : 177, "country_reference" : 177, "country_name" : ... | 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": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"session": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "$re... | {"title" : "User Session Data", "description" : "JSON schema for UserSessionData POJO", "properties" : {"session" : {"type" : "object", "description" : "The associated user session token", "$ref" : "org.sagebionetworks.repo.model.auth.Session"}, "isSSO" : {"type" : "boolean", "description" : "Is this a SSO session?"}, ... | json_instruct | {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "properties": {"type": "object", "properties": {"session": {"type": "object", "properties": {"type": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["type", "description", "... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["des... | {"latest_version" : ["0.3.0"], "meta" : {"description" : "Common humanization utilities for Flask applications", "homepage" : "https://github.com/vitalk/flask-humanize", "license" : "MIT"}, "versions" : {"0.1.0" : {"sha256" : "ca5efa44a550b90936f66a8ca7c3e086302af4a52a926021655a1c78c6e2b328", "url" : "https://files.pyt... | json_instruct | {"type": "object", "properties": {"latest_version": {"type": "array", "items": {"type": "string"}}, "meta": {"type": "object", "properties": {"description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}}, "required": ["description", "homepage", "license"]}, "versions": {"type": "obje... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"},... | {"name" : "HKBranchModule", "version" : "1.0.0", "summary" : "HKBranchModule", "description" : "App\u79df\u8f66\u7f51\u70b9\u4ee3\u7801\u7ed3\u6784\u6539\u8fdb.", "homepage" : "https://code.aliyun.com/hkr-app/App_IOS_HKBranchModule", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"yangzhi" : "zhi.yang@r... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {"type": "string"}, "file": {"type": "string"}}, "required": ["type", "file"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "manifest_version": {"type": "integer"}, "version": {"type": "string"}, "description": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "prop... | {"name" : "98heat", "manifest_version" : 2, "version" : "0.0.1", "description" : "get heat comment", "browser_action" : {"default_icon" : {"16" : "icon/bookmark-16.png", "32" : "icon/bookmark-32.png", "128" : "icon/bookmark-128.png"}, "default_title" : "98heat by houxinli"}, "content_scripts" : [{"matches" : ["https://... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "manifest_version": {"type": "integer"}, "version": {"type": "string"}, "description": {"type": "string"}, "browser_action": {"type": "object", "properties": {"default_icon": {"type": "object", "properties": {"16": {"type": "string"}, "32": {"type": "string"... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "changeLogEntryFileNames": {"type": "array", "items": {"type": "string"}}, "genericProperties": {"type": "object", "properties": {}, "required": []}}, "... | {"version" : "1.2.35", "date" : "24.09.2015", "changeLogEntryFileNames" : ["10324.SUP-1775.bugfix", "10325.SUP-1705.bugfix"], "genericProperties" : {}} | json_instruct | {"type": "object", "properties": {"version": {"type": "string"}, "date": {"type": "string"}, "changeLogEntryFileNames": {"type": "array", "items": {"type": "string"}}, "genericProperties": {"type": "object", "properties": {}, "required": []}}, "required": ["version", "date", "changeLogEntryFileNames", "genericPropertie... |
Please provide a valid JSON object following this 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": {"name"... | {"contract" : "0xd2b560a06d82c6e129ccee94d55178c81a1e5a3f", "tool" : "smartcheck", "start" : 1563414523.964515, "end" : 1563414531.275814, "duration" : 7.311299085617065, "analysis" : [{"name" : "SOLIDITY_ADDRESS_HARDCODED", "patternId" : "adc165", "severity" : 1, "line" : 32, "column" : 32, "content" : "0xEeeeeEeeeEeE... | 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": {"name": {"type": "string"}, "patternId": {"type": "string"}, "sev... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}}, "required": ["name", "dynamic"]}}, "generated": {"type": "object", "properti... | {"dependencies" : [{"name" : "./../src/index.js", "dynamic" : true}], "generated" : {"html" : "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n\t<meta charset=\"UTF-8\">\n\t<title>Simple</title>\n</head>\n<body>\n\t<root></root>\n\t<script src=\"/6ecbae6a543f000078ab6a78c6c93497.js\"></script>\n</body>\n</html>"}, "hash" ... | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "dynamic": {"type": "boolean"}}, "required": ["name", "dynamic"]}}, "generated": {"type": "object", "properties": {"html": {"type": "string"}}, "required": ["html"]}, "hash": {"type... |
Create an example JSON object that satisfies this schema:
{"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": "... | {"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-76.316398, 39.494162], [-76.309244, 39.499974], [-76.307129, 39.502612], [-76.304034, 39.502146], [-76.299082, 39.498384], [-76.298466, 39.494282], [-76.296957, 39.492458], [-76.297992, 39.489141], [-76.289714, 39.488025... | 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": "numbe... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"locat... | {"html_attributions" : [], "results" : [{"business_status" : "OPERATIONAL", "geometry" : {"location" : {"lat" : 27.3509389, "lng" : 80.4834581}, "viewport" : {"northeast" : {"lat" : 27.3523068802915, "lng" : 80.4848205802915}, "southwest" : {"lat" : 27.3496089197085, "lng" : 80.48212261970849}}}, "icon" : "https://maps... | json_instruct | {"type": "object", "properties": {"html_attributions": {"type": "array", "items": {}}, "results": {"type": "array", "items": {"type": "object", "properties": {"business_status": {"type": "string"}, "geometry": {"type": "object", "properties": {"location": {"type": "object", "properties": {"lat": {"type": "number"}, "ln... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"openapi": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "version"]}, "schemes": {"type": "array", "items": {"type"... | {"openapi" : "3.0.0", "info" : {"title" : "Basic servers", "version" : "0.1"}, "schemes" : ["https"], "servers" : [{"url" : "{username}.gigantic-server.com:{port}/{basePath}", "description" : "The production API server", "variables" : {"username" : {"description" : "this value is assigned by the service provider, in th... | json_instruct | {"type": "object", "properties": {"openapi": {"type": "string"}, "info": {"type": "object", "properties": {"title": {"type": "string"}, "version": {"type": "string"}}, "required": ["title", "version"]}, "schemes": {"type": "array", "items": {"type": "string"}}, "servers": {"type": "array", "items": {"type": "object", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type... | {"type" : "bundle", "id" : "bundle--b850d160-1ed3-406a-b217-9d0274bea779", "spec_version" : "2.0", "objects" : [{"created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "object_marking_refs" : ["marking-definition--fa42a846-8d90-4e51-bc29-71d5b4802168"], "source_ref" : "malware--76ac7989-c5cc-42e2-93e3-d6c... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"created_by_ref": {"type": "string"}, "object_marking_refs": {"type": "array", "items": {"type": "string"}}, "source_ref": {... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft... | {"parent" : "item/generated", "textures" : {"layer0" : "elementalitems:items/feet_ice"}} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"layer0": {"type": "string"}}, "required": ["layer0"]}}, "required": ["parent", "textures"], "$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"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", ... | {"name" : "dcloud", "version" : "1.0.0", "main" : "index.html", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/alexsicart/dCloud.git"}, "author" : "", "license" : "ISC", "bugs" : {"url" : "https://github.com/alexsicart/dCloud/issues"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"}}, "requi... | {"html" : "insmv3e.html", "css" : "insmv3e.css", "authors" : "Altay", "roll20userid" : "163529/", "preview" : "insmv3e_preview.jpg", "instructions" : "Feuille de Personnage pour In Nomine Satanis / Magna Veritas 3i&eagrave;me édition, édité par [Siroz/Asmod\u00c3\u00a9e](https://corporate.asmodee.c... | json_instruct | {"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "preview": {"type": "string"}, "instructions": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["html", "css", "authors", "roll20userid", "preview",... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "speed": {"type": "integer"}}, "required": ["name", "speed"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "FibreChannel (1GFC)", "speed" : 800} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "speed": {"type": "integer"}}, "required": ["name", "speed"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["prepare", "build", "lint"]}, "devDependencies": {"type": "object", "properti... | {"scripts" : {"prepare" : "husky install", "build" : "tsc", "lint" : "eslint src --max-warnings 0 --fix --ext .ts"}, "devDependencies" : {"@commitlint/cli" : "^15.0.0", "@commitlint/config-conventional" : "^15.0.0", "@typescript-eslint/eslint-plugin" : "^5.6.0", "eslint" : "^8.4.1", "eslint-config-airbnb-typescript" : ... | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"prepare": {"type": "string"}, "build": {"type": "string"}, "lint": {"type": "string"}}, "required": ["prepare", "build", "lint"]}, "devDependencies": {"type": "object", "properties": {"@commitlint/cli": {"type": "string"}, "@commitlint/conf... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type... | {"IsRecentlyVerified" : false, "ID" : 15625, "UUID" : "2167A775-F8B7-4927-B62B-A5132DA48F40", "DataProviderID" : 1, "OperatorID" : 1, "UsageTypeID" : 5, "UsageCost" : "Free", "AddressInfo" : {"ID" : 15970, "Title" : "Parc Cardeurs", "AddressLine1" : "Place Forum des Cardeurs", "AddressLine2" : "", "Town" : "Aix-en-Prov... | json_instruct | {"type": "object", "properties": {"IsRecentlyVerified": {"type": "boolean"}, "ID": {"type": "integer"}, "UUID": {"type": "string"}, "DataProviderID": {"type": "integer"}, "OperatorID": {"type": "integer"}, "UsageTypeID": {"type": "integer"}, "UsageCost": {"type": "string"}, "AddressInfo": {"type": "object", "properties... |
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", "p... | {"hash" : "0xda068069f3fc518928c33fb9087d4f0d24de7cb8a2fbba6a64b6e9dc38342364", "parentHash" : "0x0728b10c24f40ff1a53212c3dfb050379db74d6658d680e241e315a1219e6c66", "number" : 74507, "timestamp" : 1439387159, "nonce" : "0x948c445f25b0946c", "difficulty" : 2216110800369, "gasLimit" : {"_hex" : "0x2fefd8"}, "gasUsed" : {... | 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"]... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type... | {"\u5de5\u5ee0\u540d\u7a31" : "\u6b23\u7fd4\u79d1\u6280\u5100\u5668\u6709\u9650\u516c\u53f8", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "99711589", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u5357\u5e02\u6b78\u4ec1\u5340\u5357\u8208\u91cc\u6c11\u751f\u516d\u885725\u865f... | json_instruct | {"type": "object", "properties": {"\u5de5\u5ee0\u540d\u7a31": {"type": "string"}, "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f": {"type": "string"}, "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f": {"type": "string"}, "\u5de5\u5ee0\u5730\u5740": {"type": "string"}, "\u5de5\u5ee0\u5e02\u93ae\u9109\u6751\u91cc": {"type": "st... |
Based on the schema below, produce a valid JSON object:
{"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema... | [{"date" : "2022-03-27", "total" : 496, "delta" : 9, "version" : "1.0.3"}, {"date" : "2022-04-01", "total" : 506, "delta" : 10, "version" : "1.0.3"}, {"date" : "2022-04-02", "total" : 508, "delta" : 2, "version" : "1.0.3"}, {"date" : "2022-04-08", "total" : 523, "delta" : 15, "version" : "1.0.3"}, {"date" : "2022-04-10... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"date": {"type": "string"}, "total": {"type": "integer"}, "delta": {"type": "integer"}, "version": {"type": "string"}}, "required": ["date", "total", "delta", "version"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "revision": {"type": "string"}}, "required": ["name", "revision"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"name" : "dummy_board_name", "revision" : "dummy_board_revision"} | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "revision": {"type": "string"}}, "required": ["name", "revision"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "i... | {"directions" : ["In a medium-size mixing bowl, combine mayonnaise, ketchup, onion powder, green pepper, and salt to taste. Chill before serving."], "ingredients" : ["1 cup mayonnaise", "1/4 cup ketchup", "1 teaspoon onion powder", "1 small green bell pepper, chopped", "salt to taste"], "language" : "en-US", "source" :... | json_instruct | {"type": "object", "properties": {"directions": {"type": "array", "items": {"type": "string"}}, "ingredients": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "source": {"type": "string"}, "tags": {"type": "array", "items": {}}, "title": {"type": "string"}, "url": {"type": "string"}}, "r... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "PROCEDURE_FREQUENCY_DISTRIBUTION" : {"Y_NUM_PERSONS" : 0, "X_COUNT" : 1}, "PROCEDURES_BY_TYPE" : {"CONCEPT_NAM... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[136.75, 20.416666666666668], [136.75, 20.5], [136.875, 20.5], [136.875, 20.416666666666668], [136.75, 20.416666666666668]]]}, "properties" : {"code" : 303656, "url" : "http://madefor.github.io/0410/api/v1/303656.geojson", "view" : "https://github... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "required": ["type", "coordinates"]}, "properties": {"type": "ob... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"value" : "6F"} | json_instruct | {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "follow... | {"user" : "c0ncon", "repos" : 1, "login" : "c0ncon", "id" : 2006838, "avatar_url" : "https://avatars2.githubusercontent.com/u/2006838?v=3", "url" : "https://api.github.com/users/c0ncon", "html_url" : "https://github.com/c0ncon", "followers_url" : "https://api.github.com/users/c0ncon/followers", "following_url" : "https... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"ty... | {"copyright_text" : "Standard YouTube License", "description" : "Speakers: Ying Li, David Lawrence\n\nThe Update Framework (TUF) helps developers secure new or existing software update systems by providing integrity and freshness guarantees over package distribution. Integrate TUF into your deployment pipelines to prov... | json_instruct | {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "id": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "slug": {"type": "string"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "conquest:block/green_stained_glass_vertical_quarter_4"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"collection_info": {"type": "object", "properties": {"namespace": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "readme": {"type": "str... | {"collection_info" : {"namespace" : "mrlesmithjr", "name" : "system", "version" : "0.2.0", "authors" : ["Larry Smith Jr. <mrlesmithjr@gmail.com>"], "readme" : "README.md", "tags" : ["system"], "description" : "Ansible collection of system related roles", "license" : [], "license_file" : "LICENSE.md", "dependencies" : {... | json_instruct | {"type": "object", "properties": {"collection_info": {"type": "object", "properties": {"namespace": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "readme": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"noImplicitAny": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "target": {"type": "string"}, "outFile": {"type": "string"}, "o... | {"compilerOptions" : {"noImplicitAny" : false, "sourceMap" : false, "declaration" : true, "target" : "ES6", "outFile" : "./dist/EZGUI.js", "outDir" : "./dist/", "module" : "amd"}, "include" : ["src/**/*.ts"]} | json_instruct | {"type": "object", "properties": {"compilerOptions": {"type": "object", "properties": {"noImplicitAny": {"type": "boolean"}, "sourceMap": {"type": "boolean"}, "declaration": {"type": "boolean"}, "target": {"type": "string"}, "outFile": {"type": "string"}, "outDir": {"type": "string"}, "module": {"type": "string"}}, "re... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "fabpot/php-cs-fixer": {"type": "string"}}, "required": ["phpunit/phpunit", ... | {"name" : "ricardofiorani/php-video-url-parser", "description" : "A Simple and efficient PHP Video URL Parser that gives you thumbnails and embed codes for various services as Youtube, Vimeo, DailyMotion and Facebook", "require-dev" : {"phpunit/phpunit" : "^4.8", "fabpot/php-cs-fixer" : ">= 1.0"}, "license" : "MIT", "a... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "require-dev": {"type": "object", "properties": {"phpunit/phpunit": {"type": "string"}, "fabpot/php-cs-fixer": {"type": "string"}}, "required": ["phpunit/phpunit", "fabpot/php-cs-fixer"]}, "license": {"type": "string"}, "au... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/d... | [{"year" : 1917, "sex" : "F", "n" : 8, "prop" : 7.12e-06}, {"year" : 1919, "sex" : "F", "n" : 5, "prop" : 4.26e-06}, {"year" : 1922, "sex" : "F", "n" : 5, "prop" : 4.01e-06}, {"year" : 1924, "sex" : "F", "n" : 6, "prop" : 4.63e-06}, {"year" : 1925, "sex" : "F", "n" : 7, "prop" : 5.54e-06}, {"year" : 1929, "sex" : "F", ... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "sex": {"type": "string"}, "n": {"type": "integer"}, "prop": {"type": "number"}}, "required": ["year", "sex", "n", "prop"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"typ... | {"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Tinalon, Sen. Ninoy Aquino, Sultan Kudarat, SOCCSKSARGEN (Region XII), PH", "locale" : "ph.soccsksargen-region-xii.sultan-kudarat.sen-ninoy-aquino.tinalon", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", ... | 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": {... |
Please provide a valid JSON object following this schema:
{"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... | {"version" : "english_NIV", "book" : "1 Kings", "chapter" : 9, "verse" : 3, "word" : "The LORD said to him: \u201cI have heard the prayer and plea you have made before me; I have consecrated this temple, which you have built, by putting my Name there forever. My eyes and my heart will always be there."} | 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#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "strin... | {"name" : "knone/translate-bundle", "type" : "symfony-bundle", "description" : "Translate bundle", "keywords" : ["translate", "google", "yandex"], "homepage" : "http://i.knone.ru", "license" : "MIT", "authors" : [{"name" : "Nikita Krasnoyartsev", "email" : "i@knone.ru"}], "require" : {"php" : ">=5.4", "symfony/framewor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draf... | {"id" : "http://data.doremus.org/performance/0a6c50f3-722e-3b4d-a97e-8418b12c3bf2", "expression" : [{"id" : "http://data.doremus.org/expression/03c95c8f-707e-3fe8-b67d-f69b3cb9649e"}, {"id" : "http://data.doremus.org/expression/b727b5db-b9cc-345f-a6c4-c6e949994a12"}, {"id" : "http://data.doremus.org/expression/d0697a0f... | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}, "expression": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"]}}}, "required": ["id", "expression"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "num... | {"locationData" : {"relativeBoundingBox" : {"xmin" : 0.016287254, "width" : 0.092069246, "ymin" : 0.4806891, "height" : 0.16367865}, "relativeKeypoints" : [{"y" : 0.6297529, "x" : 0.067268215}, {"y" : 0.49062073, "x" : 0.07808001}, {"y" : 0.5017661, "x" : 0.051485218}, {"y" : 0.52394825, "x" : 0.029092817}, {"y" : 0.55... | json_instruct | {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"900807812": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807813": {"type": "object", "properties": {"nama": {"type... | {"900807812" : {"nama" : "TPS 1", "dapil" : [6102, 16107, 2610504]}, "900807813" : {"nama" : "TPS 2", "dapil" : [6102, 16107, 2610504]}} | json_instruct | {"type": "object", "properties": {"900807812": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": "integer"}}}, "required": ["nama", "dapil"]}, "900807813": {"type": "object", "properties": {"nama": {"type": "string"}, "dapil": {"type": "array", "items": {"type": ... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}... | {"PREVALENCE_BY_GENDER_AGE_YEAR" : {"TRELLIS_NAME" : [], "SERIES_NAME" : [], "X_CALENDAR_YEAR" : [], "Y_PREVALENCE_1000PP" : []}, "PREVALENCE_BY_MONTH" : {"X_CALENDAR_MONTH" : [], "Y_PREVALENCE_1000PP" : []}, "CONDITIONS_BY_TYPE" : {"CONCEPT_NAME" : "Observation recorded from EHR", "COUNT_VALUE" : 80}, "AGE_AT_FIRST_DI... | json_instruct | {"type": "object", "properties": {"PREVALENCE_BY_GENDER_AGE_YEAR": {"type": "object", "properties": {"TRELLIS_NAME": {"type": "array", "items": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_1000PP": {"type": "array", "items": {}}}, "required": ["TRE... |
Create an example JSON object that satisfies this schema:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["450881104201", "\u77f3\u7f57\u6751\u59d4\u4f1a", "220", "0"], ["450881104202", "\u7f57\u84dd\u6751\u59d4\u4f1a", "220", "0"], ["450881104203", "\u6709\u7406\u6751\u59d4\u4f1a", "122", "0"], ["450881104204", "\u4e0a\u6751\u6751\u59d4\u4f1a", "220", "0"], ["450881104205", "\u9648\u51b2\u6751\u59d4\u4f1a", "220", "0"],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers... | {"user" : "JimmyBoh", "repos" : 2, "login" : "JimmyBoh", "id" : 2332163, "avatar_url" : "https://avatars3.githubusercontent.com/u/2332163?v=3", "url" : "https://api.github.com/users/JimmyBoh", "html_url" : "https://github.com/JimmyBoh", "followers_url" : "https://api.github.com/users/JimmyBoh/followers", "following_url... | json_instruct | {"type": "object", "properties": {"user": {"type": "string"}, "repos": {"type": "integer"}, "login": {"type": "string"}, "id": {"type": "integer"}, "avatar_url": {"type": "string"}, "url": {"type": "string"}, "html_url": {"type": "string"}, "followers_url": {"type": "string"}, "following_url": {"type": "string"}, "gist... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$s... | [{"name" : "AZLAN", "frequency" : 219, "males" : "96.34703196347031 %", "females" : "3.65296803652968 %"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$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": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string... | [{"namaKab" : "MAJENE", "originalFilename" : "img002.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 18126, "noUrut" : 1, "nama" : "Ir. BASRI IBRAHIM", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "MAJENE", "originalFilename" : "POTO, M. HAKIM.jpg", "namaPartai" : "Partai Kebangkitan Bangsa", "id" : 14548... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"namaKab": {"type": "string"}, "originalFilename": {"type": "string"}, "namaPartai": {"type": "string"}, "id": {"type": "integer"}, "noUrut": {"type": "integer"}, "nama": {"type": "string"}, "stringJenisKelamin": {"type": "string"}}, "required": ["namaKab", "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [{"url" : "https://bbs.byr.cn/article/Feeling/3164908", "title" : "\u4ece\u6ca1\u6709\u4e00\u4e2a\u6ee1\u773c\u90fd\u662f\u6211\u7684\u5973\u5b69\uff01", "count" : 41}, {"url" : "https://bbs.byr.cn/article/Talking/6258697", "title" : "\u5982\u4f55\u7f13\u89e3\u5b64\u72ec\u60c5\u7eea", "count" : 26}, {"url" : "https://b... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "count": {"type": "integer"}}, "required": ["url", "title", "count"]}, "$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"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepare": {"type": "string"}, "bu... | {"name" : "curtail", "version" : "3.0.0", "description" : "Curtail is a pure JavaScript image manipulation tool.", "main" : "dist/curtail.js", "scripts" : {"test" : "node_modules/.bin/mocha", "prepare" : "npm run build", "build" : "babel *.js -d dist --source-maps"}, "repository" : {"type" : "git", "url" : "git+https:/... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "prepare": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "prepare"... |
Generate sample JSON data that conforms to the following 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" : "1209060023", "district_id" : "1209060", "name" : "BAYU BAGASAN"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"eruda.js": {"type": "string"}, "eruda.min.js": {"type": "string"}}, "required": ["eruda.js", "eruda.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"eruda.js" : "sha256-ge0rEKMVl9J114tYnWwEJQxIZYOWY+UgQe5kMKv1fAE=", "eruda.min.js" : "sha256-X80zdrfbEPK6qk3uMvrxRmxKXtTARplY4ssqb5SjsDQ="} | json_instruct | {"type": "object", "properties": {"eruda.js": {"type": "string"}, "eruda.min.js": {"type": "string"}}, "required": ["eruda.js", "eruda.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer... | {"id" : 45286019, "ot" : 3, "alias" : 0, "setcode" : 7475314, "type" : 33, "atk" : 1000, "def" : 1000, "level" : 3, "race" : 32, "attribute" : 1, "category" : 0, "name" : "Geargiano Mk-III", "desc" : "When this card is Special Summoned by the effect of a \"Geargia\" card: You can Special Summon 1 \"Geargia\" monster fr... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "ot": {"type": "integer"}, "alias": {"type": "integer"}, "setcode": {"type": "integer"}, "type": {"type": "integer"}, "atk": {"type": "integer"}, "def": {"type": "integer"}, "level": {"type": "integer"}, "race": {"type": "integer"}, "attribute": {"type": "int... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, ... | {"name" : "nodeinjection", "version" : "0.0.5", "description" : "A node.js framework to help you build your own dependency injection framework. It is leaned towards angularjs' dependency injection style.", "scripts" : {"start" : "echo \"Error: this library cannot be executed.\" && exit 1", "test" : "mocha"}, "main" : "... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "main": {"type": "string"}, "author": {"type": "string"},... |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, ... | [{"review_id" : "8454047", "movie_id" : "117253", "author" : "retu****", "review" : "\uc911\uad6d\uc744 \ub610\ub2e4\ub978 \ub208\uc73c\ub85c \ubc14\ub77c\ubcf4\uac8c \ub42c\ub124\uc694", "rating" : "10", "date" : "14.01.31"}, {"review_id" : "8358806", "movie_id" : "117253", "author" : "ckdo****", "review" : "\ubcc4\uc... | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"review_id": {"type": "string"}, "movie_id": {"type": "string"}, "author": {"type": "string"}, "review": {"type": "string"}, "rating": {"type": "string"}, "date": {"type": "string"}}, "required": ["review_id", "movie_id", "author", "review", "rating", "date"]... |
The schema below describes a JSON structure. Generate a valid example:
{"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" : "1107080052", "district_id" : "1107080", "name" : "MEUNASAH GANTUNG"} | 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 an example JSON object that satisfies this schema:
{"type": "object", "properties": {"creators": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}, "required": ["creators"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"creators" : {"title" : "Masoud Nickparvar", "link" : "https://github.com/masoudnick"}} | json_instruct | {"type": "object", "properties": {"creators": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}}, "required": ["title", "link"]}}, "required": ["creators"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"},... | {"id" : 15319, "source" : "parry", "verse_id" : 18303, "verse_count" : 1, "reference" : "33:23", "title" : "", "html" : " <i>tacklings/mast/sail. </i> Isaiah returns to the subject of warships, spoken of in 33:21, and emphasizes that the once-feared ships will no longer be able to function because the masts are not sec... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "source": {"type": "string"}, "verse_id": {"type": "integer"}, "verse_count": {"type": "integer"}, "reference": {"type": "string"}, "title": {"type": "string"}, "html": {"type": "string"}, "audit": {"type": "null"}}, "required": ["id", "source", "verse_id", "... |
Generate sample JSON data that conforms to the following 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" : "3217120015", "district_id" : "3217120", "name" : "CIBODAS"} | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, ... | {"n_dim" : 8, "n_trials" : 130, "objective" : "markowitz_analytic_on_cube", "white" : "ultraopt_gbrt", "black" : "platypus_gde3", "traceback" : ["passing", "passing"], "best_val" : [0.16170718261617767, 1.4449322850495698], "best_x" : [[0.034008691090590015, 0.06570288598186569, 0.304991967861849, 0.04577257544037461, ... | json_instruct | {"type": "object", "properties": {"n_dim": {"type": "integer"}, "n_trials": {"type": "integer"}, "objective": {"type": "string"}, "white": {"type": "string"}, "black": {"type": "string"}, "traceback": {"type": "array", "items": {"type": "string"}}, "best_val": {"type": "array", "items": {"type": "number"}}, "best_x": {... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.