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": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["dom-array"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"totalCountIsEstimate": {"type": "boolean"}, "count": {"type": "integer"}, "pageCount": {"type": "integer"}, "totalCount": {"type": "integer"}, "next": {"type": "string"}, "previous": {... | {"meta" : {"totalCountIsEstimate" : false, "count" : 1, "pageCount" : 2, "totalCount" : 2, "next" : "/transactions?recipientId=AewxfHQobSc49a4radHp74JZCGP8LRe4xA&limit=1&transform=true&page=2", "previous" : null, "self" : "/transactions?recipientId=AewxfHQobSc49a4radHp74JZCGP8LRe4xA&limit=1&transform=true&page=1", "fir... | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"totalCountIsEstimate": {"type": "boolean"}, "count": {"type": "integer"}, "pageCount": {"type": "integer"}, "totalCount": {"type": "integer"}, "next": {"type": "string"}, "previous": {"type": "null"}, "self": {"type": "string"}, "first": {"typ... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/vendor.js": {"type": "string"}}, "required": ["/js/app.js", "/js/manifest.js", "/css/app.css", "/js/vendor.js"... | {"/js/app.js" : "/js/app.js?id=44ca7477f8dee3990222", "/js/manifest.js" : "/js/manifest.js?id=c65e24bd32c46d26ae4f", "/css/app.css" : "/css/app.css?id=97e16ffc732f8b117a9d", "/js/vendor.js" : "/js/vendor.js?id=7d7f95d5e7534663905d"} | json_instruct | {"type": "object", "properties": {"/js/app.js": {"type": "string"}, "/js/manifest.js": {"type": "string"}, "/css/app.css": {"type": "string"}, "/js/vendor.js": {"type": "string"}}, "required": ["/js/app.js", "/js/manifest.js", "/css/app.css", "/js/vendor.js"], "$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"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-c... | {"name" : "height-equalizer", "version" : "1.0.0", "keywords" : ["height", "equalizer", "column", "size", "offset", "top", "line", "height-equalizer", "jquery", "jquery-plugin", "ecosystem:jquery"], "devDependencies" : {"grunt" : "^0.4.5", "grunt-contrib-uglify" : "~0.6.0", "grunt-contrib-watch" : "~0.5.3", "grunt-jsli... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "devDependencies": {"type": "object", "properties": {"grunt": {"type": "string"}, "grunt-contrib-uglify": {"type": "string"}, "grunt-contrib-watch": {"type": "string"}... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"t... | {"ast" : null, "code" : "import { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nvar _jsxFileName = \"C:\\\\Users\\\\Marcilio\\\\Documents\\\\GitHub\\\\todoreact\\\\src\\\\components\\\\Todos.js\";\nimport React, { Component } from 'react';\n\nclass Todos extends Component {\n render() {\n return /*#__PURE__*... | json_instruct | {"type": "object", "properties": {"ast": {"type": "null"}, "code": {"type": "string"}, "map": {"type": "object", "properties": {"version": {"type": "integer"}, "sources": {"type": "array", "items": {"type": "string"}}, "names": {"type": "array", "items": {"type": "string"}}, "mappings": {"type": "string"}, "sourcesCont... |
Using the following JSON schema, generate a compatible JSON instance:
{"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" : "TAPANULI TENGAH", "originalFilename" : "januari.jpg", "namaPartai" : "PARTAI DEMOKRASI INDONESIA PERJUANGAN", "id" : 137566, "noUrut" : 1, "nama" : "JANUARI HUTAGALUNG, S.H.", "stringJenisKelamin" : "Laki-Laki"}, {"namaKab" : "TAPANULI TENGAH", "originalFilename" : "TITIAN.jpg", "namaPartai" : "PARTAI DE... | 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", "... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Viison\\Composer\... | {"name" : "viison/composer-merge-plugin", "version" : "1.0.0", "description" : "Composer Merge Plugin for directory merging after install/update.", "type" : "composer-plugin", "autoload" : {"psr-4" : {"Viison\\Composer\\" : ""}}, "extra" : {"class" : "Viison\\Composer\\ComposerMergePlugin"}, "require" : {"composer-plug... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "autoload": {"type": "object", "properties": {"psr-4": {"type": "object", "properties": {"Viison\\Composer\\": {"type": "string"}}, "required": ["Viison\\Composer\\... |
Please provide a valid JSON object following this 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", "model"]}, ... | [{"manufacturer" : "Samsung", "market_name" : "Galaxy J5 Prime", "codename" : "on5xelte", "model" : "SM-G570F"}, {"manufacturer" : "Samsung", "market_name" : "Galaxy J5 Prime", "codename" : "on5xelte", "model" : "SM-G570M"}, {"manufacturer" : "Samsung", "market_name" : "Galaxy J5 Prime", "codename" : "on5xelte", "model... | 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#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "type": ... | {"crs" : {"type" : "name", "properties" : {"name" : "urn:ogc:def:crs:EPSG::4326"}}, "type" : "FeatureCollection", "ID" : "ES13", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-3.15334, 43.35322], [-3.26611, 43.25573], [-3.42163, 43.24225], [-3.41768, 43.13337], [-3.65112, 43.15403], [-3.88048, 43.... | json_instruct | {"type": "object", "properties": {"crs": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["type", "properties"]}, "type": {"type": "string"}, "ID": {"type": "string"}, "features": {"type": "arr... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type... | {"type" : "Feature", "geometry" : {"type" : "Point", "coordinates" : [-0.43263, 53.956368]}, "properties" : {"deliverable" : "yes", "start-date" : "2016-07-12", "site-address" : "Land To The Rear of Fosters Hall Main Street, Hutton Cranswick", "notes" : "16/01502/REM", "site" : "BF/165", "planning-permission-history" :... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "properties": {"type": "object", "properties": {"deliverable": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["assetgraph-builder", "assetgraph-builder-esprima", "assetgraph-builder-teepee", "assetgraph-i18n", "babelfish"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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" : "red-hot", "definition" : "Red with heat; heated to redness; as, red-hot iron; red-hot balls. Hence, figuratively, excited; violent; as, a red-hot radical. Shak."} | json_instruct | {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"... | {"name" : "angular-bootstrap-toggle", "description" : "AngularJS version of Bootstrap Toggle", "version" : "0.4.0", "keywords" : ["angular", "toggle", "switch"], "authors" : [{"name" : "Tony Wang", "email" : "ziscloud@gmail.com"}], "main" : ["dist/angular-bootstrap-toggle.min.js", "dist/angular-bootstrap-toggle.min.css... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "email": {"type": "string"}}, "r... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"status": {"type": "integer"}, "result": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "lifeName": {"type": "string"}, "orgName": {"type": "string"}, "time": {"type": "string"}, "peopleN... | {"status" : 1, "result" : [{"Id" : "l01", "lifeName" : "\u521b\u4f18\u4e89\u5148", "orgName" : "\u56fd\u822a\u5927\u53a6\u8054\u5408\u515a\u652f\u90e8", "time" : "2017\u5e743\u67083\u65e5", "peopleNum" : 30}, {"Id" : "l02", "lifeName" : "\u628a\u63e1\u793e\u4f1a\u65f6\u4ee3\u6027 \u4fdd\u6301\u515a\u5458\u5148\u8fdb\u6... | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "result": {"type": "array", "items": {"type": "object", "properties": {"Id": {"type": "string"}, "lifeName": {"type": "string"}, "orgName": {"type": "string"}, "time": {"type": "string"}, "peopleNum": {"type": "integer"}}, "required": ["Id", "lifeName", "... |
Following the schema specification below, generate a valid 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": "num... | {"type" : "Feature", "geometry" : {"type" : "Polygon", "coordinates" : [[[152.5, 38.75], [152.5, 38.833333333333336], [152.625, 38.833333333333336], [152.625, 38.75], [152.5, 38.75]]]}, "properties" : {"code" : 585214, "url" : "http://madefor.github.io/0410/api/v1/585214.geojson", "view" : "https://github.com/madefor/0... | 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... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "pro... | {"name" : "open", "version" : "0.0.0", "private" : true, "scripts" : {"start" : "node ./bin/www"}, "dependencies" : {"body-parser" : "~1.15.1", "canvas" : "^1.6.9", "cheerio" : "^1.0.0-rc.2", "connect-redis" : "^3.3.0", "cookie-parser" : "~1.4.3", "debug" : "~2.2.0", "dplayer" : "^1.22.2", "ejs" : "^2.6.1", "elasticsea... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}}, "required": ["start"]}, "dependencies": {"type": "object", "properties": {"body-parser": {"type": "string"}, "canvas": {... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"t... | {"data" : {"markdownRemark" : {"html" : "<p>The next JaxFusion meeting will be Tuesday January 20th at SouthWest Signal at 6:30 PM.</p>", "frontmatter" : {"title" : "Next JaxFusion meeting 20th of January", "date" : "17.01.2011", "category" : "Blog"}, "timeToRead" : 1}}, "pageContext" : {"slug" : "/next-jax-fusion-meet... | json_instruct | {"type": "object", "properties": {"data": {"type": "object", "properties": {"markdownRemark": {"type": "object", "properties": {"html": {"type": "string"}, "frontmatter": {"type": "object", "properties": {"title": {"type": "string"}, "date": {"type": "string"}, "category": {"type": "string"}}, "required": ["title", "da... |
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" : "\u9686\u93ae\u5de5\u696d\u80a1\u4efd\u6709\u9650\u516c\u53f8\u795e\u5ca1\u5ee0", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T6601137", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u81fa\u4e2d\u5e02\u795e\u5ca1\u5340\u8c50\u6d32\u91cc\u524d\u5bee\u... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"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" : "\u5168\u570b\u5851\u81a0\u4f01\u696d\u793e", "\u5de5\u5ee0\u767b\u8a18\u7de8\u865f" : "T0701201", "\u5de5\u5ee0\u8a2d\u7acb\u8a31\u53ef\u6848\u865f" : "", "\u5de5\u5ee0\u5730\u5740" : "\u5f70\u5316\u7e23\u57d4\u9e7d\u9109\u74e6\ue974\u6751\u5149\u660e\u8def\u4e8c\u6bb5139\u865f", "\u5de5\... | 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... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"name": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type... | {"name" : "fizzy-syntax-theme", "theme" : "syntax", "version" : "0.9.0", "private" : true, "description" : "A light-hearted, bright and bubbly syntax theme featuring bright colors, and inspired by the Espresso default highlighting, and the Soda Sublime Text 2 theme.", "repository" : {"type" : "git", "url" : "https://gi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "theme": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "description": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "int... | {"department" : "PHYS", "description" : ["Seniors study topics of current interest, based upon presentations by staff, participants, and", "visitors, library research and assigned readings. Prerequisites: Physics 374, 375, and 376.", "P/N only. Available on request. May be repeated if topic is different."], "fullname"... | json_instruct | {"type": "object", "properties": {"department": {"type": "string"}, "description": {"type": "array", "items": {"type": "string"}}, "fullname": {"type": "string"}, "number": {"type": "integer"}, "section": {"type": "string"}, "semester": {"type": "integer"}, "shortname": {"type": "string"}, "type": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"class_name" : "blur", "bbox" : "19 58 383 488", "used" : true}, {"class_name" : "artifact", "bbox" : "485 354 504 410", "used" : false}, {"class_name" : "saturation", "bbox" : "400 404 504 506", "used" : true}, {"class_name" : "contrast", "bbox" : "10 244 180 453", "used" : true}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"class_name": {"type": "string"}, "bbox": {"type": "string"}, "used": {"type": "boolean"}}, "required": ["class_name", "bbox", "used"]}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array"... | {"objects" : {"vectile" : {"type" : "GeometryCollection", "geometries" : [{"arcs" : [[0]], "type" : "Polygon", "properties" : {"id" : "24074"}, "clipped" : true, "id" : "d54977b585"}, {"arcs" : [[1]], "type" : "Polygon", "properties" : {"id" : "17016"}, "clipped" : true, "id" : "c5a6f06eee"}, {"arcs" : [[2]], "type" : ... | json_instruct | {"type": "object", "properties": {"objects": {"type": "object", "properties": {"vectile": {"type": "object", "properties": {"type": {"type": "string"}, "geometries": {"type": "array", "items": {"type": "object", "properties": {"arcs": {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}}, "type": ... |
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": {"start": {"type": "string"}, "build": {"type": "string"}, "doc... | {"name" : "cap-kafka-gateway", "version" : "0.0.1", "description" : "Gateway to publish CAP messages, received via an RSS feed, to Kafka, and vice versa.", "main" : "dist/index.js", "scripts" : {"start" : "tsc -w", "build" : "tsc", "docker" : "npm run docker:build:silentproducer && npm run docker:tag:silentproducer && ... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "build": {"type": "string"}, "docker": {"type": "string"}, "producer": {"type": "string"},... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"darsey": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": ... | {"darsey" : {"awscloudformation" : {"AuthRoleName" : "amplify-authcra-darsey-01701-authRole", "UnauthRoleArn" : "arn:aws:iam::471644714298:role/amplify-authcra-darsey-01701-unauthRole", "AuthRoleArn" : "arn:aws:iam::471644714298:role/amplify-authcra-darsey-01701-authRole", "Region" : "us-east-2", "DeploymentBucketName"... | json_instruct | {"type": "object", "properties": {"darsey": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "Unau... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "summary": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "object", "properties": {"type": {... | {"name" : "mumblekit-ios", "version" : "0.1.1", "summary" : "MumbleKit ios.", "description" : "Mainly created to use with flutter", "homepage" : "https://bitbucket.org/p_tsakoulis/mumblekit-ios", "license" : {"type" : "MIT", "file" : "LICENSE"}, "authors" : {"pantelis tsak" : "p.tsakoulis@dga.gr"}, "source" : {"git" : ... | 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"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "vending": ... | {"type" : "Feature", "id" : "node/8762076164", "properties" : {"amenity" : "vending_machine", "name" : "Bauernladen wattenberg", "opening_hours" : "Mo-Su 07:00-20:00", "vending" : "food", "id" : "node/8762076164"}, "geometry" : {"type" : "Point", "coordinates" : [11.6056389, 47.2738532]}} | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"amenity": {"type": "string"}, "name": {"type": "string"}, "opening_hours": {"type": "string"}, "vending": {"type": "string"}, "id": {"type": "string"}}, "required": ["amenity", "name"... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "cStandard": {"type": "string"}, "cppStandar... | {"configurations" : [{"name" : "SimpleKernel_vscode_cpp", "includePath" : ["${workspaceFolder}/src/**"], "cStandard" : "gnu17", "cppStandard" : "gnu++17"}], "version" : 4} | json_instruct | {"type": "object", "properties": {"configurations": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "includePath": {"type": "array", "items": {"type": "string"}}, "cStandard": {"type": "string"}, "cppStandard": {"type": "string"}}, "required": ["name", "includePath", "cStandard"... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"USER": {"type": "string"}, "ID": {"type": "string"}, "NICKNAME": {"type": "string"}, "TIME": {"type": "string"}}, "required": ["USER", "ID", "NICKNAME", "TIME"], "$schema": "http://json-schema.org/draft-07/sc... | {"USER" : "THC Skunk", "ID" : "348979447703011329", "NICKNAME" : "psydulho", "TIME" : "2019-10-3 21:29:51"} | json_instruct | {"type": "object", "properties": {"USER": {"type": "string"}, "ID": {"type": "string"}, "NICKNAME": {"type": "string"}, "TIME": {"type": "string"}}, "required": ["USER", "ID", "NICKNAME", "TIME"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"links": {"type": "object", "properties": {"sidebar": {"type": "object", "properties": {"Need help? Talk to us!": {"type": "string"}}, "required": ["Need help? Talk to us!"]}}, "required": ["sidebar"]}, "plugins": {"type": "... | {"links" : {"sidebar" : {"Need help? Talk to us!" : "https://gitter.im/DjangoGirls/tutorial"}}, "plugins" : ["anchors@0.4.0", "ga@0.2.1", "richquotes@0.0.5", "edit-link@1.4.1"], "pluginsConfig" : {"ga" : {"token" : "UA-51680040-3"}, "richquotes" : {"todos" : true}, "edit-link" : {"base" : "https://github.com/djangogirl... | json_instruct | {"type": "object", "properties": {"links": {"type": "object", "properties": {"sidebar": {"type": "object", "properties": {"Need help? Talk to us!": {"type": "string"}}, "required": ["Need help? Talk to us!"]}}, "required": ["sidebar"]}, "plugins": {"type": "array", "items": {"type": "string"}}, "pluginsConfig": {"type"... |
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": {}}, "SERIES_NAME": {"type": "array", "items": {}}, "X_CALENDAR_YEAR": {"type": "array", "items": {}}, "Y_PREVALENCE_... | {"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" : 152}, "AGE_AT_FIRST_D... | 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... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}}, "required": ["axios"]}, "devDependencies": {"type": "object", "properties": {"@testing-library/react-hooks": {"type": "string"}, "axio... | {"dependencies" : {"axios" : "^0.26.0"}, "devDependencies" : {"@testing-library/react-hooks" : "^7.0.2", "axios-mock-adapter" : "^1.20.0"}} | json_instruct | {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"axios": {"type": "string"}}, "required": ["axios"]}, "devDependencies": {"type": "object", "properties": {"@testing-library/react-hooks": {"type": "string"}, "axios-mock-adapter": {"type": "string"}}, "required": ["@testing-library/rea... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"crossfitApp": {"type": "object", "properties": {"sql": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["home"]}}, "required": ["sq... | {"crossfitApp" : {"sql" : {"home" : {"title" : "SQL"}}}} | json_instruct | {"type": "object", "properties": {"crossfitApp": {"type": "object", "properties": {"sql": {"type": "object", "properties": {"home": {"type": "object", "properties": {"title": {"type": "string"}}, "required": ["title"]}}, "required": ["home"]}}, "required": ["sql"]}}, "required": ["crossfitApp"], "$schema": "http://json... |
Construct a JSON document that adheres to this schema specification:
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$schema": "http://json-schema.org/draft-07/schema... | [{"name" : "COSNER", "frequency" : 1, "gender" : "male"}] | json_instruct | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "gender": {"type": "string"}}, "required": ["name", "frequency", "gender"]}, "$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": "obje... | {"hash" : "0x947e348500b6574b8aea956b203b0476efb73749b3788903fcab9d2fa3b9dd9d", "parentHash" : "0x430b33b402de0b6123deb8b21df582af140e76a4ff396389cae8cf619e447557", "number" : 42359, "timestamp" : 1438854812, "nonce" : "0xa13af58b5cab151e", "difficulty" : 1349300174834, "gasLimit" : {"_hex" : "0x1574"}, "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"]... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "null"}}, "required": ["contract", "tool", "sta... | {"contract" : "0x286f0322164f532f388dac8bce2a5101d92a3475", "tool" : "securify", "start" : 1563686682.0041115, "end" : 1563686684.3149443, "duration" : 2.3108327388763428, "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.or... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/... | {"variants" : {"" : {"model" : "puddingmod:block/pudding_block"}}} | json_instruct | {"type": "object", "properties": {"variants": {"type": "object", "properties": {"": {"type": "object", "properties": {"model": {"type": "string"}}, "required": ["model"]}}, "required": [""]}}, "required": ["variants"], "$schema": "http://json-schema.org/draft-07/schema#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"stationGroupId" : 9980803, "stations" : ["9980803", "9980921", "9981103", "9981205"]} | json_instruct | {"type": "object", "properties": {"stationGroupId": {"type": "integer"}, "stations": {"type": "array", "items": {"type": "string"}}}, "required": ["stationGroupId", "stations"], "$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"}, "ParentId": {"type": "string"}, "Icon": {"type": "string"}, "Color": {"type": "string"}, "Order": {"type": "string"}}, "required": ["Id", "ParentId", "Icon", "Color", "Order"], "$schema": "ht... | {"Id" : "5b5f71c186f77409407a7ec0", "ParentId" : "5b5f71b386f774093f2ecf11", "Icon" : "/files/handbook/icon_mod_bipod.png", "Color" : "", "Order" : "100"} | json_instruct | {"type": "object", "properties": {"Id": {"type": "string"}, "ParentId": {"type": "string"}, "Icon": {"type": "string"}, "Color": {"type": "string"}, "Order": {"type": "string"}}, "required": ["Id", "ParentId", "Icon", "Color", "Order"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"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" : "Improving Zap Response Time for IPTV.", "fields" : ["network packet", "digital television", "mpeg 2", "iptv", "last mile"], "abstract" : "Channel zapping is the act of changing from one television channel to another. Zap response time is the time it takes for the new TV channel to start playing from the tim... | 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": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {... | {"geometry" : {"type" : "Point", "coordinates" : [-96.18, 45.01]}, "type" : "Feature", "id" : "56256", "properties" : {"other_cities" : "Louisburg", "city" : "Madison", "state" : "MN", "county" : "Lac Qui Parle County"}} | json_instruct | {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}}, "required": ["type", "coordinates"]}, "type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"other_c... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"an4.164:0.1": {"type": "string"}, "an4.164:0.2": {"type": "string"}, "an4.164:0.3": {"type": "string"}, "an4.164:1.1": {"type": "string"}, "an4.164:1.2": {"type": "string"}, "an4.164:1.3": {"type": "string"}, "an4.16... | {"an4.164:0.1" : "<article id='an4.164'><header><ul><li class='division'>{}</li>", "an4.164:0.2" : "<li>{}</li></ul>", "an4.164:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "an4.164:1.1" : "<p>{}", "an4.164:1.2" : "{}", "an4.164:1.3" : "{}</p>", "an4.164:1.4" : "<p>{}", "an4.164:1.5" : "{}", "an4.164:1.6" : "{}</... | json_instruct | {"type": "object", "properties": {"an4.164:0.1": {"type": "string"}, "an4.164:0.2": {"type": "string"}, "an4.164:0.3": {"type": "string"}, "an4.164:1.1": {"type": "string"}, "an4.164:1.2": {"type": "string"}, "an4.164:1.3": {"type": "string"}, "an4.164:1.4": {"type": "string"}, "an4.164:1.5": {"type": "string"}, "an4.1... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"year": {"type": "string"}, "metaSession": {"type": "string"}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "placeAut": {"type": "array", "ite... | {"year" : "2007", "metaSession" : "1", "pdf1page" : "http://editions-rnti.fr/render_pdf.php?p1&p=1001440", "pdfarticle" : "http://editions-rnti.fr/render_pdf.php?p=1001440", "abstract" : "Cet article propose une m\u00e9thodologie de recherche d'information qui utilise l'analyse conceptuelle conjointement avec la s\u00e... | json_instruct | {"type": "object", "properties": {"year": {"type": "string"}, "metaSession": {"type": "string"}, "pdf1page": {"type": "string"}, "pdfarticle": {"type": "string"}, "abstract": {"type": "string"}, "title": {"type": "string"}, "placeAut": {"type": "array", "items": {"type": "object", "properties": {"place": {"type": "stri... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"access": {"type": "string"}, "alt_name": {"type": "string"}, "amenity": {"type": "string"}, "area": {"type": "s... | {"type" : "Feature", "id" : "way/22311542", "properties" : {"access" : "yes", "alt_name" : "Domplatz", "amenity" : "marketplace", "area" : "yes", "bicycle" : "designated", "cycleway" : "no", "foot" : "yes", "highway" : "pedestrian", "maxspeed" : "5", "motor_vehicle" : "designated", "name" : "Markt", "note" : "Gem\u00e4... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "properties": {"type": "object", "properties": {"access": {"type": "string"}, "alt_name": {"type": "string"}, "amenity": {"type": "string"}, "area": {"type": "string"}, "bicycle": {"type": "string"}, "cycleway": {"type": "string"}, ... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "4": {"... | {"username" : "user07", "additional_items" : [], "items" : {"1" : "negative", "3" : "negative", "2" : "negative", "4" : "negative"}, "tweet_id" : "573190229009543168", "timespent" : 16.917898893356, "starttime" : 1429687028.9079, "itemcount" : "4", "savingtime" : 1429687045.8258} | json_instruct | {"type": "object", "properties": {"username": {"type": "string"}, "additional_items": {"type": "array", "items": {}}, "items": {"type": "object", "properties": {"1": {"type": "string"}, "3": {"type": "string"}, "2": {"type": "string"}, "4": {"type": "string"}}, "required": ["1", "3", "2", "4"]}, "tweet_id": {"type": "s... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "ite... | {"name" : "Noxious Mushroom Cap", "description" : "Double-click to create a Mushroom Medley by combining a Noxious Mushroom Cap, Orrian Truffles, Sawgill Mushrooms, and Mushroom Emperor Gills.", "type" : "Gizmo", "level" : 0, "rarity" : "Exotic", "vendor_value" : 264, "game_types" : ["PvpLobby", "Wvw", "Dungeon", "Pve"... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "type": {"type": "string"}, "level": {"type": "integer"}, "rarity": {"type": "string"}, "vendor_value": {"type": "integer"}, "game_types": {"type": "array", "items": {"type": "string"}}, "flags": {"type": "array", "items": ... |
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": {"test": {"type": "string"}, "start": {"type": "str... | {"name" : "yellow-explorer", "version" : "0.0.1", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "start" : "node index.js", "build" : "webpack", "watch" : "webpack -w -d"}, "repository" : {"type" : "git", "url" : "git+https://github.com/AGrzes/yellow-explor... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "start": {"type": "string"}, "build": {"type": "string"}, "watch": {"type": "string"}}, "re... |
Based on the schema below, produce a valid JSON object:
{"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-0... | {"index" : 1111, "redacted" : false, "hash" : 2844407883, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "moderniz... | {"name" : "lesson4", "version" : "1.0.0", "main" : "src/main.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "webpack -p --progress --hide-modules", "serve" : "http-server dist", "modernizr" : "modernizr -c node_modules/modernizr/lib/config-all.json"}, "author" : "hugojing", "license... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}, "serve": {"type": "string"}, "modernizr": {"type": "string"}}, "required": ["test", "build", "ser... |
The schema below describes a JSON structure. Generate a valid example:
{"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": {"t... | {"id" : 7959, "api_model" : "exhibitions", "api_link" : "https://api.artic.edu/api/v1/exhibitions/7959", "title" : "SAIC: Private/Public", "is_featured" : false, "description" : null, "short_description" : null, "web_url" : null, "image_url" : null, "type" : "AIC Only", "status" : "Closed", "aic_start_at" : "1992-10-23... | 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"... |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integ... | {"index" : 969, "hash" : 2969313764, "blacklisted" : false, "mappingIndex" : 0, "redacted" : false, "scope" : 0, "aggregationType" : 0} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "blacklisted": {"type": "boolean"}, "mappingIndex": {"type": "integer"}, "redacted": {"type": "boolean"}, "scope": {"type": "integer"}, "aggregationType": {"type": "integer"}}, "required": ["index", "hash", "blacklisted", "mapp... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
| ["textlint-plugin-satsuki", "textlint-plugin-text"] | json_instruct | {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"} |
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": {"test": {"type": "string"}}, "required": ["t... | {"name" : "kuiper-contracts", "version" : "1.0.0", "description" : "", "main" : "index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/kuiperfinance/contracts.git"}, "author" : "", "license" : "Unlicensed", "bugs" : {"url" : "htt... | 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"]}, "repository": {"type": "object", "properties": {"type": {"type": "s... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"CloudName": {"type": "string"}, "AccessKeyId": {"type": "string"}, "AccessKeySecret": {"type": "string"}, "RegionId": {"type": "string"}, "ZoneId": {"type": "string"}, "InstanceType": {"type": "string"}, "Syste... | {"CloudName" : "aliyun", "AccessKeyId" : "your-key", "AccessKeySecret" : "your-secret", "RegionId" : "cn-beijing", "ZoneId" : "cn-beijing-a", "InstanceType" : "ecs.sn1ne.xlarge", "SystemDisk.Size" : 500, "Password" : "Unias1234", "VSwitchId" : "the vswitchid of your vpc", "VolumeName" : "the volume name (with host name... | json_instruct | {"type": "object", "properties": {"CloudName": {"type": "string"}, "AccessKeyId": {"type": "string"}, "AccessKeySecret": {"type": "string"}, "RegionId": {"type": "string"}, "ZoneId": {"type": "string"}, "InstanceType": {"type": "string"}, "SystemDisk.Size": {"type": "integer"}, "Password": {"type": "string"}, "VSwitchI... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"loss_data": {"type": "array", "items": {"type": "number"}}, "train_accs": {"type": "array", "items": {"type": "number"}}, "dev_accs": {"type": "array", "items": {"type": "number"}}, "test_accs": {"type": "array", "items": {"ty... | {"loss_data" : [2.2946064472198486, 1.8575812578201294, 1.7994656562805176, 1.6247621774673462, 1.3277833461761475, 1.0216476917266846, 0.7577520608901978, 0.5762289762496948, 0.44245684146881104, 0.34918448328971863, 0.3283615708351135, 0.3163607716560364, 0.2185211181640625, 0.1895112693309784, 0.15238270163536072, 0... | json_instruct | {"type": "object", "properties": {"loss_data": {"type": "array", "items": {"type": "number"}}, "train_accs": {"type": "array", "items": {"type": "number"}}, "dev_accs": {"type": "array", "items": {"type": "number"}}, "test_accs": {"type": "array", "items": {"type": "number"}}}, "required": ["loss_data", "train_accs", "... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"camera": {"type": "object", "properties": {"intrinsics": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "field_of_view": {"type": "object", "properties": {"y_axis_rads": {"type": "number"}, "x_axis... | {"camera" : {"intrinsics" : [[493.95886261402063, 0.0, 400.0], [0, 493.9588626140207, 300.0], [0, 0, 1.0]], "field_of_view" : {"y_axis_rads" : 1.0915952875648998, "x_axis_rads" : 1.361356816555577}, "focal_length_mm" : 2.893, "transform_world2cam" : {"mat_4x4" : [[0.8110944461897638, 0.0, -0.5849152069831324, 0.0], [-0... | json_instruct | {"type": "object", "properties": {"camera": {"type": "object", "properties": {"intrinsics": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}, "field_of_view": {"type": "object", "properties": {"y_axis_rads": {"type": "number"}, "x_axis_rads": {"type": "number"}}, "required": ["y_axis_rads", "x... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"distance" : 0.17542473931714075} | json_instruct | {"type": "object", "properties": {"distance": {"type": "number"}}, "required": ["distance"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "districtId", "name"],... | {"id" : "2017", "provinceId" : "16", "regencyId" : "02", "districtId" : "11", "name" : "Simpang Tiga Jaya"} | json_instruct | {"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#"} |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type":... | {"name" : "geopackage", "version" : "0.0.4", "description" : "geopackage", "keywords" : ["NGA", "mapcache"], "author" : {"name" : "NGA"}, "contributors" : {"name" : "Daniel Barela", "email" : "daniel.barela@gmail.com"}, "homepage" : "https://www1.nga.mil", "engines" : {"node" : ">= 0.10.0", "npm" : ">= 1.2.0"}, "depend... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "contributors": {"type": "object", "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"CellType": {"type": "string"}, "DisplayName": {"type": "string"}, "Description": {"type": "string"}, "Image": {"type": "string"}, "ProfileImageName": {"type": "string"}}, "required": ["CellType", "DisplayName", "D... | {"CellType" : "App", "DisplayName" : "Aizu Health Store", "Description" : "A Personium app that manage your health.", "Image" : "", "ProfileImageName" : ""} | json_instruct | {"type": "object", "properties": {"CellType": {"type": "string"}, "DisplayName": {"type": "string"}, "Description": {"type": "string"}, "Image": {"type": "string"}, "ProfileImageName": {"type": "string"}}, "required": ["CellType", "DisplayName", "Description", "Image", "ProfileImageName"], "$schema": "http://json-schem... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"binance-api-node": {"t... | {"name" : "binance-bot", "version" : "0.7.2", "description" : "Another bot for Binance", "private" : true, "main" : "bot.js", "dependencies" : {"binance-api-node" : "latest", "coinmarketcap-api" : "latest", "dropbox" : "latest", "fs" : "0.0.2", "isomorphic-fetch" : "latest", "nanoid" : "latest", "node-schedule" : "late... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "private": {"type": "boolean"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"binance-api-node": {"type": "string"}, "coinmarketcap-api": {"type": "string"}, "... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"id": {"type": "string"}, "playerTags": {"type": "array", "items": {"type": "string"}}, "teamTags": {"type": "array", "items": {"type": "string"}}, "gameTags": {"type": "array", "items": {"type": "string"}}, "metad... | {"id" : "5604a133-b5cc-461a-9c67-c4f165e2c238", "playerTags" : ["0268b35f-b19b-4b2f-90c4-89fb36403686"], "teamTags" : ["d9f89a8a-c563-493e-9d64-78e4f9a55d4a", "b63be8c2-576a-4d6e-8daf-814f8bcea96f"], "gameTags" : ["10d4a29e-b724-49b9-bdb1-ce09f2392936"], "metadata" : {"play" : 77, "subPlay" : -1, "children" : ["20c5619... | 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"}, "su... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "... | {"name" : "ng-watch", "version" : "0.1.0", "description" : "A simple re-transclusion directive for AngularJS", "main" : "src/watch.js", "repository" : {"type" : "git", "url" : "https://github.com/zachsnow/ng-watch.git"}, "dependencies" : {"gulp" : "^3.9.1"}, "devDependencies" : {"gulp-concat" : "^2.6.0", "gulp-load-plu... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "string"}, "url": {"type": "string"}}, "required": ["type", "url"]}, "dependencies": {"type": "obje... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "tr... | {"web" : [{"value" : ["\u540e\u73b0\u4ee3\u793e\u4f1a\u7406\u8bba", "\u540e\u73b0\u4ee3\u4e3b\u4e49", "\u540e\u73b0\u4ee3"], "key" : "Postmodern"}, {"value" : ["\u540e\u73b0\u4ee3\u821e\u8e48", "\u4ee3\u821e\u8e48", "\u4ee3\u8df3\u821e"], "key" : "Postmodern dance"}, {"value" : ["\u540e\u73b0\u4ee3\u4f26\u7406\u5b66", ... | json_instruct | {"type": "object", "properties": {"web": {"type": "array", "items": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "string"}}, "key": {"type": "string"}}, "required": ["value", "key"]}}, "query": {"type": "string"}, "translation": {"type": "array", "items": {"type": "string"}}, "errorCod... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "im... | {"id" : 660, "help" : {"de" : "Den Nordwald besucht.", "en" : "Visit the North Shroud and unlock the area map.", "fr" : "Se rendre dans la For\u00eat du nord pour en d\u00e9couvrir la carte.", "jp" : "\u9ed2\u8863\u68ee\uff1a\u5317\u90e8\u68ee\u6797\u306b\u5230\u9054\u3057\u3001\u30de\u30c3\u30d7\u3092\u958b\u793a\u305... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "help": {"type": "object", "properties": {"de": {"type": "string"}, "en": {"type": "string"}, "fr": {"type": "string"}, "jp": {"type": "string"}}, "required": ["de", "en", "fr", "jp"]}, "img": {"type": "string"}, "xivdb": {"type": "string"}}, "required": ["id... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"mouth": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recal... | {"mouth" : {"accuracy" : 0.9175, "roc_auc" : 0.7937479979649903, "recall" : 0.273972602739726, "precision" : 0.6060606060606061, "f1_score" : 0.3773584905660377, "negative_recall" : 0.9821182943603851, "negative_precision" : 0.9308996088657105, "negative_f1_score" : 0.9558232931726908}} | json_instruct | {"type": "object", "properties": {"mouth": {"type": "object", "properties": {"accuracy": {"type": "number"}, "roc_auc": {"type": "number"}, "recall": {"type": "number"}, "precision": {"type": "number"}, "f1_score": {"type": "number"}, "negative_recall": {"type": "number"}, "negative_precision": {"type": "number"}, "neg... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"rmse" : [27.816602482072906]} | json_instruct | {"type": "object", "properties": {"rmse": {"type": "array", "items": {"type": "number"}}}, "required": ["rmse"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"Name" : "Kochsalzl\u00f6sung", "ShortName" : "NaCl", "Description" : "Physiologische Kochsalzl\u00f6sung, dessen osmotischer Druck gleich zu dem von Blut ist. Es gibt verschiedene L\u00f6sungen, deren Zusammensetzungen auf die Anwendung angepasst ist."} | json_instruct | {"type": "object", "properties": {"Name": {"type": "string"}, "ShortName": {"type": "string"}, "Description": {"type": "string"}}, "required": ["Name", "ShortName", "Description"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "wildnature:block/glowing_cave_oak_slab_parquet"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Based on the schema below, produce a valid JSON object:
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}}, "required": ["docs:dev", "docs:build"]}, "dependencies": {"type": "object", "properties": {"vuepress": {"type": "stri... | {"scripts" : {"docs:dev" : "vuepress dev docs", "docs:build" : "vuepress build docs"}, "dependencies" : {"vuepress" : "^1.0.0-rc.1"}, "devDependencies" : {"@vuepress/plugin-back-to-top" : "^1.0.0-rc.1", "@vuepress/plugin-google-analytics" : "^1.0.0-rc.1"}} | json_instruct | {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"docs:dev": {"type": "string"}, "docs:build": {"type": "string"}}, "required": ["docs:dev", "docs:build"]}, "dependencies": {"type": "object", "properties": {"vuepress": {"type": "string"}}, "required": ["vuepress"]}, "devDependencies": {"ty... |
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"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "stri... | {"name" : "mediakitchen", "version" : "2.1.1", "description" : "Clustered Mediasoup server", "main" : "dist/index.js", "repository" : "https://github.com/openland/mediakitchen.git", "author" : "Steve Korshakov <steve@korshakov.com>", "license" : "MIT", "scripts" : {"clean" : "rm -rf ./dist", "compile" : "tsc -p tsconfi... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "repository": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "scripts": {"type": "object", "properties": {"clean": {"type": "strin... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"Boots": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"email": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "... | {"Boots" : {"domain" : "boots.com", "url" : "https://www.boots.com/", "contact" : {"email" : "Boots.CustomerCare_Team@boots.co.uk", "facebook" : "BootsUK", "twitter" : "BootsHelp"}, "keywords" : ["retail"], "regions" : ["gb", "ie"]}} | json_instruct | {"type": "object", "properties": {"Boots": {"type": "object", "properties": {"domain": {"type": "string"}, "url": {"type": "string"}, "contact": {"type": "object", "properties": {"email": {"type": "string"}, "facebook": {"type": "string"}, "twitter": {"type": "string"}}, "required": ["email", "facebook", "twitter"]}, "... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"Deployment": {"type": "string"}, "DiskProvisioning": {"type": "string"}, "IPAllocationPolicy": {"type": "string"}, "IPProtocol": {"type": "string"}, "InjectOvfEnv": {"type": "boolean"}, "Name": {"type": "string"}, "P... | {"Deployment" : "tiny", "DiskProvisioning" : "thin", "IPAllocationPolicy" : "dhcpPolicy", "IPProtocol" : "IPv4", "InjectOvfEnv" : true, "Name" : "VCSA-60u2-Embedded", "PowerOn" : true, "PropertyMapping" : [{"Key" : "guestinfo.cis.appliance.net.addr.family", "Value" : "ipv4"}, {"Key" : "guestinfo.cis.appliance.net.mode"... | json_instruct | {"type": "object", "properties": {"Deployment": {"type": "string"}, "DiskProvisioning": {"type": "string"}, "IPAllocationPolicy": {"type": "string"}, "IPProtocol": {"type": "string"}, "InjectOvfEnv": {"type": "boolean"}, "Name": {"type": "string"}, "PowerOn": {"type": "boolean"}, "PropertyMapping": {"type": "array", "i... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"css/demo_page.css": {"type": "string"}, "css/demo_table_jui.css": {"type": "string"}, "css/demo_table.css": {"type": "string"}, "js/jquery.dataTables.js": {"type": "string"}}, "required": ["css/demo_page.css"... | {"css/demo_page.css" : "sha256-v69ex3afAF/O3C6yuQj+U8Sm9N9f9MBcPVPd+EnPhlU=", "css/demo_table_jui.css" : "sha256-8ya47KWbIszhChF6g+g0hQJqxoP8Qd3zh6hOBdqBxoE=", "css/demo_table.css" : "sha256-RYA15geCCZDM1h38T2mj5C9gwPRH10YZWweW9bQzWKs=", "js/jquery.dataTables.js" : "sha256-m8+5PCbbQz971EpDW8Y3vXyFxm/1ptutCZMvJW0cJSQ="} | json_instruct | {"type": "object", "properties": {"css/demo_page.css": {"type": "string"}, "css/demo_table_jui.css": {"type": "string"}, "css/demo_table.css": {"type": "string"}, "js/jquery.dataTables.js": {"type": "string"}}, "required": ["css/demo_page.css", "css/demo_table_jui.css", "css/demo_table.css", "js/jquery.dataTables.js"],... |
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" : 1989, "sex" : "F", "n" : 7, "prop" : 3.51e-06}, {"year" : 1990, "sex" : "F", "n" : 6, "prop" : 2.92e-06}, {"year" : 1992, "sex" : "F", "n" : 11, "prop" : 5.49e-06}, {"year" : 1993, "sex" : "F", "n" : 9, "prop" : 4.57e-06}, {"year" : 1994, "sex" : "F", "n" : 12, "prop" : 6.16e-06}, {"year" : 1995, "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#"} |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"sprites": {"type": "array", "items": {"type": "object", "properties": {"imagePath": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "transform": {"type": "object", "properties": {"translate": {"typ... | {"sprites" : [{"imagePath" : "boom3.png", "rect" : [0, 128, 128, 128], "transform" : {"translate" : [0, 0], "scale" : 1.0, "rotation" : 0.0}}, {"imagePath" : "boom3.png", "rect" : [256, 384, 128, 128], "transform" : {"translate" : [128, 0], "scale" : 1.0, "rotation" : 0.0}}], "animations" : [{"imagePath" : "boom3.png",... | json_instruct | {"type": "object", "properties": {"sprites": {"type": "array", "items": {"type": "object", "properties": {"imagePath": {"type": "string"}, "rect": {"type": "array", "items": {"type": "integer"}}, "transform": {"type": "object", "properties": {"translate": {"type": "array", "items": {"type": "integer"}}, "scale": {"type... |
Generate a valid JSON object that conforms to the following schema:
{"type": "object", "properties": {"__type__": {"type": "string"}, "_name": {"type": "string"}, "_objFlags": {"type": "integer"}, "_native": {"type": "string"}, "_spriteFrames": {"type": "object", "properties": {"img_video19": {"type": "object", "prope... | {"__type__" : "cc.SpriteAtlas", "_name" : "img_video.plist", "_objFlags" : 0, "_native" : "", "_spriteFrames" : {"img_video19" : {"__uuid__" : "c75306e5-6e7f-484b-a3c0-9cd2fa4005d5"}, "img_video4" : {"__uuid__" : "bb859623-4eed-4994-824d-571b1bd29398"}, "img_video5" : {"__uuid__" : "4ed75afb-0d92-45f4-af9d-5256548bb190... | json_instruct | {"type": "object", "properties": {"__type__": {"type": "string"}, "_name": {"type": "string"}, "_objFlags": {"type": "integer"}, "_native": {"type": "string"}, "_spriteFrames": {"type": "object", "properties": {"img_video19": {"type": "object", "properties": {"__uuid__": {"type": "string"}}, "required": ["__uuid__"]}, ... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "instructions": {"type": "string"}, "preview": {"type": "string"}, "legacy": {"type": "boolea... | {"html" : "sheet.html", "css" : "styles.css", "authors" : "Noel da Costa", "roll20userid" : "3920005", "instructions" : "This sheet is for use with the GammaWorld 3rd edition rules. Character abilities must be rolled randomly, this is currently a requirement on the sheet -\u00a0you cannot edit your attributes directly.... | json_instruct | {"type": "object", "properties": {"html": {"type": "string"}, "css": {"type": "string"}, "authors": {"type": "string"}, "roll20userid": {"type": "string"}, "instructions": {"type": "string"}, "preview": {"type": "string"}, "legacy": {"type": "boolean"}}, "required": ["html", "css", "authors", "roll20userid", "instructi... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"out" : ["/bin/.tailscale-wrapped", "/bin/.tailscaled-wrapped", "/bin/tailscale", "/bin/tailscaled", "/lib/systemd/system/tailscaled.service"]} | json_instruct | {"type": "object", "properties": {"out": {"type": "array", "items": {"type": "string"}}}, "required": ["out"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location":... | {"id" : 27547, "title" : ["[Bloodlet It Go, Office]", "[Bloodlet it Go, Office]"], "description" : ["A polished wooden desk with clawed feet, a high-backed wooden chair sitting behind it, takes up most of the space in this small section of the tent. A low brown leather couch sits opposite an embroidered tapestry that ... | json_instruct | {"type": "object", "properties": {"id": {"type": "integer"}, "title": {"type": "array", "items": {"type": "string"}}, "description": {"type": "array", "items": {"type": "string"}}, "paths": {"type": "array", "items": {"type": "string"}}, "location": {"type": "string"}, "wayto": {"type": "object", "properties": {"27496"... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"telephony_line_language_informations_title": {"type": "string"}, "telephony_line_language_informations_detail": {"type": "string"}, "telephony_line_language_title": {"type": "string"}, "telephony_line_language_back_link": {"ty... | {"telephony_line_language_informations_title" : "Informatie", "telephony_line_language_informations_detail" : "Changez ici la langue de votre ligne pour que les annonces vocales soient diffus\u00e9es dans une autre langue. Si vous utilisez un t\u00e9l\u00e9phone LG, la langue s\u00e9lectionn\u00e9e sera utilis\u00e9e p... | json_instruct | {"type": "object", "properties": {"telephony_line_language_informations_title": {"type": "string"}, "telephony_line_language_informations_detail": {"type": "string"}, "telephony_line_language_title": {"type": "string"}, "telephony_line_language_back_link": {"type": "string"}, "telephony_line_language_value_placeholder"... |
Construct a JSON document that adheres to this schema specification:
{"type": "object", "properties": {"System": {"type": "boolean"}, "User": {"type": "boolean"}, "Cms": {"type": "boolean"}, "Shop": {"type": "boolean"}, "Api": {"type": "boolean"}}, "required": ["System", "User", "Cms", "Shop", "Api"], "$schema": "http... | {"System" : true, "User" : true, "Cms" : true, "Shop" : true, "Api" : true} | json_instruct | {"type": "object", "properties": {"System": {"type": "boolean"}, "User": {"type": "boolean"}, "Cms": {"type": "boolean"}, "Shop": {"type": "boolean"}, "Api": {"type": "boolean"}}, "required": ["System", "User", "Cms", "Shop", "Api"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"typ... | {"cam/image_array" : "2593_cam-image_array_.jpg", "user/angle" : 0.236, "user/throttle" : 0.462, "user/mode" : "user", "pos/pos_x" : 51.87342, "pos/pos_y" : 0.5572267, "pos/pos_z" : 70.2617, "pos/speed" : 11.65353, "pos/cte" : 2.183422, "milliseconds" : 140859} | json_instruct | {"type": "object", "properties": {"cam/image_array": {"type": "string"}, "user/angle": {"type": "number"}, "user/throttle": {"type": "number"}, "user/mode": {"type": "string"}, "pos/pos_x": {"type": "number"}, "pos/pos_y": {"type": "number"}, "pos/pos_z": {"type": "number"}, "pos/speed": {"type": "number"}, "pos/cte": ... |
The schema below describes a JSON structure. Generate a valid example:
{"type": "object", "properties": {"947639006367": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947639006469": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "s... | {"947639006367" : {"type" : "st"}, "947639006469" : {"type" : "book open", "bookName" : "Epic%20Quest", "subjectName" : "school", "fName" : "users/MS0vYW5kcm9pZF9hc3NldC93d3cvc2Nob29sL0VwaWMlMjBRdWVzdC92YXJpYWJsZS1FUV9NYXBfdmlkZW9zLUVRX01hcF92aWRfVHVydGxlLmh0bWwtYW5hbHl0aWNzLTk0NzYzOTAwNjQzNw==.json"}, "947639006737" :... | json_instruct | {"type": "object", "properties": {"947639006367": {"type": "object", "properties": {"type": {"type": "string"}}, "required": ["type"]}, "947639006469": {"type": "object", "properties": {"type": {"type": "string"}, "bookName": {"type": "string"}, "subjectName": {"type": "string"}, "fName": {"type": "string"}}, "required... |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"parent" : "rechiseled_compat:block/atmospheric_grimwood_planks_diagonal_tiles"} | json_instruct | {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"meta": {"type": "object", "properties": {"region": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["region", "stub", "type"]}, "info": {"type": "object", "properties"... | {"meta" : {"region" : "sanstonia", "stub" : "to_bubba_or_not_to_be", "type" : "route"}, "info" : {"grade" : "5.11a", "name" : "To Bubba Or Not To Be", "types" : ["trad"]}} | json_instruct | {"type": "object", "properties": {"meta": {"type": "object", "properties": {"region": {"type": "string"}, "stub": {"type": "string"}, "type": {"type": "string"}}, "required": ["region", "stub", "type"]}, "info": {"type": "object", "properties": {"grade": {"type": "string"}, "name": {"type": "string"}, "types": {"type":... |
Using the following JSON schema, generate a compatible JSON instance:
{"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": ... | {"result" : {"1" : [{"1" : "Laayoune Hassan I, Morocco (EUN)", "2" : "airport", "3" : "EUN", "4" : "EUN", "5" : "Laayoune", "6" : -13.219167, "7" : 27.1516667, "10" : "Africa/Casablanca"}]}} | json_instruct | {"type": "object", "properties": {"result": {"type": "object", "properties": {"1": {"type": "array", "items": {"type": "object", "properties": {"1": {"type": "string"}, "2": {"type": "string"}, "3": {"type": "string"}, "4": {"type": "string"}, "5": {"type": "string"}, "6": {"type": "number"}, "7": {"type": "number"}, "... |
Following the schema specification below, generate a valid JSON instance:
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"aid": {"type": "integer"}, "account_id": {"type": "string"}, "id": {"type": "st... | {"status" : 200, "message" : "success", "data" : [{"aid" : 1, "account_id" : "224y234ywerhwerhw345y2", "id" : "f186a334ad7109bbe08880", "short_id" : "Short ID", "name" : "Lytics Test Segment", "is_public" : true, "public_name" : "lytics_test_segment", "slug_name" : "lytics_test_segment", "table" : "user", "author_id" :... | json_instruct | {"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"aid": {"type": "integer"}, "account_id": {"type": "string"}, "id": {"type": "string"}, "short_id": {"type": "string"}, "name": {"type": "string"}, "is_pub... |
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"}, "watch": {"type": "string"}, "buil... | {"name" : "web", "version" : "1.0.0", "description" : "", "main" : ".babelrc.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "watch" : "env BABEL_ENV=browser webpack --config webpack.config.js --watch", "build" : "env NODE_ENV=production BABEL_ENV=browser webpack --config webpack.config.js"}... | json_instruct | {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "watch": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "watch", "b... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "Operatio... | {"Status" : 1, "TimeLimitReached" : false, "RunningTime" : "00:00:00.4128644", "StartTimes" : [{"JobIndex" : 0, "OperationIndex" : 0, "StartTime" : 0.0}, {"JobIndex" : 1, "OperationIndex" : 0, "StartTime" : 151.0}, {"JobIndex" : 2, "OperationIndex" : 0, "StartTime" : 100.0}, {"JobIndex" : 3, "OperationIndex" : 0, "Star... | json_instruct | {"type": "object", "properties": {"Status": {"type": "integer"}, "TimeLimitReached": {"type": "boolean"}, "RunningTime": {"type": "string"}, "StartTimes": {"type": "array", "items": {"type": "object", "properties": {"JobIndex": {"type": "integer"}, "OperationIndex": {"type": "integer"}, "StartTime": {"type": "number"}}... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "pr... | {"type" : "FeatureCollection", "properties" : {"kind" : "state", "state" : "MS"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Leflore", "state" : "MS"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-90.4538, 33.8127], [-90.1799, 33.8072], [-90.1854, 33.7689], [-90.2949,... | json_instruct | {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"kind": {"type": "string"}, "state": {"type": "string"}}, "required": ["kind", "state"]}, "features": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "properties": {"typ... |
Please provide a valid JSON object following this schema:
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
| {"id" : "c5eafe6b557eade422568fdf3298c02c5451af6b"} | json_instruct | {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"corpus": {"type": "array", "items": {"type": "string"}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["corpu... | {"corpus" : ["2015\u5e74", "\u4e2d", "\u7f8e", "\u4fc4", "\u82f1", "\u6cd5", "\u5fb7", "6", "\u570b", "\u8207", "\u4f0a\u6717", "\u65bc", "\u7c3d\u7f72", "\u806f\u5408", "\u5168\u9762", "\u884c\u52d5", "\u8a08\u756b", "JointComprehensive", "PlanofActionJCPOA", "\u5354\u8b70", "\u53c8", "\u7a31", "\u4f0a\u6717\u6838", "... | json_instruct | {"type": "object", "properties": {"corpus": {"type": "array", "items": {"type": "string"}}, "question": {"type": "array", "items": {"type": "string"}}, "answer": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}}, "required": ["corpus", "question", "answer"], "$schema": "http://json-schema.org/... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "requ... | {"index" : 4295, "hash" : 3075217976, "artDyeHash" : 3075217976, "redacted" : false, "dyeManifestHash" : 1114217528, "blacklisted" : false} | json_instruct | {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required": ["index", "hash", "artDyeHash", "redacted", "dyeManifestHash", "blackl... |
Create a JSON structure that matches this schema definition:
{"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schem... | {"Time" : "2021-06-16T07:00:00Z", "Temp" : 27.6, "RelHum" : 45, "WindSpeed" : 2.3, "WindDir" : 203} | json_instruct | {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindDir"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Generate sample JSON data that conforms to the following schema definition:
{"type": "object", "properties": {"master_fqdn": {"type": "string"}, "master_port": {"type": "integer"}, "master_ssl": {"type": "boolean"}}, "required": ["master_fqdn", "master_port", "master_ssl"], "$schema": "http://json-schema.org/draft-07/... | {"master_fqdn" : "dev.tsadm.local", "master_port" : 8000, "master_ssl" : false} | json_instruct | {"type": "object", "properties": {"master_fqdn": {"type": "string"}, "master_port": {"type": "integer"}, "master_ssl": {"type": "boolean"}}, "required": ["master_fqdn", "master_port", "master_ssl"], "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"intersection": {"type": "object", "properties": {"jobs": {"type": "object", "properties": {"intersect": {"type": "object", "properties": {"command": {"type": "string"}, "deps": {"type": "array", "items": {"type": "string"}}, "... | {"intersection" : {"jobs" : {"intersect" : {"command" : "comm -12 /tmp/list1_sorted /tmp/list2_sorted > /tmp/intersection", "deps" : [":sort_file1", ":sort_file2"], "inputs" : ["/tmp/list1_sorted", "/tmp/list2_sorted"], "outputs" : ["/tmp/intersection"], "type" : "sh", "vars" : {}}, "sort_file1" : {"command" : "sort /t... | json_instruct | {"type": "object", "properties": {"intersection": {"type": "object", "properties": {"jobs": {"type": "object", "properties": {"intersect": {"type": "object", "properties": {"command": {"type": "string"}, "deps": {"type": "array", "items": {"type": "string"}}, "inputs": {"type": "array", "items": {"type": "string"}}, "o... |
Generate sample JSON data that conforms to the following schema definition:
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [[1991, 5], [1993, 6], [1994, 10], [1995, 51], [1996, 82], [1997, 34], [1998, 27], [1999, 27], [2000, 19], [2001, 21], [2002, 21], [2004, 8], [2005, 12], [2006, 13], [2007, 9], [2008, 6], [2009, 8], [2010, 6], [2011, 10], [2012, 8], [2014, 7]] | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Following the schema specification below, generate a valid JSON instance:
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
| [["320826114001", "\u7ea2\u7a91\u5c45\u59d4\u4f1a", "121", "0"], ["320826114002", "\u65bd\u5eb5\u5c45\u59d4\u4f1a", "122", "0"], ["320826114003", "\u6d45\u96c6\u5c45\u59d4\u4f1a", "122", "0"], ["320826114200", "\u5218\u7801\u6751\u59d4\u4f1a", "122", "0"], ["320826114201", "\u94a6\u5317\u6751\u59d4\u4f1a", "220", "0"],... | json_instruct | {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"} |
Create an example JSON object that satisfies this schema:
{"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "... | {"hour positive count" : 13, "hour neutral count" : 5, "hour negative count" : 3, "hour distri" : {"0.96" : 1, "0.99" : 4, "0.63" : 1, "1.0" : 7, "0.15" : 1, "0.03" : 1, "0.81" : 1, "0.25" : 1, "0.44" : 1, "0.73" : 1, "0.76" : 1, "0.98" : 1}} | json_instruct | {"type": "object", "properties": {"hour positive count": {"type": "integer"}, "hour neutral count": {"type": "integer"}, "hour negative count": {"type": "integer"}, "hour distri": {"type": "object", "properties": {"0.96": {"type": "integer"}, "0.99": {"type": "integer"}, "0.63": {"type": "integer"}, "1.0": {"type": "in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.