input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "icon": {"type": "string"}, "engines": {"type": "object", "pro...
{"name" : "hexo-tag-snippets", "displayName" : "Hexo tag snippets", "description" : "Visual Studio Code extension snippets for Hexo tag in Markdown", "version" : "0.1.8", "publisher" : "maxisam", "icon" : "images/HexoSnippets.png", "engines" : {"vscode" : "^1.4.0"}, "categories" : ["Snippets"], "repository" : "https://...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "version": {"type": "string"}, "publisher": {"type": "string"}, "icon": {"type": "string"}, "engines": {"type": "object", "properties": {"vscode": {"type": "string"}}, "required": ["vscode...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "item...
{"title" : "Depth from focus with your mobile phone.", "fields" : ["computer vision", "artificial intelligence", "computer graphics images", "parallax", "mobile phone"], "abstract" : "While prior depth from focus and defocus techniques operated on laboratory scenes, we introduce the first depth from focus (DfF) method ...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"typ...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": ...
{"userId" : 60718, "cartId" : "103e7e56-1328-406d-b110-d3fcf66fa7ca", "preferredProducts" : [], "productReviews" : [{"productId" : 4261, "reviewText" : "talk about remorse!!!", "reviewDate" : "2016-05-10T18:49:18.0622786+03:00"}, {"productId" : 4396, "reviewText" : "This Facilitator works outstandingly well. It grudgin...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewDate": {"type": "s...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"ty...
{"name" : "cube-workshop", "description" : "Cube workshop for SoftUni", "authors" : "Deni Marinova", "version" : "1.0.0", "main" : "index.js", "dependencies" : {"bcrypt" : "^5.0.0", "body-parser" : "^1.19.0", "cookie-parser" : "^1.4.5", "express" : "^4.17.1", "express-handlebars" : "^3.1.0", "express-validator" : "^6.6...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "authors": {"type": "string"}, "version": {"type": "string"}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"bcrypt": {"type": "string"}, "body-parser": {"type": "string"}, "cookie-parser": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uui...
{"code" : "34", "description" : "", "label" : "Absence de conservation des traces des traitements et des modifications", "language" : "FR", "uuid" : "69fc1206-4591-11e9-9173-0800277f0571"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "description": {"type": "string"}, "label": {"type": "string"}, "language": {"type": "string"}, "uuid": {"type": "string"}}, "required": ["code", "description", "label", "language", "uuid"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"buildingBlocks": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": ...
{"$schema" : "https://raw.githubusercontent.com/mspnp/template-building-blocks/master/schemas/buildingBlocks.json", "contentVersion" : "1.0.0.0", "parameters" : {"buildingBlocks" : {"value" : [{"type" : "NetworkSecurityGroup", "settings" : [{"name" : "msft-simple-nsg", "securityRules" : [{"name" : "HTTP"}, {"name" : "H...
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"buildingBlocks": {"type": "object", "properties": {"value": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "settings": {"type"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {...
{"name" : "jakesutherland/nomad-virtual-pages", "type" : "library", "version" : "1.0.1", "description" : "A WordPress PHP Composer package that allows you to quickly and easily implement Virtual Pages in your project.", "homepage" : "https://jakesutherland.com", "license" : "MIT", "authors" : [{"name" : "Jake Sutherlan...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "type": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "homepage": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"sqltools.connections": {"type": "array", "items": {"type": "object", "properties": {"askForPassword": {"type": "boolean"}, "connectionTimeout": {"type": "integer"}, "database": {"type": "string"}, "dialect": {"type...
{"sqltools.connections" : [{"askForPassword" : false, "connectionTimeout" : 30, "database" : "postgres", "dialect" : "PostgreSQL", "name" : "PSQL", "port" : 5432, "server" : "10.255.0.2", "username" : "postgres"}, {"askForPassword" : false, "connectionTimeout" : 30, "database" : "postgres", "dialect" : "PostgreSQL", "n...
json_instruct
{"type": "object", "properties": {"sqltools.connections": {"type": "array", "items": {"type": "object", "properties": {"askForPassword": {"type": "boolean"}, "connectionTimeout": {"type": "integer"}, "database": {"type": "string"}, "dialect": {"type": "string"}, "name": {"type": "string"}, "port": {"type": "integer"}, ...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "dec...
{"name" : "Jelly", "symbol" : "JELLY", "address" : "0x8dD7c0B6EC8A3b1C582f18822C9D0E6d86145Ef5", "decimals" : 18, "dharmaVerificationStatus" : "UNVERIFIED"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "symbol": {"type": "string"}, "address": {"type": "string"}, "decimals": {"type": "integer"}, "dharmaVerificationStatus": {"type": "string"}}, "required": ["name", "symbol", "address", "decimals", "dharmaVerificationStatus"], "$schema": "http://json-schema.o...
Generate sample JSON data that conforms to the following 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...
{"ast" : null, "code" : "\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\n\nvar hash_utils_1 = require(\"./hash-utils\");\n\nvar createKeccakHash = require(\"keccak\");\n\nexports.keccak224 = hash_utils_1.createHashFunction(function () {\n return createKeccakHash(\"keccak224\");...
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": {}}, "mappings": {"type": "string"}, "sourcesContent": {"type": "...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"slick-lightbox.css": {"type": "string"}, "slick-lightbox.js": {"type": "string"}, "slick-lightbox.min.js": {"type": "string"}}, "required": ["slick-lightbox.css", "slick-lightbox.js", "slick-lightbox.min.js"], "$sch...
{"slick-lightbox.css" : "sha256-tvMfJNd9XmPJg9/xw6SxikSYS8cp+B9RYMCBAb7qBL0=", "slick-lightbox.js" : "sha256-rweoAzS3QB25l5d+VrBXZzmrbwO7KMix6HQhnnZL3Qs=", "slick-lightbox.min.js" : "sha256-Gr9Npq0p8HVA9TEzFl6xOemy12zQdn7CTbaQX67It0s="}
json_instruct
{"type": "object", "properties": {"slick-lightbox.css": {"type": "string"}, "slick-lightbox.js": {"type": "string"}, "slick-lightbox.min.js": {"type": "string"}}, "required": ["slick-lightbox.css", "slick-lightbox.js", "slick-lightbox.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"dependencies": {"type": "array", "items": {}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "hash": {"type": "string"}}, "required": ["dependencies", "generated", "h...
{"dependencies" : [], "generated" : {"js" : "module.exports=\"/dist/7184c2582438ab32531bb89e2245c7ac.svg\";"}, "hash" : "2e33e92719d2e4b21bc0cb560f513ef1"}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "array", "items": {}}, "generated": {"type": "object", "properties": {"js": {"type": "string"}}, "required": ["js"]}, "hash": {"type": "string"}}, "required": ["dependencies", "generated", "hash"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {...
{"uuid" : "9ad54820-8685-0139-bc7a-18c04df00033", "name" : "Tentativa de Cadastro", "children" : ["9ad54ba0-8685-0139-bc7a-18c04df00033"], "befores" : [{"name" : "cucumber.rb:14", "status" : "passed", "statusDetails" : {"known" : false, "muted" : false, "flaky" : false}, "stage" : "finished", "steps" : [], "attachments...
json_instruct
{"type": "object", "properties": {"uuid": {"type": "string"}, "name": {"type": "string"}, "children": {"type": "array", "items": {"type": "string"}}, "befores": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "status": {"type": "string"}, "statusDetails": {"type": "object", "pro...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-...
{"copyright" : "Tony Wang", "url" : "https://tonywang.io", "email" : "tonywang.data@gmail.com", "format" : "txt"}
json_instruct
{"type": "object", "properties": {"copyright": {"type": "string"}, "url": {"type": "string"}, "email": {"type": "string"}, "format": {"type": "string"}}, "required": ["copyright", "url", "email", "format"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"compound": {"type": "string"}, "hdac1_ic50": {"type": "string"}, "hdac6_ic50": {"type": "string"}}, "required": ["compound", "hdac1_ic50", "hdac6_ic50"]}, "$schema": "http://json-schema.org/draft-07/...
[{"compound" : "2", "hdac1_ic50" : "2.1", "hdac6_ic50" : ">16"}, {"compound" : "2\u20131", "hdac1_ic50" : "0.74", "hdac6_ic50" : ">77"}, {"compound" : "2\u20132", "hdac1_ic50" : "1.3", "hdac6_ic50" : ">8"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"compound": {"type": "string"}, "hdac1_ic50": {"type": "string"}, "hdac6_ic50": {"type": "string"}}, "required": ["compound", "hdac1_ic50", "hdac6_ic50"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$sch...
[{"name" : "DHRUVA", "frequency" : 220, "males" : "99.0909090909091 %", "females" : "0.9090909090909091 %"}]
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}}, "required": ["install"]}, "dependencies": {"type": "object", "properties": {"no-deps-checked"...
{"name" : "one-fixed-dep-checked", "version" : "1.0.0", "scripts" : {"install" : "node check"}, "dependencies" : {"no-deps-checked" : "1.0.0"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "scripts": {"type": "object", "properties": {"install": {"type": "string"}}, "required": ["install"]}, "dependencies": {"type": "object", "properties": {"no-deps-checked": {"type": "string"}}, "required": ["no-deps-checked"]}},...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "documentationUrl": {"type": "string"}, "changelogUrl": ...
{"name" : "com.huysora.soracore", "version" : "1.8.13", "displayName" : "SoraCore", "description" : "Unity Package for my repeatable needs", "unity" : "2021.2", "documentationUrl" : "https://github.com/HuySora/SoraCore", "changelogUrl" : "https://github.com/HuySora/SoraCore", "licensesUrl" : "https://github.com/HuySora...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "displayName": {"type": "string"}, "description": {"type": "string"}, "unity": {"type": "string"}, "documentationUrl": {"type": "string"}, "changelogUrl": {"type": "string"}, "licensesUrl": {"type": "string"}, "dependencies": {...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"Similarity" : "0.99", "Title" : "For Better or Worse Modelling Effects of Semantic Ambiguity", "Year" : 2001}, {"Similarity" : "0.985", "Title" : "Bilingual Lexical Representation in a Self-Organizing Neural Network Model", "Year" : 2007}, {"Similarity" : "0.983", "Title" : "Frequency Trajectory Gives Rise to an Age...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"Similarity": {"type": "string"}, "Title": {"type": "string"}, "Year": {"type": "integer"}}, "required": ["Similarity", "Title", "Year"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "obj...
{"translation-revision-date" : "2021-09-01 10:39:06+0000", "generator" : "GlotPress/3.0.0-alpha.2", "domain" : "messages", "locale_data" : {"messages" : {"" : {"domain" : "messages", "plural-forms" : "nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);", "lang" : ...
json_instruct
{"type": "object", "properties": {"translation-revision-date": {"type": "string"}, "generator": {"type": "string"}, "domain": {"type": "string"}, "locale_data": {"type": "object", "properties": {"messages": {"type": "object", "properties": {"": {"type": "object", "properties": {"domain": {"type": "string"}, "plural-for...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, ...
{"id" : 170533, "name" : "\u0422\u0451\u043c\u043d\u0430\u044f \u0442\u0435\u043c \u0434\u043b\u044f \"\u0421\u0414\u0410\u041c \u0413\u0418\u0410\"", "description" : "\u0414\u043b\u044f \u0433\u043b\u0430\u0437, \u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0443\u0441\u0442\u0430\u043b\u0438 \u0438 \u043a\u043e\u0442\u...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}, "types": {"type": "string"}}, "required": ["import", "require", "t...
{"exports" : {"." : {"import" : "./../dist/hook.esm.js", "require" : "./../dist/hook.cjs.js", "types" : "./../dist/hook.d.ts"}, "./index.js" : {"import" : "./../dist/hook.esm.js", "require" : "./../dist/hook.cjs.js", "types" : "./../dist/hook.d.ts"}}, "main" : "../dist/hook.cjs.js", "module" : "../dist/hook.esm.js", "t...
json_instruct
{"type": "object", "properties": {"exports": {"type": "object", "properties": {".": {"type": "object", "properties": {"import": {"type": "string"}, "require": {"type": "string"}, "types": {"type": "string"}}, "required": ["import", "require", "types"]}, "./index.js": {"type": "object", "properties": {"import": {"type":...
Create an example JSON object that satisfies 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" : "HP", "market_name" : "HP Chromebook 11 G5 / 11-vxxx", "codename" : "setzer_cheets", "model" : "HP Chromebook 11 G5"}, {"manufacturer" : "HP", "market_name" : "HP Chromebook 11 G5 / 11-vxxx", "codename" : "setzer_cheets", "model" : "HP Chromebook 11 G5 / HP Chromebook 11-vxxx"}]
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#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Learning to Identify Linear Pairs of Angles\n\n[imath]\\frac{x}{y}[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=aRISaklavQA"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"},...
{"id" : 112398, "name" : "InoReader: Center Article Content and 3D effect", "description" : "Just a style to center the article content and adding a simple 3D effect style in Inoreader", "user" : {"id" : 287988, "name" : "tinobarcos", "email" : "redacted", "paypal_email" : null, "homepage" : null, "about" : null, "lice...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "description": {"type": "string"}, "user": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "email": {"type": "string"}, "paypal_email": {"type": "null"}, "homepage": {"type": "null"}, "about...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type":...
{"expireTime" : 9007200809145377000, "key" : "864490c4-e090-54b1-96f8-fbce652b7efb{\"duotone\":false,\"grayscale\":false,\"toFormat\":\"\",\"width\":20,\"height\":13}", "val" : {"src" : "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAANCAYAAACpUE5eAAAACXBIWXMAAAsSAAALEgHS3X78AAACCUlEQVQ4y52TTWsTQRyHJ5PQg1rNSaHF2Eb...
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "object", "properties": {"src": {"type": "string"}, "width": {"type": "integer"}, "height": {"type": "integer"}, "aspectRatio": {"type": "number"}, "originalName": {"type": "string"}}, "required": ["src", "wi...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "cases": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "input": {"type": "string"}, "htmlAnswer": {"type": "string"}, "parseAnswer":...
{"title" : "GFM#1 https://github.github.com/gfm/#example-1", "cases" : [{"description" : "Thus, for example, a tab can be used instead of four spaces in an indented code block. (Note, however, that internal tabs are passed through as literal tabs, not expanded to spaces.)", "input" : "\tfoo\tbaz\t\tbim", "htmlAnswer" :...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "cases": {"type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "input": {"type": "string"}, "htmlAnswer": {"type": "string"}, "parseAnswer": {"type": "object", "properties": {"type": {"type": "string"}, "children": ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"replace": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"replace" : false, "entries" : ["vanillatweaks:blazing", "vanillatweaks:siphon"]}
json_instruct
{"type": "object", "properties": {"replace": {"type": "boolean"}, "entries": {"type": "array", "items": {"type": "string"}}}, "required": ["replace", "entries"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "s...
{"name" : "@shaai/react", "version" : "1.1.5", "description" : "React wrapper for Shaai", "main" : "dist/index.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "./node_modules/.bin/babel index.js --out-file dist/index.js"}, "repository" : {"type" : "git", "url" : "git+https://github.c...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "repository": {"type": "objec...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "in...
{"name" : "Cracker Me Jacks!!", "description" : "A simple sweet cracker jack recipe. Using just few flavors to achieve a cracker jack type vape. Wonder Flavours Honey roasted Peanuts plays a big role in this recipe to give it that authentic Cracker Jack taste. While Tpa Kettle Corn lacks in the corn department Ap is a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "id": {"type": "integer"}, "image_url": {"type": "string"}, "updated_at": {"type": "string"}, "deleted_at": {"type": "null"}, "recipe_type": {"type": "integer"}, "recipe_flavors": {"type": "array", "items": {"type": "object...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "strin...
{"citations" : [{"textCitation" : "[See ex-eprel on Metamath](http://us.metamath.org/mpegif/ex-eprel.html)"}], "names" : ["ex-eprel"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_c5", "#T_cep", "#T_cpr--1", "#T_c1", "#T_cpr--2", "#T_c5", "#T_cpr--3"], "metaLanguage" : "METAMATH", "remarks" : " Example for ~ df...
json_instruct
{"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"}, "lookupTerms": {"type": "array", "items": {"type": "st...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googledocs4mw-desc": {"type": "string"}}, "required": ["@metadata", "googledocs4m...
{"@metadata" : {"authors" : ["Xuacu"]}, "googledocs4mw-desc" : "A\u00f1ade la etiqueta <code>&lt;googlespreadsheet&gt;</code> pa ver les fueyes de c\u00e1lculu de Google Docs"}
json_instruct
{"type": "object", "properties": {"@metadata": {"type": "object", "properties": {"authors": {"type": "array", "items": {"type": "string"}}}, "required": ["authors"]}, "googledocs4mw-desc": {"type": "string"}}, "required": ["@metadata", "googledocs4mw-desc"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "htt...
{"minutes" : 24, "pubdate" : "2014-05-09T23:07:24+09:00", "tags" : ["misc"], "title" : "\u5065\u5eb7\u8a3a\u65ad\u306b\u3044\u3063\u305f"}
json_instruct
{"type": "object", "properties": {"minutes": {"type": "integer"}, "pubdate": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}}, "required": ["minutes", "pubdate", "tags", "title"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "o...
{"versionEnd" : {"versionNum" : 2304, "commit" : "b705594b6b994fb119b182168bac1a6e56cd81e5", "date" : "2021-06-18T04:35:55.372Z"}, "versionStart" : {"versionNum" : 2303, "commit" : "927ada9bd74a91abc80e96c78c321faa9cbc617d", "date" : "2021-06-18T04:34:48.431Z"}, "changes" : ["blockchains/smartchain/allowlist.json", "bl...
json_instruct
{"type": "object", "properties": {"versionEnd": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"type": "string"}, "date": {"type": "string"}}, "required": ["versionNum", "commit", "date"]}, "versionStart": {"type": "object", "properties": {"versionNum": {"type": "integer"}, "commit": {"...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descr...
{"title" : "\u3010MMD\u3011\u9ed2\u67da\u5f0f \u4e94\u52ab\u9662\u30df\u30e6 \u3067 \u30dd\u30f3\u30dd\u30f3\u30c0\u30f3\u30b9", "author" : "unknownuser774", "description" : "modelundefined\u9ed2\u67da\u5f0fundefined\u4e94\u52ab\u9662\u30df\u30e6(GokouinundefinedMiyu)undefinedbyundefined\u795e\u697d\u5742\u67da<br><aun...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "description", "thumb", "download", "origin"], "$schema": "http://js...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"code" : "8626", "name" : "\u7c95\u5c4b\u8fb2\u5354", "name_kana" : "\uff76\uff7d\uff94\uff89\uff73\uff77\uff96\uff73"}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}, "name_kana": {"type": "string"}}, "required": ["code", "name", "name_kana"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"name": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "string"}, "href": {"type": "string"}}, "required": ["a", "href"]}}}, "required": ["name", "links"], "$s...
{"name" : "example", "links" : [{"a" : "twitter", "href" : "https://twitter.com"}, {"a" : "github", "href" : "https://github.com"}]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "links": {"type": "array", "items": {"type": "object", "properties": {"a": {"type": "string"}, "href": {"type": "string"}}, "required": ["a", "href"]}}}, "required": ["name", "links"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "childre...
{"code" : 9429052, "parent" : 9429, "name" : "MAM", "latitude" : null, "longitude" : null, "postal" : [99523, 99941], "children" : [9429052001, 9429052002, 9429052003, 9429052004, 9429052005, 9429052006, 9429052007, 9429052008, 9429052009, 9429052010, 9429052011, 9429052012, 9429052013, 9429052014]}
json_instruct
{"type": "object", "properties": {"code": {"type": "integer"}, "parent": {"type": "integer"}, "name": {"type": "string"}, "latitude": {"type": "null"}, "longitude": {"type": "null"}, "postal": {"type": "array", "items": {"type": "integer"}}, "children": {"type": "array", "items": {"type": "integer"}}}, "required": ["co...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@google-cloud/dialogflow": {"type": "string"}}, "re...
{"name" : "botlib", "version" : "0.0.1", "description" : "Common Functions for Bots", "license" : "Apache-2.0", "dependencies" : {"@google-cloud/dialogflow" : "2.0.0"}, "devDependencies" : {"mocha" : "^2.5.3"}, "scripts" : {"test" : "mocha"}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {"@google-cloud/dialogflow": {"type": "string"}}, "required": ["@google-cloud/dialogflow"]}, "devDependencies": ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"controller": {"type": "string"}, "template": {"type": "string"}}, "required": ["controller", "template"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"controller" : "[\"popup\", function(popup){\n}]", "template" : "<!DOCTYPE html>\n<!--\nTo change this license header, choose License Headers in Project Properties.\nTo change this template file, choose Tools | Templates\nand open the template in the editor.\n-->\n<html>\n <head>\n <title>TODO supply a title...
json_instruct
{"type": "object", "properties": {"controller": {"type": "string"}, "template": {"type": "string"}}, "required": ["controller", "template"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}}, "r...
{"name" : "dio-node-user-authentication-api", "version" : "1.0.0", "description" : "Microservi\u00e7o de autentica\u00e7\u00e3o de usu\u00e1rios feito em nodejs com o intuito de contribuir com o conhecimento desta comunidade DEV incr\u00edvel!", "scripts" : {"build" : "tsc -p .", "dev" : "ts-node-dev -r tsconfig-paths/...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "dev": {"type": "string"}, "start": {"type": "string"}}, "required": ["build", "dev", "start"]}, "author": {"type": "s...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"documentSentiment": {"type": "object", "properties": {"magnitude": {"type": "number"}, "score": {"type": "number"}}, "required": ["magnitude", "score"]}, "language": {"type": "string"}, "sentences": {"type": ...
{"documentSentiment" : {"magnitude" : 0.7, "score" : -0.3}, "language" : "en", "sentences" : [{"text" : {"content" : "Hey j-j-jaded, you got your mama's style \rBut you're yesterday's child to me \rSo jaded \rYou think that's where it's at \rBut is that where it's supposed to be \rYou're gettin' it all over me, ex...
json_instruct
{"type": "object", "properties": {"documentSentiment": {"type": "object", "properties": {"magnitude": {"type": "number"}, "score": {"type": "number"}}, "required": ["magnitude", "score"]}, "language": {"type": "string"}, "sentences": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "object"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"index": {"type": "integer"}, "hash": {"type": "integer"}, "artDyeHash": {"type": "integer"}, "redacted": {"type": "boolean"}, "dyeManifestHash": {"type": "integer"}, "blacklisted": {"type": "boolean"}}, "required":...
{"index" : 9376, "hash" : 4181259804, "artDyeHash" : 4181259804, "redacted" : false, "dyeManifestHash" : 223398940, "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": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Determining negative slope from a graph\n\n\n\n\n", "url" : "https://www.youtube.com/watch?v=5E6R8N7dnDk"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "array", "items": {"type": "object", "propert...
{"contract" : "0xc1c826668e3661e137e17186b9c64cc408fa5cdd", "tool" : "smartcheck", "start" : 1563568870.7480478, "end" : 1563568877.7782435, "duration" : 7.030195713043213, "analysis" : [{"name" : "SOLIDITY_DIV_MUL", "patternId" : "09hhh1", "severity" : 2, "line" : 10, "column" : 17, "content" : "(minutesTime/10)*10"},...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"...
{"name" : "laker-ls/yii2-upload-image", "description" : "A behavior to upload image through HTML editor.", "keywords" : ["yii2", "extension", "behavior"], "homepage" : "https://github.com/laker-ls/yii2-upload-image", "type" : "yii2-extension", "license" : "BSD-3-Clause", "authors" : [{"name" : "\u0412\u043b\u0430\u0434...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "homepage": {"type": "string"}, "type": {"type": "string"}, "license": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1250.1047604929906, 495.6232688153825], [1254.3400745415274, 508.32921096099267], [1269.1636737114059, 535.8587522764813], [1292.4579009783577, 557.0353225191645], [1309.3991571725046, 584.5648638346531], [1336.928698487993, 597.2708059802633], [1375.0465249248234, 597.2708059802633], [1402.576066240312, 603.62377705...
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"AttackOfTheTownFestival": {"type": "array", "items": {"type": "string"}}}, "required": ["AttackOfTheTownFestival"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"AttackOfTheTownFestival" : ["AttackOfTheKillerWhatever", "SuitWithVestedInterests", "WhatAnIdiot", "NeedleInAStackOfNeedles", "DoomedHometown", "BigBad", "HorrorDoesntSettleForSimpleTuesday", "AFeteWorseThanDeath", "BigBad", "KillEmAll", "ChildSoldiers", "MrExposition", "StartOfDarkness", "BecomingTheCostume", "Stepf...
json_instruct
{"type": "object", "properties": {"AttackOfTheTownFestival": {"type": "array", "items": {"type": "string"}}}, "required": ["AttackOfTheTownFestival"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"folder": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "content": {"type": "object", "properties": {"query"...
{"name" : "Alter Scripts", "properties" : {"folder" : {"name" : "Other Scripts"}, "content" : {"query" : "ALTER TABLE dbo.FactClaimDetails\nADD IsExternalTPAClaim BIT DEFAULT 0\nUPDATE E\nSET E.IsExternalTPAClaim = 0\nFROM FactClaimDetails E\nWHERE\nE.IsExternalTPAClaim IS NULL\n\n \nALTER TABLE dbo.DimMemberDetails...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "properties": {"type": "object", "properties": {"folder": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}, "content": {"type": "object", "properties": {"query": {"type": "string"}, "metadata": {"type": "object", "properti...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"go.useLanguageServer": {"type": "boolean"}, "editor.fontLigatures": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}}, "required": ["go.useLanguageServer", "editor.fontLigatures", "workbench.colorThe...
{"go.useLanguageServer" : true, "editor.fontLigatures" : true, "workbench.colorTheme" : "Allure Light (rainglow)"}
json_instruct
{"type": "object", "properties": {"go.useLanguageServer": {"type": "boolean"}, "editor.fontLigatures": {"type": "boolean"}, "workbench.colorTheme": {"type": "string"}}, "required": ["go.useLanguageServer", "editor.fontLigatures", "workbench.colorTheme"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"ConnectorConfig": {"type": "object", "properties": {"Instance": {"type": "string"}, "CollectionName": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["Instance", "CollectionName", "Connec...
{"ConnectorConfig" : {"Instance" : "LiteDb", "CollectionName" : "test", "ConnectionString" : "LiteDbTest.db"}}
json_instruct
{"type": "object", "properties": {"ConnectorConfig": {"type": "object", "properties": {"Instance": {"type": "string"}, "CollectionName": {"type": "string"}, "ConnectionString": {"type": "string"}}, "required": ["Instance", "CollectionName", "ConnectionString"]}}, "required": ["ConnectorConfig"], "$schema": "http://json...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "ite...
{"t" : "mipapihodocan", "h" : [{"d" : [{"f" : "\u66fe\u7d93\u6309\u7167\u8981\u6c42\u62bd\u51fa\u4e86\u3001\u62d4\u51fa\u4e86\u3002", "e" : ["\ufff9`Mipapihodoc~`a~`n~ `kora~ `kapah~ `to~ `f~u`n~u`s~.\ufffa\ufffb\u90a3\u500b\u5c0f\u5925\u5b50\u6309\u7167\u8981\u6c42\u62d4\u51fa\u528d\u4f86\u4e86\u3002"]}, {"f" : "\u630...
json_instruct
{"type": "object", "properties": {"t": {"type": "string"}, "h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"f": {"type": "string"}, "e": {"type": "array", "items": {"type": "string"}}}, "required": ["f", "e"]}}}, "required": ["d"]}}, "s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"count": {"type": "integer"}, "111021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]},...
{"count" : 9, "111021" : {"count" : 1}, "N.A.//" : {"count" : 2}, "291071" : {"count" : 1}, "291060" : {"count" : 1}, "172011" : {"count" : 1}, "252050" : {"count" : 1}, "172070" : {"count" : 1}, "299000" : {"count" : 1}}
json_instruct
{"type": "object", "properties": {"count": {"type": "integer"}, "111021": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "N.A.//": {"type": "object", "properties": {"count": {"type": "integer"}}, "required": ["count"]}, "291071": {"type": "object", "properties": {"count": {"typ...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties...
[{"e_id" : "1972", "title" : "\u4e2d\u5171\u5728\u534e\u5317\u3001\u534e\u4e2d\u7684\u654c\u540e\u6297\u6218\u8fdb\u5165\u56f0\u96be\u65f6\u671f", "content" : "\n\u00a0\u00a0\u00a0\u00a0\u572880\u5e74\u524d\u7684\u4eca\u5929\uff0c1941\u5e742\u670810\u65e5(\u519c\u53861941\u5e741\u670815\u65e5)\uff0c\u4e2d\u5171\u5728\u...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"e_id": {"type": "string"}, "title": {"type": "string"}, "content": {"type": "string"}, "picNo": {"type": "string"}, "picUrl": {"type": "array", "items": {"type": "object", "properties": {"pic_title": {"type": "string"}, "suffix": {"type": "string"}, "id": {"...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"pages": {"type": "object", "properties": {"sharedarraybufferByteLength": {"type": "object", "properties": {"exampleCode": {"type": "string"}, "fileName": {"type": "string"}, "title": {"type": "string"}, "type": {"...
{"pages" : {"sharedarraybufferByteLength" : {"exampleCode" : "./live-examples/js-examples/sharedarraybuffer/sharedarraybuffer-bytelength.js", "fileName" : "sharedarraybuffer-bytelength.html", "title" : "JavaScript Demo: SharedArrayBuffer.byteLength", "type" : "js"}, "sharedarraybufferConstructor" : {"exampleCode" : "./...
json_instruct
{"type": "object", "properties": {"pages": {"type": "object", "properties": {"sharedarraybufferByteLength": {"type": "object", "properties": {"exampleCode": {"type": "string"}, "fileName": {"type": "string"}, "title": {"type": "string"}, "type": {"type": "string"}}, "required": ["exampleCode", "fileName", "title", "typ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"data": {"type": "object", "properties": {"is_silhouette": {"type": "boolean"}, "url": {"type": "string"}}, "required": ["is_silhouette", "url"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/sc...
{"data" : {"is_silhouette" : false, "url" : "https://scontent.xx.fbcdn.net/xxxxxxxx-frc3/v/t1.0-1/p200x200/xxxxxxx_10204952009779090_xxxxxxxxxxxxxxxxxxx_n.jpg?oh=xxxxxxxxx615640xxxxxx5abe0d67xxx&xx=xxxxxxxx"}}
json_instruct
{"type": "object", "properties": {"data": {"type": "object", "properties": {"is_silhouette": {"type": "boolean"}, "url": {"type": "string"}}, "required": ["is_silhouette", "url"]}}, "required": ["data"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"pci_database_engines_list_version_new": {"type": "string"}, "pci_database_engines_list_version_getting_deprecated": {"type": "string"}, "pci_database_engines_list_beta": {"type": "string"}, "pci_database_engines_list...
{"pci_database_engines_list_version_new" : "New", "pci_database_engines_list_version_getting_deprecated" : "Soon depreciated", "pci_database_engines_list_beta" : "Beta", "pci_database_engines_list_description_mysql" : "Relational database management system", "pci_database_engines_list_description_postgresql" : "Relatio...
json_instruct
{"type": "object", "properties": {"pci_database_engines_list_version_new": {"type": "string"}, "pci_database_engines_list_version_getting_deprecated": {"type": "string"}, "pci_database_engines_list_beta": {"type": "string"}, "pci_database_engines_list_description_mysql": {"type": "string"}, "pci_database_engines_list_d...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "string"}, "citation": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}...
{"title" : "Coherent Motion Detection with Collective Density Clustering.", "fields" : ["correlation clustering", "local consistency", "motion detection", "outlier", "merge"], "abstract" : "Detecting coherent motion is significant for analysing the crowd motion in video applications. In this study, we propose the Colle...
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...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"relation": {"type": "object", "properties": {"__op": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"__type": {"type": "string"}, "className": {"type": "string"}, "obje...
{"relation" : {"__op" : "RemoveRelation", "objects" : [{"__type" : "Pointer", "className" : "user", "objectId" : "epaKcaYZqsREdSMY"}]}, "objectId" : "remove_user_id", "updateDate" : "2015-08-11T09:44:20.873Z"}
json_instruct
{"type": "object", "properties": {"relation": {"type": "object", "properties": {"__op": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"__type": {"type": "string"}, "className": {"type": "string"}, "objectId": {"type": "string"}}, "required": ["__type", "className", "objectI...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "created_by_ref": {"type": "string"}, "...
{"type" : "bundle", "id" : "bundle--2d92e56a-a4d2-4854-94b1-990f7a3d0f03", "spec_version" : "2.0", "objects" : [{"id" : "relationship--7fcfc36b-bebc-481f-b9af-b65008b045ec", "created_by_ref" : "identity--c78cb6e5-0c4b-4611-8297-d1b8b55e40b5", "description" : "[Adups](https://attack.mitre.org/software/S0309) was pre-ins...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "spec_version": {"type": "string"}, "objects": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "created_by_ref": {"type": "string"}, "description": {"type": "string"}, "object_marking_refs": {"...
Based on the schema below, produce a valid JSON object: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["532326207201", "\u94c1\u9501\u793e\u533a\u6751\u6c11\u59d4\u5458\u4f1a", "210", "0"], ["532326207202", "\u675e\u62c9\u4e48\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["532326207203", "\u6c38\u6cb3\u6751\u6c11\u59d4\u5458\u4f1a", "220", "0"], ["532326207204", "\u81ea\u7891\u4e48\u6751\u6c11\u59d4\u5458\u4f1a", "220...
json_instruct
{"type": "array", "items": {"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": {"patthana14.9:0.1": {"type": "string"}, "patthana14.9:0.2": {"type": "string"}, "patthana14.9:0.3": {"type": "string"}, "patthana14.9:1.1": {"type": "string"}, "patthana14.9:2.1": {"type": "string"}, "patthana14.9:3.1": {"type"...
{"patthana14.9:0.1" : "Pa\u1e6d\u1e6dh\u0101napakara\u1e47a", "patthana14.9:0.2" : "Dhamm\u0101nulomapaccan\u012bya (3), Dukapa\u1e6d\u1e6dh\u0101nap\u0101\u1e37i (2)", "patthana14.9:0.3" : "14.9. Sappa\u1e6dighaduka", "patthana14.9:1.1" : "Sappa\u1e6digha\u1e41 dhamma\u1e41 pa\u1e6dicca nasappa\u1e6digho dhammo uppajj...
json_instruct
{"type": "object", "properties": {"patthana14.9:0.1": {"type": "string"}, "patthana14.9:0.2": {"type": "string"}, "patthana14.9:0.3": {"type": "string"}, "patthana14.9:1.1": {"type": "string"}, "patthana14.9:2.1": {"type": "string"}, "patthana14.9:3.1": {"type": "string"}, "patthana14.9:4.1": {"type": "string"}}, "requ...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"canExecute": {"type": "string"}, "onFailureInternal": {"type": "string"}, "onUpdate": {"type": "string"}}, "required": ["canExecute", "onFailureInte...
{"className" : "io.deephaven.engine.table.impl.BaseTable$ListenerImpl", "methods" : {"canExecute" : ":param step: long\n:return: boolean", "onFailureInternal" : ":param originalException: java.lang.Throwable\n:param sourceEntry: io.deephaven.engine.table.TableListener.Entry", "onUpdate" : "Process notification of table...
json_instruct
{"type": "object", "properties": {"className": {"type": "string"}, "methods": {"type": "object", "properties": {"canExecute": {"type": "string"}, "onFailureInternal": {"type": "string"}, "onUpdate": {"type": "string"}}, "required": ["canExecute", "onFailureInternal", "onUpdate"]}, "path": {"type": "string"}, "text": {"...
Please provide a valid JSON object following this schema: {"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"}, ...
{"type" : "Feature", "properties" : {"type" : "barangay", "level" : "4", "label" : "Maigang, General Nakar, Quezon, CALABARZON (Region IV-A), PH", "locale" : "ph.calabarzon-region-iv-a.quezon.general-nakar.maigang", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "4", "regio...
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": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"links": {"type": "object", "properties": {"self": {"type": "string"}}, "required": ["self"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string...
{"links" : {"self" : "https://api.planningcenteronline.com/people/v2/campuses"}, "data" : [{"type" : "Campus", "id" : "1", "attributes" : {"latitude" : "33.128456", "longitude" : "-117.246922", "name" : "Carlsbad Campus"}, "links" : {"self" : "https://api.planningcenteronline.com/people/v2/campuses/1"}}, {"type" : "Cam...
json_instruct
{"type": "object", "properties": {"links": {"type": "object", "properties": {"self": {"type": "string"}}, "required": ["self"]}, "data": {"type": "array", "items": {"type": "object", "properties": {"type": {"type": "string"}, "id": {"type": "string"}, "attributes": {"type": "object", "properties": {"latitude": {"type":...
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.64": {"type": "integer"}, "1.0": {"type": "i...
{"hour positive count" : 18, "hour neutral count" : 1, "hour negative count" : 3, "hour distri" : {"0.64" : 1, "1.0" : 8, "0.96" : 2, "0.99" : 5, "0.98" : 1, "0.97" : 2, "0.02" : 1, "0.15" : 1, "0.06" : 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.64": {"type": "integer"}, "1.0": {"type": "integer"}, "0.96": {"type": "integer"}, "0.99": {"type": "in...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sendproxy": {"type": "string"}}, "required": ["sendproxy"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"sendproxy" : "https://raw.githubusercontent.com/SlidyBat/sendproxy/master/addons/sourcemod/scripting/include/sendproxy.inc"}
json_instruct
{"type": "object", "properties": {"sendproxy": {"type": "string"}}, "required": ["sendproxy"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"an6.33:0.1": {"type": "string"}, "an6.33:0.2": {"type": "string"}, "an6.33:0.3": {"type": "string"}, "an6.33:1.1": {"type": "string"}, "an6.33:1.2": {"type": "string"}, "an6.33:1.3": {"type": "string"}, "an6.33...
{"an6.33:0.1" : "<article id='an6.33'><header><ul><li class='division'>{}</li>", "an6.33:0.2" : "<li>{}</li></ul>", "an6.33:0.3" : "<h1 class='sutta-title'>{}</h1></header>", "an6.33:1.1" : "<p>{}", "an6.33:1.2" : "{}", "an6.33:1.3" : "{}", "an6.33:1.4" : "{}", "an6.33:1.5" : "{}</p>", "an6.33:1.6" : "<p>{}", "an6.33:1...
json_instruct
{"type": "object", "properties": {"an6.33:0.1": {"type": "string"}, "an6.33:0.2": {"type": "string"}, "an6.33:0.3": {"type": "string"}, "an6.33:1.1": {"type": "string"}, "an6.33:1.2": {"type": "string"}, "an6.33:1.3": {"type": "string"}, "an6.33:1.4": {"type": "string"}, "an6.33:1.5": {"type": "string"}, "an6.33:1.6": ...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"AWSTemplateFormatVersion": {"type": "string"}, "Resources": {"type": "object", "properties": {"s3Permission": {"type": "object", "properties": {"Type": {"type": "string"}, "Properties": {"type": "object", "propert...
{"AWSTemplateFormatVersion" : "2010-09-09", "Resources" : {"s3Permission" : {"Type" : "AWS::Lambda::Permission", "Properties" : {"FunctionName" : {"Fn::GetAtt" : ["function", "Arn"]}, "Action" : "lambda:InvokeFunction", "Principal" : "s3.amazonaws.com", "SourceAccount" : {"Ref" : "AWS::AccountId"}, "SourceArn" : "arn:a...
json_instruct
{"type": "object", "properties": {"AWSTemplateFormatVersion": {"type": "string"}, "Resources": {"type": "object", "properties": {"s3Permission": {"type": "object", "properties": {"Type": {"type": "string"}, "Properties": {"type": "object", "properties": {"FunctionName": {"type": "object", "properties": {"Fn::GetAtt": {...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"amplify/.config": {"type": "boolean"}, "amplify/**/*-parameters.json": {"type": "boolean"}, "amplify/**/amplify.state": {"type": "boolean"}, "amplify/**/transform...
{"files.exclude" : {"amplify/.config" : true, "amplify/**/*-parameters.json" : true, "amplify/**/amplify.state" : true, "amplify/**/transform.conf.json" : true, "amplify/#current-cloud-backend" : true, "amplify/backend/amplify-meta.json" : true, "amplify/backend/awscloudformation" : true}, "javascript.preferences.quote...
json_instruct
{"type": "object", "properties": {"files.exclude": {"type": "object", "properties": {"amplify/.config": {"type": "boolean"}, "amplify/**/*-parameters.json": {"type": "boolean"}, "amplify/**/amplify.state": {"type": "boolean"}, "amplify/**/transform.conf.json": {"type": "boolean"}, "amplify/#current-cloud-backend": {"ty...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"hash": {"type": "string"}, "parentHash": {"type": "string"}, "number": {"type": "integer"}, "timestamp": {"type": "integer"}, "nonce": {"type": "string"}, "difficulty": {"type": "integer"}, "gasLimit": {"type": "object", "prop...
{"hash" : "0x9a632d37a5d4620c14a61b40f3ecbf0c04a46efda7c8bc7c6669ce3b8fdd50ed", "parentHash" : "0xc2603e8fa4d8bd3077b679a2c537755b6018fe7fa19566fb42dfc26270848563", "number" : 18575, "timestamp" : 1438464910, "nonce" : "0xf0ec95791e7b36c6", "difficulty" : 951117426639, "gasLimit" : {"_hex" : "0x1388"}, "gasUsed" : {"_h...
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"]...
Create an example JSON object that satisfies this schema: {"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"queryName" : "Incorrect Password Policy Expiration", "severity" : "MEDIUM", "line" : 2}, {"queryName" : "Incorrect Password Policy Expiration", "severity" : "MEDIUM", "line" : 21}, {"queryName" : "Incorrect Password Policy Expiration", "severity" : "MEDIUM", "line" : 33}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"queryName": {"type": "string"}, "severity": {"type": "string"}, "line": {"type": "integer"}}, "required": ["queryName", "severity", "line"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "leechcraft", "definition" : "The art of healing; skill of a physician. [Archaic] Chaucer."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"Time": {"type": "string"}, "Temp": {"type": "number"}, "RelHum": {"type": "integer"}, "WindSpeed": {"type": "number"}, "WindDir": {"type": "integer"}}, "required": ["Time", "Temp", "RelHum", "WindSpeed", "WindD...
{"Time" : "2020-12-20T13:00:00Z", "Temp" : 21.4, "RelHum" : 44, "WindSpeed" : 2.4, "WindDir" : 318}
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#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"...
{"name" : "scmod", "description" : "client side javascript modules", "keywords" : ["javascript", "modules"], "version" : "0.4.3", "main" : "./index.js", "homepage" : "https://github.com/vflash/scmod", "bugs" : {"url" : "https://github.com/vflash/scmod/issues"}, "author" : {"name" : "Vopilovskiy Konstantin", "email" : "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "version": {"type": "string"}, "main": {"type": "string"}, "homepage": {"type": "string"}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "r...
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"}, "bin": {"type": "string"}, "dependencies": {"type": "object", "properties": {"css-to-obje...
{"name" : "@danielberndt/htmltojsx", "version" : "0.3.4", "description" : "Converts HTML to JSX for use with React", "main" : "src/htmltojsx.js", "bin" : "src/cli.js", "dependencies" : {"css-to-object" : "^1.1.0", "jsdom-no-contextify" : "~3.1.0", "react" : "~15.4.1", "react-dom" : "~15.4.1", "yargs" : "~4.6.0"}, "devD...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "dependencies": {"type": "object", "properties": {"css-to-object": {"type": "string"}, "jsdom-no-contextify": {"type": "string"}, "react"...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"sms_section_back_link": {"type": "string"}, "sms_senders_blacklisted_manage_title": {"type": "string"}, "sms_senders_blacklisted_information_title": {"type": "string"}, "sms_senders_blacklisted_information_text_1": {"type": "s...
{"sms_section_back_link" : "Retour aux exp\u00e9diteurs", "sms_senders_blacklisted_manage_title" : "G\u00e9rer les exp\u00e9diteurs blacklist\u00e9s", "sms_senders_blacklisted_information_title" : "Informa\u00e7\u00f5es", "sms_senders_blacklisted_information_text_1" : "Liste de vos destinataires qui ont bloqu\u00e9 les...
json_instruct
{"type": "object", "properties": {"sms_section_back_link": {"type": "string"}, "sms_senders_blacklisted_manage_title": {"type": "string"}, "sms_senders_blacklisted_information_title": {"type": "string"}, "sms_senders_blacklisted_information_text_1": {"type": "string"}, "sms_senders_blacklisted_information_text_2": {"ty...
Please provide a valid JSON object following this schema: {"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}, "line_end": {"type": "string"}, "range_start": {"type": "string"}, "range_end": {"type": "string"}, "uri": {"type": "string"}}, "required": ["line", "line_end", "range_star...
[{"line" : "5", "line_end" : "6", "range_start" : "13", "range_end" : "0", "uri" : "step_implementations/step_implementation.rb"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"line": {"type": "string"}, "line_end": {"type": "string"}, "range_start": {"type": "string"}, "range_end": {"type": "string"}, "uri": {"type": "string"}}, "required": ["line", "line_end", "range_start", "range_end", "uri"]}, "$schema": "http://json-schema.or...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"450224100": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "450224101": {"type": "object", "properties": {"name": {"type": "string"}, "ne...
{"450224100" : {"name" : "\u957f\u5b89\u9547", "next" : 0}, "450224101" : {"name" : "\u6d6e\u77f3\u9547", "next" : 0}, "450224102" : {"name" : "\u6cd7\u9876\u9547", "next" : 0}, "450224103" : {"name" : "\u677f\u6984\u9547", "next" : 0}, "450224104" : {"name" : "\u5927\u5c06\u9547", "next" : 0}, "450224105" : {"name" : ...
json_instruct
{"type": "object", "properties": {"450224100": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "450224101": {"type": "object", "properties": {"name": {"type": "string"}, "next": {"type": "integer"}}, "required": ["name", "next"]}, "450224102": {...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart...
{"categories" : [], "equivalent" : [], "manufacturer" : "", "name" : "BMS-28A High Voltage (7.4V) Coreless Digital Servo w/Titanium Alloy Gear 28kg / .10ec / 74g", "replacement" : [], "subpart" : [], "urls" : {"manufacturer" : [], "related" : []}, "variants" : [{"location" : "International Warehouse", "price" : "$66.45...
json_instruct
{"type": "object", "properties": {"categories": {"type": "array", "items": {}}, "equivalent": {"type": "array", "items": {}}, "manufacturer": {"type": "string"}, "name": {"type": "string"}, "replacement": {"type": "array", "items": {}}, "subpart": {"type": "array", "items": {}}, "urls": {"type": "object", "properties":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"produ...
{"userId" : 1843, "cartId" : "ce8f7efd-a9c0-4aba-b8d5-bf91c3f4a9b0", "preferredProducts" : [4781, 3402, 3972, 2552, 2947], "productReviews" : [{"productId" : 4606, "reviewText" : "My neighbor Georgine has one of these. She works as a fireman and she says it looks colorful.", "reviewDate" : "2017-03-16T10:19:28.7966105+...
json_instruct
{"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type": "integer"}, "reviewText": {"type": "string"}, "reviewD...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"},...
{"URL" : "https://www.wired.com/1999/08/cracked-ms-new-music-format", "heading" : "cracked: ms' new music format", "subheading" : "microsoft unveiled its long-awaited alternative to mp3, and a cracker quickly unleashed his program to get around ms' copyright restrictions. by jennifer sullivan and john gartner.", "autho...
json_instruct
{"type": "object", "properties": {"URL": {"type": "string"}, "heading": {"type": "string"}, "subheading": {"type": "string"}, "author": {"type": "string"}, "category": {"type": "string"}, "type": {"type": "string"}, "timestamp": {"type": "string"}, "text": {"type": "string"}}, "required": ["URL", "heading", "subheading...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "main": {"type": "...
{"name" : "strapi-provider-upload-aws-s3-sharp-resize", "version" : "3.1.8", "description" : "strapi @beta file upload to digital ocean spaces, with two resized images, resized by sharp", "directories" : {"lib" : "./lib"}, "main" : "./lib", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "author" ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "directories": {"type": "object", "properties": {"lib": {"type": "string"}}, "required": ["lib"]}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "st...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", ...
{"name" : "react-final-form-hybrid-synchronous-asynchronous-record-level-validation-example", "version" : "1.0.0", "description" : "This example demonstrates how you can mix synchronous and asynchronous validation in the same record-level validation function.", "keywords" : ["react-final-form", "form", "final-form", "a...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "main": {"type": "string"}, "dependencies": {"type": "object", "properties": {"final-form": {"type": "string"}, "react": {"type": "s...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scrip...
{"name" : "parse-openapi", "version" : "0.0.1", "description" : "OpenAPI v3 parser", "main" : "./dist/index.js", "types" : "./dist/types.d.ts", "files" : ["dist"], "scripts" : {"test" : "uvu -r tsm src 'spec.ts$'", "prebuild" : "rm -rf dist", "build" : "tsc && cp src/*.d.ts dist", "postbuild" : "uvu -r tsm dist 'spec.j...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "preb...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["zpin"]
json_instruct
{"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": {"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.078945, 51.015797]}, "properties" : {"documentation-url" : "https://historicengland.org.uk/listing/the-list/list-entry/1025448", "start-date" : "1951-09-10", "point" : "POINT (-0.078945 51.015797)", "listed-building" : "1025448", "listed-building-...
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": {"documentation-url": {"type": "str...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/sc...
[{"package" : "genepop", "downloads" : 39400, "count" : 8317}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"package": {"type": "string"}, "downloads": {"type": "integer"}, "count": {"type": "integer"}}, "required": ["package", "downloads", "count"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "conf...
{"id" : "alegra", "name" : "Alegra", "version" : "1.0.0", "description" : "Servicio contable para pymes.", "main" : "index.js", "author" : "Ignacio Aroche <contacto@morfema.com.mx>", "license" : "MIT", "config" : {"serviceURL" : "https://app.alegra.com/user/login"}}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "config": {"type": "object", "properties": {"serviceURL": {"type": "string"}}...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"tock.js": {"type": "string"}, "tock.min.js": {"type": "string"}}, "required": ["tock.js", "tock.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"tock.js" : "sha256-j3iMaplgNDYKwYggLFpznYF/pAsXX11c4r2e0Q5So3Y=", "tock.min.js" : "sha256-cadMPmJTy/qyJSSuPUzmAmlxYiSasaxCW92inGDorwU="}
json_instruct
{"type": "object", "properties": {"tock.js": {"type": "string"}, "tock.min.js": {"type": "string"}}, "required": ["tock.js", "tock.min.js"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properti...
{"type" : "MultiPolygon", "coordinates" : [[[[-93.046744, 42.918783], [-93.046742, 42.918983], [-93.046741, 42.919031], [-93.04674, 42.919087], [-93.046732, 42.919628], [-93.046709, 42.921419], [-93.046702, 42.922017], [-93.046696, 42.922474], [-93.04668, 42.923848], [-93.046675, 42.924306], [-93.046669, 42.924955], [-...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "number"}}}}}, "properties": {"type": "object", "properties": {"id": {"type": "string"}, "type": {"type": "string"}, "name": {...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after...
{"issuer_ca_id" : 1151, "issuer_name" : "C=BE, O=GlobalSign nv-sa, CN=GlobalSign Organization Validation CA - SHA256 - G2", "name_value" : "*.mf.live.bbc.co.uk", "min_cert_id" : 367693102, "min_entry_timestamp" : "2018-03-27T13:21:07.959", "not_before" : "2018-03-27T13:21:05", "not_after" : "2019-03-28T13:21:05"}
json_instruct
{"type": "object", "properties": {"issuer_ca_id": {"type": "integer"}, "issuer_name": {"type": "string"}, "name_value": {"type": "string"}, "min_cert_id": {"type": "integer"}, "min_entry_timestamp": {"type": "string"}, "not_before": {"type": "string"}, "not_after": {"type": "string"}}, "required": ["issuer_ca_id", "iss...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"city": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "requi...
{"$schema" : "http://json-schema.org/draft-04/schema#", "type" : "object", "properties" : {"city" : {"type" : "string", "pattern" : "^[a-zA-Z]+(?:(?:\\s+|-)[a-zA-Z]+)*$"}, "address" : {"type" : "string"}}, "required" : ["city", "address"]}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"city": {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "string"}}, "required": ["type", "pattern"]}, "address": {"type": "object", "properties":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "compressium:block/diamond_6"}
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": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "hot": {"type": "string"}, "production": {"type": "string"}}, "required": ["...
{"private" : true, "scripts" : {"dev" : "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch" : "node node_modules/cross-env/bin/cross-env.js NODE_ENV=development node_modules/w...
json_instruct
{"type": "object", "properties": {"private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"dev": {"type": "string"}, "watch": {"type": "string"}, "hot": {"type": "string"}, "production": {"type": "string"}}, "required": ["dev", "watch", "hot", "production"]}, "devDependencies": {"type": "object", "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", ...
{"code" : "COM", "bounds" : {"left" : 42.5, "right" : 44.0, "bottom" : -12.5, "top" : -11.0}, "indices" : {"left" : 445, "right" : 447, "bottom" : 204, "top" : 202}, "splitted" : false}
json_instruct
{"type": "object", "properties": {"code": {"type": "string"}, "bounds": {"type": "object", "properties": {"left": {"type": "number"}, "right": {"type": "number"}, "bottom": {"type": "number"}, "top": {"type": "number"}}, "required": ["left", "right", "bottom", "top"]}, "indices": {"type": "object", "properties": {"left...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"info": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "py_c_extention": {"type": "boolean"}}, "required": ["name", "version", "py_c_extention"]}}, "required": ["info"], "$schema":...
{"info" : {"name" : "Hardware discovry system", "version" : 1, "py_c_extention" : false}}
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "integer"}, "py_c_extention": {"type": "boolean"}}, "required": ["name", "version", "py_c_extention"]}}, "required": ["info"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"watch": {"type": "string"}, "ext": {"type": "string"}, "exec": {"type": "string"}, "delay": {"type": "string"}}, "required": ["watch", "ext", "exec", "delay"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"watch" : "./src/host", "ext" : "ts", "exec" : "npm run build-host && npm start", "delay" : "1000"}
json_instruct
{"type": "object", "properties": {"watch": {"type": "string"}, "ext": {"type": "string"}, "exec": {"type": "string"}, "delay": {"type": "string"}}, "required": ["watch", "ext", "exec", "delay"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id_9902": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "read...
{"id_9902" : {"title" : "Rose And The Ring", "language" : "English", "totaltime" : "03:12:36", "url_librivox" : "http://librivox.org/the-rose-and-the-ring-by-william-makepeace-thackeray/", "url_iarchive" : "http://archive.org/details/roseandring_1508_librivox", "readers" : ["10038", "10066", "10068", "7756", "8883"], "...
json_instruct
{"type": "object", "properties": {"id_9902": {"type": "object", "properties": {"title": {"type": "string"}, "language": {"type": "string"}, "totaltime": {"type": "string"}, "url_librivox": {"type": "string"}, "url_iarchive": {"type": "string"}, "readers": {"type": "array", "items": {"type": "string"}}, "authors": {"typ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"scrib...
{"name" : "scribal", "version" : "1.0.0", "description" : "Test Specification Display Generator", "license" : "MIT", "preferGlobal" : true, "bin" : {"scribal" : "./bin/scribal.js"}, "files" : ["bin"], "scripts" : {"test" : "mocha --recursive"}, "repository" : {"type" : "git", "url" : "https://github.com/jeffnyman/scrib...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "license": {"type": "string"}, "preferGlobal": {"type": "boolean"}, "bin": {"type": "object", "properties": {"scribal": {"type": "string"}}, "required": ["scribal"]}, "files": {"type": "array"...