STUD.com
← Objectives

Build · Create · Writing & Content

Build a structured invention disclosure record

An invention disclosure as structured JSON: title, abstract, inventors with fractional contributions, statement of novelty, statement of utility, prior public disclosures with dates, sponsoring funding sources, and the keywords/field, with the inventor contribution shares summing to one.

You receive: A JSON object { title, abstract, inventors[], novelty_statement, utility_statement, prior_disclosures[], funding_sources[], field, keywords[] } validated for required fields, contribution-sum, date well-formedness, and minimum counts.

Part of Pitch Investors

What's verified: Verifies the disclosure form is complete, the contribution shares sum to 100%, dates are well-formed, and required sections are present. Does NOT judge whether the invention is actually novel, non-obvious, patentable, or useful, and does NOT determine the legally correct inventorship.

Opens soon

Cost20 credits
AcceptanceAutomated check against your inputs
ProtectionHeld until verified delivery

This objective is verified and ready. It opens soon, once sign-in and payments are live.

Deliverable interface

The exact vocabulary the automated check enforces: keys, tokens, entry points, and worked examples. Generated from the verification source.

{
 "buyerParamKeys": [
  "require_funding_sources"
 ],
 "checkNames": [
  "format_parses",
  "required_fields_present",
  "abstract_min_length",
  "inventors_present",
  "prior_disclosures_is_array",
  "prior_disclosures_well_formed",
  "funding_sources_is_array",
  "inventors_well_formed",
  "inventor_names_unique",
  "contribution_sums_to_one",
  "funding_sources_required",
  "keywords_min_and_unique"
 ],
 "constants": {
  "_ISO_DATE_RE": "^\\d{4}-\\d{2}-\\d{2}$"
 },
 "deliverableLabel": "invention_disclosure_record",
 "documentKeys": [
  "abstract",
  "affiliation",
  "citation",
  "contribution",
  "date",
  "funding_sources",
  "grant_id",
  "inventors",
  "keywords",
  "name",
  "prior_disclosures",
  "sponsor",
  "type"
 ],
 "enumLiterals": [
  [
   "publication",
   "presentation",
   "preprint",
   "public_use",
   "other"
  ],
  [
   "title",
   "abstract",
   "novelty_statement",
   "utility_statement",
   "field"
  ],
  [
   "yes",
   "true",
   "1"
  ]
 ],
 "submission": "a JSON document (submitted as a string), validated as data; every check below must pass",
 "tier": "doc-validator"
}

Get early access to STUD the day it goes live.