changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "canonical_smiles": {
+ "description": "Canonical SMILES notation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "charge": {
+ "description": "Net formal charge",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "cid": {
+ "description": "PubChem Compound ID",
+ "type": "number"
+ },
+ "complexity": {
+ "description": "Structural complexity score",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "exact_mass": {
+ "description": "Exact mass of the compound",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "h_bond_acceptors": {
+ "description": "Count of hydrogen bond acceptor groups",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "h_bond_donors": {
+ "description": "Count of hydrogen bond donor groups",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "heavy_atom_count": {
+ "description": "Count of heavy (non-hydrogen) atoms",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "inchi": {
+ "description": "InChI chemical identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "inchikey": {
+ "description": "InChIKey hash",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "isomeric_smiles": {
+ "description": "Isomeric SMILES notation",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "iupac_name": {
+ "description": "IUPAC systematic name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "molecular_formula": {
+ "description": "Chemical molecular formula",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "molecular_weight": {
+ "description": "Molecular weight in g/mol",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "monoisotopic_mass": {
+ "description": "Monoisotopic mass",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "pubchem_url": {
+ "description": "Direct URL to PubChem compound page",
+ "type": "string"
+ },
+ "rotatable_bonds": {
+ "description": "Count of rotatable bonds",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "tpsa": {
+ "description": "Topological Polar Surface Area",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "xlogp": {
+ "description": "Octanol-water partition coefficient",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "cid",
+ "pubchem_url"
+ ],
+ "type": "object"
+}