Mockaroo · JSON-LD Context

Mockaroo Context

JSON-LD context defining the semantic vocabulary for Mockaroo from Mockaroo.

16 Classes 6 Properties 3 Namespaces
View Context View on GitHub

Namespaces

mockaroo: https://www.mockaroo.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

FieldSpec FieldType Dataset Download Schema Project name description category type formula id status error filename project

Properties

Property Type Container
percentBlank integer
parameters list
percentComplete double
recordsGenerated integer
url reference
rows integer

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "mockaroo": "https://www.mockaroo.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "FieldSpec": "mockaroo:FieldSpec",
    "FieldType": "mockaroo:FieldType",
    "Dataset": "mockaroo:Dataset",
    "Download": "mockaroo:Download",
    "Schema": "mockaroo:Schema",
    "Project": "mockaroo:Project",

    "name": "schema:name",
    "description": "schema:description",
    "category": "schema:category",
    "type": "mockaroo:fieldType",
    "percentBlank": {
      "@id": "mockaroo:percentBlank",
      "@type": "xsd:integer"
    },
    "formula": "mockaroo:formula",
    "parameters": {
      "@id": "mockaroo:parameters",
      "@container": "@list"
    },

    "id": "@id",
    "status": "mockaroo:status",
    "percentComplete": {
      "@id": "mockaroo:percentComplete",
      "@type": "xsd:double"
    },
    "recordsGenerated": {
      "@id": "mockaroo:recordsGenerated",
      "@type": "xsd:integer"
    },
    "error": "mockaroo:error",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },

    "filename": "mockaroo:filename",
    "project": "mockaroo:project",
    "rows": {
      "@id": "mockaroo:rows",
      "@type": "xsd:integer"
    }
  }
}