input
stringlengths
159
2.05k
output
stringlengths
5
10.3k
task
stringclasses
1 value
schema
stringlengths
100
1.99k
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "website": {"type": "string"}}, "required": ["author", "des...
{"author" : "Duyet Le", "description" : "Blog about Data Engineering, Data Platform, Data Visualization and Web Development", "tags" : ["data-engineering", "webdev", "programming", "javascript", "python", "big-data", "nlp", "data-pipeline", "data-platform"], "title" : "Duyet's Blog", "website" : "https://duyet.net"}
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "description": {"type": "string"}, "tags": {"type": "array", "items": {"type": "string"}}, "title": {"type": "string"}, "website": {"type": "string"}}, "required": ["author", "description", "tags", "title", "website"], "$schema": "http://json-schema.org/dr...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"slug": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "strin...
{"slug" : "real-inkasso", "categories" : ["collection agency"], "name" : "REAL Solution Inkasso GmbH & Co. KG", "address" : "Normannenweg 32\n20537 Hamburg\nDeutschland", "phone" : "+49 40 37 47 58 0", "fax" : "+49 40 37 47 58 739", "email" : "inkasso@real-solution.de", "web" : "https://www.real-solution.de/inkasso.htm...
json_instruct
{"type": "object", "properties": {"slug": {"type": "string"}, "categories": {"type": "array", "items": {"type": "string"}}, "name": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}, "fax": {"type": "string"}, "email": {"type": "string"}, "web": {"type": "string"}, "sources": {"type": "arra...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "r...
{"name" : "node-using", "version" : "1.0.0", "description" : "A superset of Node's CommonJS module system", "main" : "index.js", "scripts" : {"start" : "node index.js", "test" : "echo \"Error: no test specified\" && exit 1"}, "keywords" : ["using", "import", "require", "get", "include", "requireAll", "module", "common"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "keywords": {"type": "array",...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "prop...
{"line_cd" : 11329, "line_name" : "JR\u9e7f\u5cf6\u7dda", "line_lon" : 140.56469727511, "line_lat" : 35.942684415907, "line_zoom" : 12, "station_l" : [{"station_cd" : 1132901, "station_g_cd" : 1132710, "station_name" : "\u4f50\u539f", "lon" : 140.494074, "lat" : 35.894522}, {"station_cd" : 1132902, "station_g_cd" : 113...
json_instruct
{"type": "object", "properties": {"line_cd": {"type": "integer"}, "line_name": {"type": "string"}, "line_lon": {"type": "number"}, "line_lat": {"type": "number"}, "line_zoom": {"type": "integer"}, "station_l": {"type": "array", "items": {"type": "object", "properties": {"station_cd": {"type": "integer"}, "station_g_cd"...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "portiere", "definition" : "A curtain hanging across a doorway."}
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[1999, 9], [2001, 8], [2002, 8], [2004, 10], [2005, 11], [2006, 12], [2007, 19], [2008, 12], [2009, 13], [2010, 15], [2011, 16], [2012, 19], [2013, 21], [2014, 15]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "integer"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}, "other": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"typ...
{"self" : [{"TestProperty" : "TestValue1"}], "other" : [{"TestProperty" : "TestValue2"}]}
json_instruct
{"type": "object", "properties": {"self": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}, "other": {"type": "array", "items": {"type": "object", "properties": {"TestProperty": {"type": "string"}}, "required": ["TestProperty"]}}}, "require...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"customApiName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "apiCon...
{"$schema" : "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", "contentVersion" : "1.0.0.0", "parameters" : {"customApiName" : {"value" : "[CUSTOM_API_CONNECTOR_NAME]"}, "apiConnName" : {"value" : "[API_CONNECTION_NAME]"}}}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "contentVersion": {"type": "string"}, "parameters": {"type": "object", "properties": {"customApiName": {"type": "object", "properties": {"value": {"type": "string"}}, "required": ["value"]}, "apiConnName": {"type": "object", "properties": {"value": {"type...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerab...
{"contract" : "0xa62298341d83b93bd08a6e73bb80c7cf992d424d", "tool" : "maian", "start" : 1565657860.5583725, "end" : 1565659662.190506, "duration" : 1801.6321334838867, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": ...
{"stationId" : 9930903, "stationGroupId" : 9930903, "name" : "\u6d45\u8349", "lineId" : 99309, "zipCode" : "111-0035", "pref" : "\u6771\u4eac\u90fd", "city" : "\u53f0\u6771\u533a", "town" : "\u897f\u6d45\u8349", "longitude" : 139.792389, "latitude" : 35.713817, "status" : 0}
json_instruct
{"type": "object", "properties": {"stationId": {"type": "integer"}, "stationGroupId": {"type": "integer"}, "name": {"type": "string"}, "lineId": {"type": "integer"}, "zipCode": {"type": "string"}, "pref": {"type": "string"}, "city": {"type": "string"}, "town": {"type": "string"}, "longitude": {"type": "number"}, "latit...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d980-80", "text" : "The special meeting of AERT in Atlanta is of extreme importance*\nDecisions will be made involving the future of educational radio and tele\u00ac\nvision in our society. If you cannot be present at this meeting, you should\ndesignate your choice of proxy to represent you. The following list...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"brief" : "Barchumite", "long" : "<i>Meaning:</i> a \"Barchumite\", or native of Bachurim.<br/><i>Usage:</i> Barhumite.<br/><i>Source:</i> by transposition for \"H978\";"}
json_instruct
{"type": "object", "properties": {"brief": {"type": "string"}, "long": {"type": "string"}}, "required": ["brief", "long"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"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" : "Tagadtaran, Burauen, Leyte, Eastern Visayas (Region VIII), PH", "locale" : "ph.eastern-visayas-region-viii.leyte.burauen.tagadtaran", "country_id" : 177, "country_reference" : 177, "country_name" : "Philippines", "region_id" : "10", "re...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "properties": {"type": "object", "properties": {"type": {"type": "string"}, "level": {"type": "string"}, "label": {"type": "string"}, "locale": {"type": "string"}, "country_id": {"type": "integer"}, "country_reference": {"type": "integer"}, "country_name": {...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"app_id": {"type": "string"}, "os": {"type": "string"}, "arch": {"type": "string"}, "checksum": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}}, "required": ["app_id", "os", "arch", "checksum", ...
{"app_id" : "arc", "os" : "darwin", "arch" : "amd64", "checksum" : "af938b7e52da57de81ce0daf5bc196b703dfe1b54a4b5a6c3a6f8738024eb84d", "version" : "20160316.01", "url" : "arc_20160316.01_darwin_amd64"}
json_instruct
{"type": "object", "properties": {"app_id": {"type": "string"}, "os": {"type": "string"}, "arch": {"type": "string"}, "checksum": {"type": "string"}, "version": {"type": "string"}, "url": {"type": "string"}}, "required": ["app_id", "os", "arch", "checksum", "version", "url"], "$schema": "http://json-schema.org/draft-07...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state...
{"coverage" : {"US Census" : {"geoid" : "37181", "name" : "Vance County", "state" : "North Carolina"}, "country" : "us", "state" : "nc", "county" : "Vance"}, "schema" : 2, "layers" : {"addresses" : [{"name" : "county", "data" : "https://web1.mobile311.com/arcgis/rest/services/NorthCarolina/Vance/MapServer/93", "protoco...
json_instruct
{"type": "object", "properties": {"coverage": {"type": "object", "properties": {"US Census": {"type": "object", "properties": {"geoid": {"type": "string"}, "name": {"type": "string"}, "state": {"type": "string"}}, "required": ["geoid", "name", "state"]}, "country": {"type": "string"}, "state": {"type": "string"}, "coun...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"settings": {"type": "object", "properties": {"costPerKg": {"type": "integer"}, "costPerKm": {"type": "integer"}}, "required": ["costPerKg", "costPerKm"]}, "coupons": {"type": "array", "items": {"type": "object", "properties": {"...
{"settings" : {"costPerKg" : 10, "costPerKm" : 5}, "coupons" : [{"code" : "OFR001", "discountPercentage" : 10, "minDistanceKm" : 0, "maxDistanceKm" : 200, "minWeightKg" : 70, "maxWeightKg" : 200}, {"code" : "OFR002", "discountPercentage" : 7, "minDistanceKm" : 50, "maxDistanceKm" : 150, "minWeightKg" : 100, "maxWeightK...
json_instruct
{"type": "object", "properties": {"settings": {"type": "object", "properties": {"costPerKg": {"type": "integer"}, "costPerKm": {"type": "integer"}}, "required": ["costPerKg", "costPerKm"]}, "coupons": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "discountPercentage": {"type":...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@ang...
{"name" : "apstorydnn-navigation-angular", "version" : "1.0.7", "peerDependencies" : {"@angular/common" : "^7.0.0", "@angular/core" : "^7.0.0"}, "keywords" : ["angular", "dnn", "dotnetnuke", "angular-navigation", "navigation", "typescript"], "author" : "Anthony Plews", "license" : "MIT", "homepage" : "http://www.apstor...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "peerDependencies": {"type": "object", "properties": {"@angular/common": {"type": "string"}, "@angular/core": {"type": "string"}}, "required": ["@angular/common", "@angular/core"]}, "keywords": {"type": "array", "items": {"type...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"]}}, "required": ["parent", "textures"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "additional_lights:block/al_lamp/template_al_lamp_glass", "textures" : {"main" : "block/glass"}}
json_instruct
{"type": "object", "properties": {"parent": {"type": "string"}, "textures": {"type": "object", "properties": {"main": {"type": "string"}}, "required": ["main"]}}, "required": ["parent", "textures"], "$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"}, "title": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "$ref"], "$schema": "http://json-schema.or...
{"$schema" : "${schema.schema.url}", "title" : "Minecraft datapack Metadata ${version.minecraft} Draft ${project.version}", "description" : "Minecraft datapack Metadata object schema for version ${version.minecraft}", "$ref" : "${schema.url}/main.schema.json#/definitions/mcmeta"}
json_instruct
{"type": "object", "properties": {"$schema": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "$ref": {"type": "string"}}, "required": ["$schema", "title", "description", "$ref"], "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "array", "items": {"type": "array", "items": {"type": "string"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[["411702011201", "\u9999\u5c71\u6751\u59d4\u4f1a", "111", "0"], ["411702011202", "\u524d\u5f20\u6751\u59d4\u4f1a", "220", "0"], ["411702011203", "\u68a8\u56ed\u6751\u59d4\u4f1a", "220", "0"], ["411702011204", "\u95eb\u697c\u6751\u59d4\u4f1a", "220", "0"], ["411702011205", "\u6768\u697c\u6751\u59d4\u4f1a", "220", "0"],...
json_instruct
{"type": "array", "items": {"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"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type"...
{"name" : "simple-result", "version" : "0.1.7", "description" : "Yet another simple Result type, inspired by Rust", "main" : "lib/index.js", "types" : "lib/index.d.ts", "scripts" : {"test" : "mocha --opts ../mocha.opts", "compile" : "tsc", "lint" : "tslint -c ../tslint.json -p ./tsconfig.json", "prepare" : "npm run com...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "types": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "compile": {"type": "string"}, "lint": {"type": "string"}, "pr...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_dat...
{"actors" : [], "countries" : [], "enb_end_date" : "06-Oct-10", "enb_long_title" : "Tianjin Climate Change Talks - October 2010", "enb_short_title" : "AWGs", "enb_start_date" : "06-Oct-10", "enb_url" : "http://www.iisd.ca/vol12/enb12481e.html", "id" : "enb12481e_6", "section_title" : "MITIGATION (sub-paragraph 1(b)(ii)...
json_instruct
{"type": "object", "properties": {"actors": {"type": "array", "items": {}}, "countries": {"type": "array", "items": {}}, "enb_end_date": {"type": "string"}, "enb_long_title": {"type": "string"}, "enb_short_title": {"type": "string"}, "enb_start_date": {"type": "string"}, "enb_url": {"type": "string"}, "id": {"type": "s...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, ...
{"name" : "@devicefarmer/stf-syrup", "version" : "1.0.2", "description" : "Promise-based, configuration-less dependency injection.", "keywords" : ["promise", "di", "dependency", "injection"], "bugs" : {"url" : "https://github.com/DeviceFarmer/stf-syrup/issues"}, "license" : "Apache-2.0", "author" : {"name" : "DeviceFar...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "bugs": {"type": "object", "properties": {"url": {"type": "string"}}, "required": ["url"]}, "license": {"type": "string"}, "author":...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items...
{"title" : "Drawing in a Virtual 3D Space - Introducing VR Drawing in Elementary School Art Education.", "fields" : ["mental rotation", "computer graphics images", "virtual reality", "painting", "visual arts education"], "abstract" : null, "citation" : "Not cited", "year" : "2018", "departments" : ["Utrecht University"...
json_instruct
{"type": "object", "properties": {"title": {"type": "string"}, "fields": {"type": "array", "items": {"type": "string"}}, "abstract": {"type": "null"}, "citation": {"type": "string"}, "year": {"type": "string"}, "departments": {"type": "array", "items": {"type": "string"}}, "conf": {"type": "string"}, "authors": {"type"...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"...
{"id" : 85912951, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "040e12b23a074aa35da23a2117f2bc8d", "wof:id" : 85912951, "wof:repo" : "whosonfirst-data-admin-jp"}, "bbox" : [139.603271, 35.420955, 139.612205, 35.430463], "geometry" : {"coordinates"...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start",...
{"name" : "Mines", "version" : "0.0.1", "private" : true, "scripts" : {"start" : "node node_modules/react-native/local-cli/cli.js start", "test" : "jest"}, "dependencies" : {"@types/lodash" : "^4.14.123", "@types/react-native-vector-icons" : "^6.4.0", "lodash" : "^4.17.11", "react" : "16.8.3", "react-native" : "0.59.3"...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "private": {"type": "boolean"}, "scripts": {"type": "object", "properties": {"start": {"type": "string"}, "test": {"type": "string"}}, "required": ["start", "test"]}, "dependencies": {"type": "object", "properties": {"@types/lo...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "require...
{"generated_at" : "2017-01-27T09:37:36.578100", "required_by" : ["MicroPi"], "requires" : [], "package" : "yotta"}
json_instruct
{"type": "object", "properties": {"generated_at": {"type": "string"}, "required_by": {"type": "array", "items": {"type": "string"}}, "requires": {"type": "array", "items": {}}, "package": {"type": "string"}}, "required": ["generated_at", "required_by", "requires", "package"], "$schema": "http://json-schema.org/draft-07...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"angular-resizable.css": {"type": "string"}, "angular-resizable.js": {"type": "string"}, "angular-resizable.min.css": {"type": "string"}, "angular-resizable.min.js": {"type": "string"}}, "required": ["angular-resizable.css",...
{"angular-resizable.css" : "sha256-uDUwJ+UryWfr/EOMVV3ZX+K49Uhi7g5JTx6z/R0LMD8=", "angular-resizable.js" : "sha256-tPaUPjSIb3p5nrg7QjYoa3ZGlsYaZNwVdaRc+beJ6As=", "angular-resizable.min.css" : "sha256-1RZdkzB5r70RoaZKdZQ76nqsqcObIpI6B6E21HWsR3s=", "angular-resizable.min.js" : "sha256-2LVKlxfoSrIn3ODxp8VoSpBe0PntoYMivHMy...
json_instruct
{"type": "object", "properties": {"angular-resizable.css": {"type": "string"}, "angular-resizable.js": {"type": "string"}, "angular-resizable.min.css": {"type": "string"}, "angular-resizable.min.js": {"type": "string"}}, "required": ["angular-resizable.css", "angular-resizable.js", "angular-resizable.min.css", "angular...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "d44-27", "text" : "UNIVERSITY OF PITTSBURGH\nSCHOOL OF EDUCATION\nDr. William G. Harley\nNational Association of\nEducational Broadcasters\n1346 Connecticut Avenue, N.W.\nWashington, D. C.\nDear Bill:\nI would be delighted to serve on the R^plutions\nI shall await word from Harry as to how we should go about b...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"], "$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"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "ite...
{"name" : "vimeo-jquery-api", "version" : "0.10.1", "homepage" : "https://github.com/jrue/Vimeo-jQuery-API", "authors" : ["Jeremy Rue <jrue@berkeley.edu>"], "description" : "A jQuery plugin to easily control Vimeo videos through their API.", "main" : ["dist/jquery.vimeo.api.js", "dist/jquery.vimeo.api.min.js"], "keywor...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "description": {"type": "string"}, "main": {"type": "array", "items": {"type": "string"}}, "keywords": {"type": "array", "items": {"type...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"Damage": {"type": "object", "properties": {"1": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max...
{"Damage" : {"1" : {"amount" : 1, "dice_max" : 6, "move" : false}, "10" : {"amount" : 2, "dice_max" : 6, "move" : false}, "17" : {"amount" : 2, "dice_max" : 6, "move" : false}, "5" : {"amount" : 1, "dice_max" : 6, "move" : false}}, "Description" : "You are surrounded by a shield of thick acid for the duration. During t...
json_instruct
{"type": "object", "properties": {"Damage": {"type": "object", "properties": {"1": {"type": "object", "properties": {"amount": {"type": "integer"}, "dice_max": {"type": "integer"}, "move": {"type": "boolean"}}, "required": ["amount", "dice_max", "move"]}, "10": {"type": "object", "properties": {"amount": {"type": "inte...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "seve...
{"schema_version" : "1.2.0", "id" : "GHSA-r724-8435-xv6f", "modified" : "2022-05-02T03:13:25Z", "published" : "2022-05-02T03:13:25Z", "aliases" : ["CVE-2009-0179"], "details" : "libmikmod 3.1.11 through 3.2.0, as used by MikMod and possibly other products, allows user-assisted attackers to cause a denial of service (ap...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["asy", "bem-coupon", "bem-flow", "bem-invoke-db-hook", "bem-mysql-connection", "bem-register-phone", "bem-response", "cachex", "co-nth-arg", "co-runner", "co-upyun", "co3", "cocha", "component2duo", "condor", "dir-generate", "duo-handlebars", "garr", "gochan", "gocsp-thunk", "grant", "gulp-retinize", "impulse-bin", "k...
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}...
{"schema_version" : "1.2.0", "id" : "GHSA-3pwh-mmf3-5hh3", "modified" : "2022-05-13T01:24:11Z", "published" : "2022-05-13T01:24:11Z", "aliases" : ["CVE-2010-2645"], "details" : "Unspecified vulnerability in Google Chrome before 5.0.375.99, when WebGL is used, allows remote attackers to cause a denial of service (out-of...
json_instruct
{"type": "object", "properties": {"schema_version": {"type": "string"}, "id": {"type": "string"}, "modified": {"type": "string"}, "published": {"type": "string"}, "aliases": {"type": "array", "items": {"type": "string"}}, "details": {"type": "string"}, "severity": {"type": "array", "items": {}}, "affected": {"type": "a...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema":...
[{"name" : "WILBURN", "frequency" : 10326, "males" : "99.85473561882627 %", "females" : "0.1452643811737362 %"}]
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "frequency": {"type": "integer"}, "males": {"type": "string"}, "females": {"type": "string"}}, "required": ["name", "frequency", "males", "females"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable"...
{"contract" : "0xb5c081d14d44b8a81ffa29132df8de9a68152675", "tool" : "maian", "start" : 1565700934.194078, "end" : 1565702735.9631467, "duration" : 1801.7690687179565, "analysis" : {"is_lock_vulnerable" : false, "is_prodigal_vulnerable" : false, "is_suicidal_vulnerable" : false}}
json_instruct
{"type": "object", "properties": {"contract": {"type": "string"}, "tool": {"type": "string"}, "start": {"type": "number"}, "end": {"type": "number"}, "duration": {"type": "number"}, "analysis": {"type": "object", "properties": {"is_lock_vulnerable": {"type": "boolean"}, "is_prodigal_vulnerable": {"type": "boolean"}, "i...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "re...
{"h" : [{"d" : [{"s" : ["`lisin~"], "f" : "\ufff9\ufffapeople involved in animistic worship\ufffb\u4eba\u5011\u6f5b\u5fc3\u65bc\u8ff7\u4fe1\u6216\u7981\u5fcc\u4e2d"}]}], "t" : "cilisinay"}
json_instruct
{"type": "object", "properties": {"h": {"type": "array", "items": {"type": "object", "properties": {"d": {"type": "array", "items": {"type": "object", "properties": {"s": {"type": "array", "items": {"type": "string"}}, "f": {"type": "string"}}, "required": ["s", "f"]}}}, "required": ["d"]}}, "t": {"type": "string"}}, "...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"nom": {"type": "array", "items": {"type": "string"}}, "abrege": {"type": "array", "items": {"type": "string"}}, "thematique": {"type": "array", "items": {"type": "string"}}, "actes": {"type": "array", "items"...
{"nom" : ["Chimioth\u00e9rapie hyperthermique intra-p\u00e9riton\u00e9ale (CHIP)"], "abrege" : ["chip"], "thematique" : ["Recours Exceptionnel"], "actes" : ["HPLB003"], "date_saisie" : ["2017-04-23T22:00:00Z"], "auteur" : ["DGOS - ATIH"], "timestamp" : [1493282250]}
json_instruct
{"type": "object", "properties": {"nom": {"type": "array", "items": {"type": "string"}}, "abrege": {"type": "array", "items": {"type": "string"}}, "thematique": {"type": "array", "items": {"type": "string"}}, "actes": {"type": "array", "items": {"type": "string"}}, "date_saisie": {"type": "array", "items": {"type": "st...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"t...
{"copyright_text" : "Creative Commons Attribution license (reuse allowed)", "description" : "Come learn how to solve logic games with Python! Also, in the process, learn about minimax algorithms and how to turn papers into code. This is a skill some people learn in school, but I had to teach myself -- I don't have a de...
json_instruct
{"type": "object", "properties": {"copyright_text": {"type": "string"}, "description": {"type": "string"}, "duration": {"type": "integer"}, "language": {"type": "string"}, "recorded": {"type": "string"}, "related_urls": {"type": "array", "items": {"type": "string"}}, "speakers": {"type": "array", "items": {"type": "str...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "requi...
{"name" : "ui-nine-slicer", "version" : "1.0.0", "description" : "Plugin to help easily 9slice a texture for game UI", "author" : "Scott Woodhams", "license" : "Apache-2.0", "dependencies" : {}, "devDependencies" : {"photoshop-types" : "^1.0.6", "uxp-types" : "^0.1.2", "ts-node" : "^10.2.1", "typescript" : "^4.4.2", "s...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "author": {"type": "string"}, "license": {"type": "string"}, "dependencies": {"type": "object", "properties": {}, "required": []}, "devDependencies": {"type": "object", "properties": {"photosh...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"...
[{"cid" : "27076", "cname" : "\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e41\u0e17\u0e48\u0e07", "isLeaf" : 1, "leaf" : true, "level" : 3, "pL1Id" : "50", "pL1Name" : "\u0e40\u0e04\u0e23\u0e37\u0e48\u0e2d\u0e07\u0e1b\u0e23\u0e30\u0e14\u0e31\u0e1a(\u914d\u4ef6)", "pL2Id" : "27075", "pL2Name" : "\u0e17\u0e2d\u0e07\u0e04\u0e33\u0e4...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"cid": {"type": "string"}, "cname": {"type": "string"}, "isLeaf": {"type": "integer"}, "leaf": {"type": "boolean"}, "level": {"type": "integer"}, "pL1Id": {"type": "string"}, "pL1Name": {"type": "string"}, "pL2Id": {"type": "string"}, "pL2Name": {"type": "str...
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"}, "type": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "str...
{"name" : "@rocktimsaikia/github-card", "version" : "3.0.1", "description" : "A minimal github card widget for your portfolio.", "main" : "dist/index.js", "type" : "module", "module" : "dist/index.js", "files" : ["dist"], "scripts" : {"lint" : "eslint .", "build" : "rollup -c", "build-watch" : "npm run build --watch", ...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "type": {"type": "string"}, "module": {"type": "string"}, "files": {"type": "array", "items": {"type": "string"}}, "scripts": {"type": "object", "properties": {"lin...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "ite...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [612.768, 259.579, 1, 600.86, 274.805, 1, 574.916, 282.727, 1, 590.927, 335.928, 1, 608.746, 374.877, 1, 621.881, 270.459, 1, 648.961, 307.516, 1, 655.386, 328.997, 1, 604.465, 359.016, 1, 586.323, 439.232, 1, 569.277, 494.137, 1, 639.075, 346.46, 1, 693.754, 330.525...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"scripts": {"type": "object", "properties": {"demoTest": {"type": "string"}}, "required": ["demoTest"]}, "dependencies": {"type": "object", "properties": {"testcafe": {"type": "string"}}, "required": ["testcafe"]}}, "...
{"scripts" : {"demoTest" : "testcafe chrome test/first/firstTest.js"}, "dependencies" : {"testcafe" : "^1.18.1"}}
json_instruct
{"type": "object", "properties": {"scripts": {"type": "object", "properties": {"demoTest": {"type": "string"}}, "required": ["demoTest"]}, "dependencies": {"type": "object", "properties": {"testcafe": {"type": "string"}}, "required": ["testcafe"]}}, "required": ["scripts", "dependencies"], "$schema": "http://json-schem...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "facet": {"type": "boolean"}, "is_array": {"type": "boolean"}, "search_path": {"typ...
{"fields" : [{"key" : "status", "type" : "string", "facet" : false, "is_array" : false, "search_path" : "status", "is_searchable_across_types" : false}, {"key" : "created_at", "type" : "number", "facet" : false, "is_array" : false, "search_path" : "created_at", "is_searchable_across_types" : false}], "relationships" : ...
json_instruct
{"type": "object", "properties": {"fields": {"type": "array", "items": {"type": "object", "properties": {"key": {"type": "string"}, "type": {"type": "string"}, "facet": {"type": "boolean"}, "is_array": {"type": "boolean"}, "search_path": {"type": "string"}, "is_searchable_across_types": {"type": "boolean"}}, "required"...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": ["test"]}, "reposit...
{"name" : "ecs", "version" : "1.0.0", "description" : "entity component system framework", "main" : "index.js", "scripts" : {"test" : "jest"}, "repository" : {"type" : "git", "url" : "git+https://github.com/shangdibaozi/ECS.git"}, "keywords" : ["ecs"], "author" : "shangdibaozi", "license" : "MIT", "bugs" : {"url" : "ht...
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": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"x" : 0.00772545, "y" : 0.4816}, {"x" : 0.0323698, "y" : 0.6768}, {"x" : 0.0719312, "y" : 0.7684}, {"x" : 0.145235, "y" : 0.8099}, {"x" : 0.340587, "y" : 0.845}, {"x" : 0.725561, "y" : 0.8947}, {"x" : 1.43746, "y" : 0.9378}, {"x" : 3.25123, "y" : 0.9654}, {"x" : 7.18687, "y" : 0.9786}, {"x" : 12.3226, "y" : 0.9836}, ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"x": {"type": "number"}, "y": {"type": "number"}}, "required": ["x", "y"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
[{"id" : "610824108200", "text" : "\u4e2d\u5c71\u6da7\u6751\u59d4\u4f1a"}, {"id" : "610824108201", "text" : "\u9a6c\u573a\u6751\u59d4\u4f1a"}, {"id" : "610824108202", "text" : "\u9a6c\u5bb6\u576c\u6751\u59d4\u4f1a"}, {"id" : "610824108203", "text" : "\u674e\u5bb6\u5cc1\u6751\u59d4\u4f1a"}, {"id" : "610824108205", "text...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "text": {"type": "string"}}, "required": ["id", "text"]}, "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "index": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "module": {"type": "string"}, "...
{"name" : "@packages/noop", "version" : "1.0.0", "description" : "provide noop function", "index" : "noop.js", "main" : "build/lib/noop.js", "unpkg" : "build/dist/noop.js", "module" : "build/es/noop.js", "scripts" : {"build" : "rollup -c", "clear" : "rimraf build"}, "author" : "ENvironmentSet <herryseo1@gmail.com> (htt...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "index": {"type": "string"}, "main": {"type": "string"}, "unpkg": {"type": "string"}, "module": {"type": "string"}, "scripts": {"type": "object", "properties": {"build": {"type": "string"}, "c...
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"}}, "author": {"type": "string"}, "license": {"type": "string"}, "r...
{"name" : "showdown-figure", "version" : "0.0.1", "description" : "Replace img tags with figure with figcaption", "keywords" : ["markdown", "showdown", "showdown extension", "figure"], "author" : "Estev\u00e3o Soares dos Santos & Tom\u00e1s Correia Marques", "license" : "BSD-2-Clause", "repository" : {"type" : "git", "...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "keywords": {"type": "array", "items": {"type": "string"}}, "author": {"type": "string"}, "license": {"type": "string"}, "repository": {"type": "object", "properties": {"type": {"type": "strin...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "numb...
{"locationData" : {"relativeBoundingBox" : {"xmin" : 0.04745562, "width" : 0.08246757, "ymin" : 0.39808878, "height" : 0.1466091}, "relativeKeypoints" : [{"y" : 0.531957, "x" : 0.06370076}, {"y" : 0.42855236, "x" : 0.1180999}, {"y" : 0.40955544, "x" : 0.09685842}, {"y" : 0.40549815, "x" : 0.07522183}, {"y" : 0.41015407...
json_instruct
{"type": "object", "properties": {"locationData": {"type": "object", "properties": {"relativeBoundingBox": {"type": "object", "properties": {"xmin": {"type": "number"}, "width": {"type": "number"}, "ymin": {"type": "number"}, "height": {"type": "number"}}, "required": ["xmin", "width", "ymin", "height"]}, "relativeKeyp...
Construct a JSON document that adheres to this schema specification: {"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
["grunt-next-version"]
json_instruct
{"type": "array", "items": {"type": "string"}, "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {...
{"localities" : ["Bethel, AK", "Napaskiak, AK", "Atmautluak, AK", "Newtok, AK"], "state" : "AK", "postal_code" : "99559", "locality" : "Bethel, AK", "lat" : 60.814155, "region" : {"fips" : "02", "abbr" : "AK", "name" : "Alaska"}, "city" : "Bethel", "type" : "POBOX", "lng" : -161.85081, "counties" : [{"fips" : "050", "n...
json_instruct
{"type": "object", "properties": {"localities": {"type": "array", "items": {"type": "string"}}, "state": {"type": "string"}, "postal_code": {"type": "string"}, "locality": {"type": "string"}, "lat": {"type": "number"}, "region": {"type": "object", "properties": {"fips": {"type": "string"}, "abbr": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"title": {"type": "string"}, "author": {"type": "string"}, "description": {"type": "string"}, "thumb": {"type": "string"}, "download": {"type": "string"}, "origin": {"type": "string"}}, "required": ["title", "author", "descript...
{"title" : "\u3010Yukihana lamy\u3011heartbeats\uff11\uff18\u6b73\u4ee5\u4e0a\uff01", "author" : "usb00x", "description" : "Model:undefinedHololive(editedundefinedbyundefinedcramoisi_)<br>Motion:undefined\u3064\u308b\u304b\u3081<br>Stage:undefined\u72d0\u72f8\u6770\u514b<br>Shader:undefinedRui<br>Bokeh&amp;Motionblur:u...
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"namespace": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "source_for": {"type": "array", "items": {}}, "description": {"type": "string"}, "stability": {"type": "string"}}, "req...
{"namespace" : "convo-gnlp", "author" : "ZEF Development", "email" : "marko@zefdev.com", "source_for" : [], "description" : "Contains elements and filters for utilizing Google's Natural Language Processing.", "stability" : "experimental"}
json_instruct
{"type": "object", "properties": {"namespace": {"type": "string"}, "author": {"type": "string"}, "email": {"type": "string"}, "source_for": {"type": "array", "items": {}}, "description": {"type": "string"}, "stability": {"type": "string"}}, "required": ["namespace", "author", "email", "source_for", "description", "stab...
Generate sample JSON data that conforms to the following schema definition: {"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone"...
[{"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574a\u5e02", "area" : "\u5b89\u6b21\u533a", "name" : "\u9f99\u6cb3\u90ae\u653f\u652f\u5c40", "code" : "065099", "address" : "\u5eca\u574a\u5e02\u9f99\u6cb3\u5de5\u4e1a\u56ed\u533a", "phone" : "13315623136"}, {"province" : "\u6cb3\u5317\u7701", "city" : "\u5eca\u574...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"province": {"type": "string"}, "city": {"type": "string"}, "area": {"type": "string"}, "name": {"type": "string"}, "code": {"type": "string"}, "address": {"type": "string"}, "phone": {"type": "string"}}, "required": ["province", "city", "area", "name", "code...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "c...
{"ETag" : "W/\"5d27f2e357fdf3c1a3af85a19fe0cbc0\"", "Last-Modified" : "Fri, 18 Oct 2019 02:33:32 GMT", "base" : {"repo" : {"name" : "colcon-common-extensions-feedstock"}}, "closed_at" : "2019-10-18T02:33:32Z", "created_at" : "2019-10-18T01:16:40Z", "head" : {"ref" : "0.2.1"}, "html_url" : "https://github.com/conda-forg...
json_instruct
{"type": "object", "properties": {"ETag": {"type": "string"}, "Last-Modified": {"type": "string"}, "base": {"type": "object", "properties": {"repo": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "required": ["repo"]}, "closed_at": {"type": "string"}, "created_at": {"type": "stri...
Please provide a valid JSON object following this schema: {"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" : "1005", "provinceId" : "75", "regencyId" : "71", "districtId" : "07", "name" : "Molosifat U"}
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#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"id": {"type": "string"}, "provinceId": {"type": "string"}, "regencyId": {"type": "string"}, "districtId": {"type": "string"}, "name": {"type": "string"}}, "required": ["id", "provinceId", "regencyId", "distri...
{"id" : "2011", "provinceId" : "92", "regencyId" : "01", "districtId" : "01", "name" : "Sawatuk"}
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#"}
Generate a valid JSON object that conforms to the following schema: {"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type":...
{"datestamp" : "2020-03-06", "nameWithOwner" : "twitter/twemoji", "name" : "twemoji", "commits" : 358, "forkCount" : 1251, "issues" : 290, "openIssues" : 56, "closedIssues" : 234, "pullRequests" : 108, "openPullRequests" : 10, "mergedPullRequests" : 60, "closedPullRequests" : 38, "stargazers" : 10828, "watchers" : 336}
json_instruct
{"type": "object", "properties": {"datestamp": {"type": "string"}, "nameWithOwner": {"type": "string"}, "name": {"type": "string"}, "commits": {"type": "integer"}, "forkCount": {"type": "integer"}, "issues": {"type": "integer"}, "openIssues": {"type": "integer"}, "closedIssues": {"type": "integer"}, "pullRequests": {"t...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"name" : "Xacti VPC-HD1000", "description" : "A hand-held HD video recorder.", "url" : "http://www.us.sanyo.com/Digital-Camcorders/VPC-HD1000-1080i-HD-Video-30fps-and-4MP-Photos"}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "description", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["i...
{"type" : "minecraft:crafting_shaped", "pattern" : ["###", "#L#", "###"], "key" : {"#" : {"item" : "warhammer:necrodermis_ingot"}, "L" : {"item" : "minecraft:lime_dye"}}, "result" : {"item" : "warhammer:necron_block", "count" : 8}}
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "pattern": {"type": "array", "items": {"type": "string"}}, "key": {"type": "object", "properties": {"#": {"type": "object", "properties": {"item": {"type": "string"}}, "required": ["item"]}, "L": {"type": "object", "properties": {"item": {"type": "string"}},...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "ar...
{"type" : "FeatureCollection", "features" : [{"geometry" : {"type" : "Polygon", "coordinates" : [[[-75.937991, 42.10974], [-75.927014, 42.104415], [-75.914253, 42.104077], [-75.915845, 42.101571], [-75.916209, 42.098747], [-75.922504, 42.099719], [-75.925692, 42.100703], [-75.936852, 42.106884], [-75.937991, 42.10974]]...
json_instruct
{"type": "object", "properties": {"type": {"type": "string"}, "features": {"type": "array", "items": {"type": "object", "properties": {"geometry": {"type": "object", "properties": {"type": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "array", "items": {"type": "array", "items": {"type": "numbe...
Following the schema specification below, generate a valid JSON instance: {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"...
[{"id" : 5092, "gempId" : "204_38", "side" : "Dark", "rarity" : "R2", "set" : "204", "printings" : [{"set" : "204"}], "front" : {"title" : "\u2022Captain Phasma", "imageUrl" : "https://res.starwarsccg.org/cards/Virtual4-Dark/large/captainphasma.gif", "type" : "Character", "subType" : "First Order", "uniqueness" : "*", ...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "gempId": {"type": "string"}, "side": {"type": "string"}, "rarity": {"type": "string"}, "set": {"type": "string"}, "printings": {"type": "array", "items": {"type": "object", "properties": {"set": {"type": "string"}}, "required": ["s...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xmldom": {"type": "string"}}, "required": ["xmldom"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"dependencies" : {"xmldom" : "^0.3.0"}}
json_instruct
{"type": "object", "properties": {"dependencies": {"type": "object", "properties": {"xmldom": {"type": "string"}}, "required": ["xmldom"]}}, "required": ["dependencies"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate a valid JSON object that conforms to the following schema: {"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
[[371.08807228804915, 501.6500764473949], [1211.8435183206484, 530.4904698107935], [1229.103886870613, 577.3400415892688], [1261.158857034833, 597.0661770749427], [1305.5426618775994, 634.0526811105813], [1337.5976320418195, 656.2445835319645]]
json_instruct
{"type": "array", "items": {"type": "array", "items": {"type": "number"}}, "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "b...
{"name" : "scratch3-sensehat", "version" : "1.0.0", "description" : "Utility that enables the programming of the Raspberry Pi Sense Hat with MIT Scratch 3 ", "main" : "scratch3-sensehat.js", "bin" : "scratch3-sensehat.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1", "build" : "pkg . --target no...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "bin": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}, "build": {"type": "string"}}, "required": ["test", "build"]}, "a...
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"word" : "harbinger", "definition" : "1. One who provides lodgings; especially, the officer of the English royal household who formerly preceded the court when traveling, to provide and prepare lodgings. Fuller. 2. A forerunner; a precursor; a messenger. I knew by these harbingers who were coming. Landor.\n\nTo usher ...
json_instruct
{"type": "object", "properties": {"word": {"type": "string"}, "definition": {"type": "string"}}, "required": ["word", "definition"], "$schema": "http://json-schema.org/draft-07/schema#"}
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"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" : "LA"}, "features" : [{"type" : "Feature", "properties" : {"kind" : "county", "name" : "Lincoln", "state" : "LA"}, "geometry" : {"type" : "MultiPolygon", "coordinates" : [[[[-92.7267, 32.7611], [-92.5953, 32.7556], [-92.5186, 32.7228], [-92.5186,...
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...
Create a JSON structure that matches this schema definition: {"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": {"typ...
{"id" : "android-message", "name" : "android-message", "version" : "1.0.0", "description" : "Android Message", "main" : "index.js", "author" : "Andre Bovendorp <boveloco@gmail.com>", "license" : "MIT", "config" : {"serviceURL" : "https://messages.android.com/"}}
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"}}...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"value" : -439678890605573080}
json_instruct
{"type": "object", "properties": {"value": {"type": "integer"}}, "required": ["value"], "$schema": "http://json-schema.org/draft-07/schema#"}
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "n...
{"id" : "4c6e2b39891084e55a670676aecc582a7ad5eee4", "recommendations" : ["TRBHQUM128F9309DE1", "TRKNKEF128F425FD6A", "TRDZTKM128F42629E7", "TRMIKES128F92FFBF4", "TRLBBTE128F42858C1", "TRRHULT128F4231A35", "TRSJIJK128E07823A3", "TRRHVIC128F92F9908", "TRBGCCF128F1492C86", "TRVJSSU128F92E7BE4", "TRYWEYV12903CBA002", "TRYK...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "recommendations": {"type": "array", "items": {"type": "string"}}, "metrics": {"type": "object", "properties": {"P": {"type": "integer"}, "TP": {"type": "integer"}, "precision": {"type": "number"}, "recall": {"type": "number"}, "f1": {"type": "number"}, "avera...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"expireTime" : 9007200878779729000, "key" : "/static/6d56d6abe523b84fc2184de2978103a2/e8d98/portalmedico.webp", "val" : "9e473c92c1c244b58382f217571127ef"}
json_instruct
{"type": "object", "properties": {"expireTime": {"type": "integer"}, "key": {"type": "string"}, "val": {"type": "string"}}, "required": ["expireTime", "key", "val"], "$schema": "http://json-schema.org/draft-07/schema#"}
Create a JSON structure that matches this schema definition: {"type": "object", "properties": {"parent": {"type": "string"}}, "required": ["parent"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"parent" : "chipped:block/brown_mushroom_block_11"}
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": {"name": {"type": "string"}, "version": {"type": "string"}, "description": {"type": "string"}, "main": {"type": "string"}, "scripts": {"type": "object", "properties": {"test": {"type": "string"}}, "required": [...
{"name" : "-cps-schedule-generator", "version" : "2.0.0", "description" : "Full stack web app to allow CPS students to generate their own customized schedules.", "main" : "server.js", "scripts" : {"test" : "echo \"Error: no test specified\" && exit 1"}, "repository" : {"type" : "git", "url" : "git+https://github.com/Ai...
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...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"destination": {"type": "object", "properties": {"proto": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["proto", "host", "port"]}, "load": {"type": "object", "properties": {"total_me...
{"destination" : {"proto" : "tcp", "host" : "127.0.0.1", "port" : 9902}, "load" : {"total_messages" : 1000000, "stats_publish_interval" : "2s", "message_throughput" : 1}, "message" : {"payloads" : ["this log should generate an error"], "fields" : {}}}
json_instruct
{"type": "object", "properties": {"destination": {"type": "object", "properties": {"proto": {"type": "string"}, "host": {"type": "string"}, "port": {"type": "integer"}}, "required": ["proto", "host", "port"]}, "load": {"type": "object", "properties": {"total_messages": {"type": "integer"}, "stats_publish_interval": {"t...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"userId": {"type": "integer"}, "cartId": {"type": "string"}, "preferredProducts": {"type": "array", "items": {"type": "integer"}}, "productReviews": {"type": "array", "items": {"type": "object", "properties": {"productId": {"type...
{"userId" : 52791, "cartId" : "5594e013-df59-402e-b5d4-871eaa0d327f", "preferredProducts" : [3070, 1172], "productReviews" : [{"productId" : 4177, "reviewText" : "My chicken loves to play with it.", "reviewDate" : "2020-01-20T20:54:14.9445402+02:00"}, {"productId" : 4444, "reviewText" : "My demon loves to play with it....
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...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "objec...
{"index_name" : "tokio", "start_urls" : ["https://tokio.rs/docs", "https://tokio.rs/docs/getting-started/hello-world/"], "stop_urls" : [], "selectors" : {"lvl0" : {"selector" : "#tk-docs-nav > div.tk-toc-item.active > a", "default_value" : "Overview"}, "lvl1" : "main h1", "lvl2" : "main h2", "lvl3" : "main h3", "lvl4" ...
json_instruct
{"type": "object", "properties": {"index_name": {"type": "string"}, "start_urls": {"type": "array", "items": {"type": "string"}}, "stop_urls": {"type": "array", "items": {}}, "selectors": {"type": "object", "properties": {"lvl0": {"type": "object", "properties": {"selector": {"type": "string"}, "default_value": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "title"...
{"id" : "awhoi7", "post_id" : "reddit/dataisugly/awhoi7", "image_name" : "awhoi7_0", "image_path" : "preview/awhoi7_0.jpg", "thumbnail_path" : "thumbnail/awhoi7_0.jpg", "datetime" : 1551532681.0, "url" : "https://reddit.com/r/dataisugly/comments/awhoi7/this_relationship_chart/", "title" : "This relationship chart.", "a...
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}, "post_id": {"type": "string"}, "image_name": {"type": "string"}, "image_path": {"type": "string"}, "thumbnail_path": {"type": "string"}, "datetime": {"type": "number"}, "url": {"type": "string"}, "title": {"type": "string"}, "author": {"type": "string"}, "popu...
Using the following JSON schema, generate a compatible JSON instance: {"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K10977": {"type": "string"}}, "required": ["K10977"]}, "name": {"type": "st...
[{"comment" : "", "definition" : "2-Oxopimelate + Acetyl-CoA + H2O <=> (R)-(Homo)3-citrate + CoA", "orthologs" : {"K10977" : "methanogen homocitrate synthase [EC:2.3.3.14 2.3.3.-]"}, "name" : "acetyl-CoA:2-oxopimelate C-acetyltransferase (thioester-hydrolysing, carboxymethyl forming)", "product_stoichiometries" : ["1",...
json_instruct
{"type": "array", "items": {"type": "object", "properties": {"comment": {"type": "string"}, "definition": {"type": "string"}, "orthologs": {"type": "object", "properties": {"K10977": {"type": "string"}}, "required": ["K10977"]}, "name": {"type": "string"}, "product_stoichiometries": {"type": "array", "items": {"type": ...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id"...
{"id" : 404389785, "type" : "Feature", "properties" : {"src:alt_label" : "quattroshapes", "src:geom" : "quattroshapes", "wof:geomhash" : "9fd8d86968a9e793b4bcb018c7d14ffa", "wof:id" : 404389785, "wof:repo" : "whosonfirst-data-admin-fr"}, "bbox" : [6.28779397064739, 48.91632303695959, 6.32560694032685, 48.93408665587113...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "type": {"type": "string"}, "properties": {"type": "object", "properties": {"src:alt_label": {"type": "string"}, "src:geom": {"type": "string"}, "wof:geomhash": {"type": "string"}, "wof:id": {"type": "integer"}, "wof:repo": {"type": "string"}}, "required": ["...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"data_type": {"type": "string"}, "data": {"type": "object", "properties": {"targetable": {"type": "boolean"}, "name": {"type": "string"}, "targetable_types": {"type": "array", "items": {"type": "string"}}, "audience_type": {"ty...
{"data_type" : "tailored_audiences", "data" : {"targetable" : false, "name" : "TA #2", "targetable_types" : ["WEB", "EXCLUDED_WEB"], "audience_type" : "WEB", "id" : "abc2", "reasons_not_targetable" : ["TOO_SMALL"], "list_type" : null, "created_at" : "2014-03-09T20:35:41Z", "updated_at" : "2014-06-11T09:38:06Z", "partne...
json_instruct
{"type": "object", "properties": {"data_type": {"type": "string"}, "data": {"type": "object", "properties": {"targetable": {"type": "boolean"}, "name": {"type": "string"}, "targetable_types": {"type": "array", "items": {"type": "string"}}, "audience_type": {"type": "string"}, "id": {"type": "string"}, "reasons_not_targ...
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "...
{"solution_size" : 3893, "ok" : true, "resemblance" : 0.764391, "problem_id" : 4385, "solution_spec_hash" : "f9464aae8146e2d88563787678d22ab2b8ab63df"}
json_instruct
{"type": "object", "properties": {"solution_size": {"type": "integer"}, "ok": {"type": "boolean"}, "resemblance": {"type": "number"}, "problem_id": {"type": "integer"}, "solution_spec_hash": {"type": "string"}}, "required": ["solution_size", "ok", "resemblance", "problem_id", "solution_spec_hash"], "$schema": "http://j...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"id" : "f4c4a4e2eb5e07c5ffa324cf9bedd14dd3fe3d9f"}
json_instruct
{"type": "object", "properties": {"id": {"type": "string"}}, "required": ["id"], "$schema": "http://json-schema.org/draft-07/schema#"}
Generate sample JSON data that conforms to the following schema definition: {"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": ...
{"info" : {"project" : "airbnb/lottie-android", "developers" : 1, "edges" : 2, "vertices" : 3, "commits" : 2, "id" : 179, "agedays" : 49, "refactorings" : 1, "group" : "Overtime", "language" : "Java", "level" : "Method", "summary" : ""}, "commits_list" : ["79900f15", "515c6a15"], "edges" : [{"id" : 267, "before" : "lot...
json_instruct
{"type": "object", "properties": {"info": {"type": "object", "properties": {"project": {"type": "string"}, "developers": {"type": "integer"}, "edges": {"type": "integer"}, "vertices": {"type": "integer"}, "commits": {"type": "integer"}, "id": {"type": "integer"}, "agedays": {"type": "integer"}, "refactorings": {"type":...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"createCourseAndShowEditor": {"type": "string"}, "renderAddCourseButtonOn:": {"type": "string"}, "renderContentOn:": {"t...
{"class" : {}, "instance" : {"createCourseAndShowEditor" : "fm 7/15/2013 11:47", "renderAddCourseButtonOn:" : "fm 7/15/2013 11:51", "renderContentOn:" : "fm 7/15/2013 11:51", "renderCourseOverviewItemsOn:" : "fabiandumke 6/16/2014 18:26", "renderHeadingOn:" : "fm 7/15/2013 11:51"}}
json_instruct
{"type": "object", "properties": {"class": {"type": "object", "properties": {}, "required": []}, "instance": {"type": "object", "properties": {"createCourseAndShowEditor": {"type": "string"}, "renderAddCourseButtonOn:": {"type": "string"}, "renderContentOn:": {"type": "string"}, "renderCourseOverviewItemsOn:": {"type":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items...
{"name" : "royJang.github.io", "version" : "1.0.0", "homepage" : "https://github.com/royJang/royJang.github.io", "authors" : ["roy <zzl11081@gmail.com>"], "license" : "MIT", "ignore" : ["**/.*", "node_modules", "bower_components", "test", "tests"]}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "homepage": {"type": "string"}, "authors": {"type": "array", "items": {"type": "string"}}, "license": {"type": "string"}, "ignore": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "version", "homepage", "a...
Following the schema specification below, generate a valid JSON instance: {"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "...
{"version" : 1.2, "people" : [{"pose_keypoints_2d" : [286.903, 153.431, 1, 310.264, 178.195, 1, 287.929, 176.737, 1, 275.792, 220.861, 1, 292.245, 250.413, 1, 335.916, 185.669, 1, 349.637, 215.279, 1, 332.513, 235.81, 1, 295.059, 254.68, 1, 297.556, 317.061, 1, 214.102, 291.365, 0, 327.509, 253.882, 1, 328.501, 316.995...
json_instruct
{"type": "object", "properties": {"version": {"type": "number"}, "people": {"type": "array", "items": {"type": "object", "properties": {"pose_keypoints_2d": {"type": "array", "items": {"type": "number"}}, "face_keypoints_2d": {"type": "array", "items": {}}, "hand_left_keypoints_2d": {"type": "array", "items": {}}, "han...
Construct a JSON document that adheres to this schema specification: {"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": ...
{"acadYear" : "2019/2020", "preclusion" : "Other Freshman Seminar modules", "description" : "We will explore the fascinating fields of Cognitive Neuroscience and Neuroeconomics. By exploring recent research, we will examine how our brains make\ndecisions \u00e2\u0080\u0093 examining the neurobiology of gambling, wine e...
json_instruct
{"type": "object", "properties": {"acadYear": {"type": "string"}, "preclusion": {"type": "string"}, "description": {"type": "string"}, "title": {"type": "string"}, "department": {"type": "string"}, "faculty": {"type": "string"}, "workload": {"type": "array", "items": {"type": "integer"}}, "moduleCredit": {"type": "stri...
The schema below describes a JSON structure. Generate a valid example: {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "typ...
{"id" : 49597193, "name" : "Gem-Knight Topaz", "is_illegal" : false, "is_custom" : false, "text" : "\"Gem-Knight Tourmaline\" + 1 \"Gem-Knight\" monster\nMust first be Fusion Summoned with the above Fusion Material Monsters. This card can attack twice during each Battle Phase. When this card destroys a monster by battl...
json_instruct
{"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "is_illegal": {"type": "boolean"}, "is_custom": {"type": "boolean"}, "text": {"type": "string"}, "images": {"type": "array", "items": {"type": "string"}}, "type": {"type": "string"}, "attribute": {"type": "string"}, "atk": {"type":...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {...
{"time_fct_id" : 3, "time_fct" : "time_61975", "affiliate_facet_id" : 898, "affiliate_facet" : "Landgericht Offenburg", "occurrence" : 236, "affiliates" : [{"facet_id" : 898, "occurrence" : 246, "value" : "Forstamt Buchen"}]}
json_instruct
{"type": "object", "properties": {"time_fct_id": {"type": "integer"}, "time_fct": {"type": "string"}, "affiliate_facet_id": {"type": "integer"}, "affiliate_facet": {"type": "string"}, "occurrence": {"type": "integer"}, "affiliates": {"type": "array", "items": {"type": "object", "properties": {"facet_id": {"type": "inte...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"370724001": {"type": "string"}, "370724002": {"type": "string"}, "370724101": {"type": "string"}, "370724103": {"type": "string"}, "370724104": {"type": "string"}, "370724105": {"type": "string"}, "370724107": {"type": "string"}...
{"370724001" : "\u57ce\u5173\u8857\u9053", "370724002" : "\u4e1c\u57ce\u8857\u9053", "370724101" : "\u4e94\u4e95\u9547", "370724103" : "\u51b6\u6e90\u9547", "370724104" : "\u5bfa\u5934\u9547", "370724105" : "\u4e5d\u5c71\u9547", "370724107" : "\u8f9b\u5be8\u9547", "370724112" : "\u5c71\u65fa\u9547", "370724113" : "\u67...
json_instruct
{"type": "object", "properties": {"370724001": {"type": "string"}, "370724002": {"type": "string"}, "370724101": {"type": "string"}, "370724103": {"type": "string"}, "370724104": {"type": "string"}, "370724105": {"type": "string"}, "370724107": {"type": "string"}, "370724112": {"type": "string"}, "370724113": {"type": ...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"speed": {"type": "integer"}, "special-defense": {"type": "integer"}, "special-attack": {"type": "int...
{"name" : "oshawott", "types" : ["water"], "stats" : {"speed" : 45, "special-defense" : 45, "special-attack" : 63, "defense" : 45, "attack" : 55, "hp" : 55}}
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "types": {"type": "array", "items": {"type": "string"}}, "stats": {"type": "object", "properties": {"speed": {"type": "integer"}, "special-defense": {"type": "integer"}, "special-attack": {"type": "integer"}, "defense": {"type": "integer"}, "attack": {"type"...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "li...
{"author" : "pvbouwel", "dependencies" : [{"name" : "puppetlabs-stdlib", "version_requirement" : ">=2.6.0"}], "license" : "Apache License, Version 2.0", "name" : "pvbouwel-tomcat", "operatingsystem_support" : [], "project_page" : "https://github.com/pvbouwel/puppet-tomcat", "requirements" : [], "source" : "git@github.c...
json_instruct
{"type": "object", "properties": {"author": {"type": "string"}, "dependencies": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "version_requirement": {"type": "string"}}, "required": ["name", "version_requirement"]}}, "license": {"type": "string"}, "name": {"type": "string"}, "...
Please provide a valid JSON object following this schema: {"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
{"text" : " Solving an equation with parentheses\n\n[imath]-(w+5)=-14[/imath]\n\n\n", "url" : "https://www.youtube.com/watch?v=Hjnvppk3aiI"}
json_instruct
{"type": "object", "properties": {"text": {"type": "string"}, "url": {"type": "string"}}, "required": ["text", "url"], "$schema": "http://json-schema.org/draft-07/schema#"}
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"...
{"address" : "1oranGeS2xsKZ4jVsu9SVttzgkYXu4k9v", "cert_auth_type" : "web", "cert_sign" : "HIVSvh9C66x6tjrKXVeFiuL2UtjDF1TRuSLvMpdIZhJoCwVHB0wEAskFXSWZq+m9L07aNQY/83FWpQHbh/dW/Go=", "cert_user_id" : "gabisima@zeroid.bit", "files" : {"data.json" : {"sha512" : "57b71f0e9a3315096948f8c3e58bd93fc1a24922f31f60d3743857d2d1ef...
json_instruct
{"type": "object", "properties": {"address": {"type": "string"}, "cert_auth_type": {"type": "string"}, "cert_sign": {"type": "string"}, "cert_user_id": {"type": "string"}, "files": {"type": "object", "properties": {"data.json": {"type": "object", "properties": {"sha512": {"type": "string"}, "size": {"type": "integer"}}...
Based on the schema below, produce a valid JSON object: {"type": "object", "properties": {"citations": {"type": "array", "items": {"type": "object", "properties": {"textCitation": {"type": "string"}}, "required": ["textCitation"]}}, "names": {"type": "array", "items": {"type": "string"}}, "language": {"type": "string"...
{"citations" : [{"textCitation" : "[See diag11 on Metamath](http://us.metamath.org/mpegif/diag11.html)"}], "names" : ["diag11"], "language" : "METAMATH_SET_MM", "lookupTerms" : ["#T_cL", "#T_wceq", "#T_cC", "#T_cdiag", "#T_cD", "#T_wph", "#T_wi", "#T_cC", "#T_wcel", "#T_ccat", "#T_wph", "#T_wi", "#T_cD", "#T_wcel", "#T...
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": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {...
{"dev" : {"awscloudformation" : {"AuthRoleName" : "apsis-website-20181128105735-authRole", "UnauthRoleArn" : "arn:aws:iam::424781101301:role/apsis-website-20181128105735-unauthRole", "AuthRoleArn" : "arn:aws:iam::424781101301:role/apsis-website-20181128105735-authRole", "Region" : "us-west-2", "DeploymentBucketName" : ...
json_instruct
{"type": "object", "properties": {"dev": {"type": "object", "properties": {"awscloudformation": {"type": "object", "properties": {"AuthRoleName": {"type": "string"}, "UnauthRoleArn": {"type": "string"}, "AuthRoleArn": {"type": "string"}, "Region": {"type": "string"}, "DeploymentBucketName": {"type": "string"}, "UnauthR...
Create an example JSON object that satisfies this schema: {"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "executorVersion": {"type": "string"}, "executorDownloadURL": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type":...
{"name" : "rabix-composer", "version" : "1.0.1", "executorVersion" : "1.0.5", "executorDownloadURL" : "https://github.com/rabix/bunny/releases/download/v1.0.5-1/rabix-1.0.5.tar.gz", "license" : "Apache-2.0", "homepage" : "https://github.com/rabix/composer#readme", "description" : "Rabix Composer is a desktop IDE for wo...
json_instruct
{"type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "executorVersion": {"type": "string"}, "executorDownloadURL": {"type": "string"}, "license": {"type": "string"}, "homepage": {"type": "string"}, "description": {"type": "string"}, "angular-cli": {"type": "object", "properties":...
Using the following JSON schema, generate a compatible JSON instance: {"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"t...
{"champ" : 104, "item" : 3745, "kills" : "8", "deaths" : "8", "assists" : "5", "gold" : "11379", "cs" : "154", "total" : "1", "wins" : "0", "losses" : "1"}
json_instruct
{"type": "object", "properties": {"champ": {"type": "integer"}, "item": {"type": "integer"}, "kills": {"type": "string"}, "deaths": {"type": "string"}, "assists": {"type": "string"}, "gold": {"type": "string"}, "cs": {"type": "string"}, "total": {"type": "string"}, "wins": {"type": "string"}, "losses": {"type": "string...