Sha256: d61273e57c2da0e291881a1b89772d7a6a14d2034fc6ee1f5a91775020ada504

Contents?: true

Size: 1.11 KB

Versions: 5

Compression:

Stored size: 1.11 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "A unique identifier for the markdown_price.json"
    },
    "type": {
      "type": "string",
      "description": "The json_api type for any markdown_price.json",
      "pattern": "^markdown_prices$"
    },
    "attributes": {
      "type": "object",
      "properties": {
        "price": {
          "type": "number",
          "description": "Description for price"
        },
        "start_at": {
          "type": "string",
          "description": "Description for start_at"
        },
        "end_at": {
          "type": "string",
          "description": "Description for end_at"
        }
      }
    },
    "relationships": {
      "type": "object",
      "properties": {
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "self": {
          "type": "string"
        }
      },
      "additionalProperties": false
    },
    "meta": {
      "type": "object",
      "additionalProperties": false
    }
  },
  "definitions": {
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
flex_commerce_api-0.8.3 schemas/shift/v1/resources/markdown_price.json
flex_commerce_api-0.8.2 schemas/shift/v1/resources/markdown_price.json
flex_commerce_api-0.8.1 schemas/shift/v1/resources/markdown_price.json
flex_commerce_api-0.7 schemas/shift/v1/resources/markdown_price.json
flex_commerce_api-0.6.57 schemas/shift/v1/resources/markdown_price.json