Plugin Directory

Changeset 2807721

Timestamp:
10/31/2022 08:42:42 AM (21 months ago)
Author:
snapplify
Message:

Rollback changes

Location:
snapplify-e-commerce
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • snapplify-e-commerce/tags/1.0.2/lib/schema.json

    r2806508 r2807721  
    2121      "type": "array",
    2222      "items": {
    23         "type": ["object", "null"],
     23        "type": ,
    2424        "properties": {
    2525          "id": {
    26             "type": ["integer", "string", "null"]
     26            "type": ["integer", "string"]
    2727          },
    2828          "label": {
    29             "type": ["string", "null"]
     29            "type":
    3030          },
    3131          "parent": {
     
    3838      "type": "array",
    3939      "items": {
    40         "type": ["object", "null"],
     40        "type": ,
    4141        "properties": {
    4242          "firstName": {
    43             "type": ["string", "null"]
     43            "type":
    4444          },
    4545          "lastName": {
    46             "type": ["string", "null"]
     46            "type":
    4747          }
    4848        }
     
    5757    "description": {
    5858      "description": "The description of the product",
    59       "type": ["string", "null"]
     59      "type":
    6060    },
    6161    "drmEnabled": {
    6262      "description": "Is DRM enabled",
    63       "type": ["string", "boolean", "null"]
     63      "type": ["string", "boolean"]
    6464    },
    6565    "drmRestrictions": {
    6666      "type": "array",
    6767      "items": {
    68         "type": ["object", "null"],
     68        "type": ,
    6969        "properties": {
    7070          "limited": {
    71             "type": ["boolean", "null"]
     71            "type":
    7272          },
    7373          "type": {
    74             "type": ["string", "null"]
     74            "type":
    7575          },
    7676          "value": {
    77             "type": ["string", "null"]
     77            "type":
    7878          }
    7979        }
     
    8787    "etag": {
    8888      "description": "Unique tag for this version of the product",
    89       "type": ["string", "null"]
     89      "type":
    9090    },
    9191    "excludedForSaleInCountries": {
    9292      "description": "Excluded sale locations of the product",
    93       "type": ["string", "null"]
     93      "type":
    9494    },
    9595    "fileSize": {
    9696      "description": "File size of the product",
    97       "type": ["integer", "string", "null"]
     97      "type": ["integer", "string"]
    9898    },
    9999    "format": {
    100100      "description": "File format of the product",
    101       "type": ["string", "null"]
     101      "type":
    102102    },
    103103    "free": {
    104104      "description": "Flag for a free product",
    105       "type": ["boolean", "null"]
     105      "type":
    106106    },
    107107    "gradeLevel": {
     
    119119    "imageMd5Hash": {
    120120      "description": "An MD5 hash of the image of the product",
    121       "type": ["string", "null"]
     121      "type":
    122122    },
    123123    "imageUrl": {
     
    127127    "includedForSaleInCountries": {
    128128      "description": "Approved sale locations of the product",
    129       "type": ["string", "null"]
     129      "type":
    130130    },
    131131    "language": {
    132132      "description": "The language of the product",
    133       "type": ["string", "null"]
     133      "type":
    134134    },
    135135    "numberOfPages": {
    136136      "description": "The number of pages in the product",
    137       "type": ["integer","null"]
     137      "type":
    138138    },
    139139    "price": {
     
    143143    "publishedDate": {
    144144      "description": "The date the product was published",
    145       "type": ["string", "null"]
     145      "type":
    146146    },
    147147    "publisher": {
    148148      "description": "The name of the products publisher",
    149       "type": ["string", "null"]
     149      "type":
    150150    },
    151151    "relatedIdentifier": {
     
    155155    "sentDateTime": {
    156156      "description": "The time when the product was sent",
    157       "type": ["integer", "null"]
     157      "type":
    158158    },
    159159    "seriesName": {
     
    163163    "seriesNumber": {
    164164      "description": "The series number of the product",
    165       "type": ["string", "null"]
     165      "type":
    166166    },
    167167    "subject": {
     
    172172      "type": "array",
    173173      "items": {
    174         "type": ["object","null"],
     174        "type": ,
    175175        "properties": {
    176176          "code": {"type": ["string", "null"]},
     
    187187      "properties": {
    188188        "label": {
    189           "type": ["string", "null"]
     189          "type":
    190190        },
    191191        "code": {
    192           "type": ["string", "null"]
     192          "type":
    193193        }
    194194      }
     
    200200    "updatedDate": {
    201201      "description": "The products update time",
    202       "type": ["string", "null"]
     202      "type":
    203203    }
    204204  },
  • snapplify-e-commerce/trunk/lib/schema.json

    r2806508 r2807721  
    2121      "type": "array",
    2222      "items": {
    23         "type": ["object", "null"],
     23        "type": ,
    2424        "properties": {
    2525          "id": {
    26             "type": ["integer", "string", "null"]
     26            "type": ["integer", "string"]
    2727          },
    2828          "label": {
    29             "type": ["string", "null"]
     29            "type":
    3030          },
    3131          "parent": {
     
    3838      "type": "array",
    3939      "items": {
    40         "type": ["object", "null"],
     40        "type": ,
    4141        "properties": {
    4242          "firstName": {
    43             "type": ["string", "null"]
     43            "type":
    4444          },
    4545          "lastName": {
    46             "type": ["string", "null"]
     46            "type":
    4747          }
    4848        }
     
    5757    "description": {
    5858      "description": "The description of the product",
    59       "type": ["string", "null"]
     59      "type":
    6060    },
    6161    "drmEnabled": {
    6262      "description": "Is DRM enabled",
    63       "type": ["string", "boolean", "null"]
     63      "type": ["string", "boolean"]
    6464    },
    6565    "drmRestrictions": {
    6666      "type": "array",
    6767      "items": {
    68         "type": ["object", "null"],
     68        "type": ,
    6969        "properties": {
    7070          "limited": {
    71             "type": ["boolean", "null"]
     71            "type":
    7272          },
    7373          "type": {
    74             "type": ["string", "null"]
     74            "type":
    7575          },
    7676          "value": {
    77             "type": ["string", "null"]
     77            "type":
    7878          }
    7979        }
     
    8787    "etag": {
    8888      "description": "Unique tag for this version of the product",
    89       "type": ["string", "null"]
     89      "type":
    9090    },
    9191    "excludedForSaleInCountries": {
    9292      "description": "Excluded sale locations of the product",
    93       "type": ["string", "null"]
     93      "type":
    9494    },
    9595    "fileSize": {
    9696      "description": "File size of the product",
    97       "type": ["integer", "string", "null"]
     97      "type": ["integer", "string"]
    9898    },
    9999    "format": {
    100100      "description": "File format of the product",
    101       "type": ["string", "null"]
     101      "type":
    102102    },
    103103    "free": {
    104104      "description": "Flag for a free product",
    105       "type": ["boolean", "null"]
     105      "type":
    106106    },
    107107    "gradeLevel": {
     
    119119    "imageMd5Hash": {
    120120      "description": "An MD5 hash of the image of the product",
    121       "type": ["string", "null"]
     121      "type":
    122122    },
    123123    "imageUrl": {
     
    127127    "includedForSaleInCountries": {
    128128      "description": "Approved sale locations of the product",
    129       "type": ["string", "null"]
     129      "type":
    130130    },
    131131    "language": {
    132132      "description": "The language of the product",
    133       "type": ["string", "null"]
     133      "type":
    134134    },
    135135    "numberOfPages": {
    136136      "description": "The number of pages in the product",
    137       "type": ["integer","null"]
     137      "type":
    138138    },
    139139    "price": {
     
    143143    "publishedDate": {
    144144      "description": "The date the product was published",
    145       "type": ["string", "null"]
     145      "type":
    146146    },
    147147    "publisher": {
    148148      "description": "The name of the products publisher",
    149       "type": ["string", "null"]
     149      "type":
    150150    },
    151151    "relatedIdentifier": {
     
    155155    "sentDateTime": {
    156156      "description": "The time when the product was sent",
    157       "type": ["integer", "null"]
     157      "type":
    158158    },
    159159    "seriesName": {
     
    163163    "seriesNumber": {
    164164      "description": "The series number of the product",
    165       "type": ["string", "null"]
     165      "type":
    166166    },
    167167    "subject": {
     
    172172      "type": "array",
    173173      "items": {
    174         "type": ["object","null"],
     174        "type": ,
    175175        "properties": {
    176176          "code": {"type": ["string", "null"]},
     
    187187      "properties": {
    188188        "label": {
    189           "type": ["string", "null"]
     189          "type":
    190190        },
    191191        "code": {
    192           "type": ["string", "null"]
     192          "type":
    193193        }
    194194      }
     
    200200    "updatedDate": {
    201201      "description": "The products update time",
    202       "type": ["string", "null"]
     202      "type":
    203203    }
    204204  },
Note: See TracChangeset for help on using the changeset viewer.