Skip to content

Commit

Permalink
Use triniti/schemas v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbrown committed Feb 16, 2019
1 parent 41db4ba commit e50edb3
Show file tree
Hide file tree
Showing 58 changed files with 911 additions and 168 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG


## v0.7.1
* Use `triniti/schemas` v0.12.2.


## v0.7.0
__BREAKING CHANGES__

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"require": {
"php": ">=7.1",
"gdbots/schemas": "1.5.7",
"triniti/schemas": "0.12.1"
"triniti/schemas": "0.12.2"
},
"require-dev": {
"phpunit/phpunit": "^6.4",
Expand Down
22 changes: 22 additions & 0 deletions gh-pages/json-schema/acme/canvas/block/image-block/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,28 @@
"format": "url"
}
},
"aspect_ratio": {
"type": "string",
"enum": [
"unknown",
"auto",
"1by1",
"2by3",
"3by2",
"3by4",
"4by3",
"4by5",
"5by4",
"9by16",
"16by9",
"original",
"custom"
],
"pbj": {
"type": "string-enum",
"rule": "single"
}
},
"fallback_src_url": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
Expand Down
22 changes: 22 additions & 0 deletions gh-pages/json-schema/acme/canvas/block/image-block/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,28 @@
"format": "url"
}
},
"aspect_ratio": {
"type": "string",
"enum": [
"unknown",
"auto",
"1by1",
"2by3",
"3by2",
"3by4",
"4by3",
"4by5",
"5by4",
"9by16",
"16by9",
"original",
"custom"
],
"pbj": {
"type": "string-enum",
"rule": "single"
}
},
"fallback_src_url": {
"type": "string",
"pattern": "^(https?:\\/\\/)?([\\da-z\\.-]+)\\.([a-z\\.]{2,6})([\\/\\w \\.-]*)*\\/?$",
Expand Down
21 changes: 19 additions & 2 deletions gh-pages/json-schema/acme/canvas/node/page/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,20 @@
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -382,6 +389,16 @@
"rule": "single"
}
},
"soft_swipe": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "You know, for a softer swipe. Mainly here for legacy content that couldn't think of a better name for whatever this was supposed to be.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"theme": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
Expand Down
21 changes: 19 additions & 2 deletions gh-pages/json-schema/acme/canvas/node/page/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,20 @@
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -382,6 +389,16 @@
"rule": "single"
}
},
"soft_swipe": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "You know, for a softer swipe. Mainly here for legacy content that couldn't think of a better name for whatever this was supposed to be.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"theme": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
Expand Down
14 changes: 11 additions & 3 deletions gh-pages/json-schema/acme/curator/node/ad-widget/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,20 +267,28 @@
"banner",
"half_banner",
"portrait",
"billboard"
"billboard",
"skin"
],
"pbj": {
"type": "string-enum",
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down
14 changes: 11 additions & 3 deletions gh-pages/json-schema/acme/curator/node/ad-widget/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,20 +267,28 @@
"banner",
"half_banner",
"portrait",
"billboard"
"billboard",
"skin"
],
"pbj": {
"type": "string-enum",
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down
21 changes: 19 additions & 2 deletions gh-pages/json-schema/acme/curator/node/article-teaser/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,20 @@
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -372,6 +379,16 @@
"rule": "single"
}
},
"soft_swipe": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "You know, for a softer swipe. Mainly here for legacy content that couldn't think of a better name for whatever this was supposed to be.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"theme": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
Expand Down
21 changes: 19 additions & 2 deletions gh-pages/json-schema/acme/curator/node/article-teaser/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,20 @@
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -372,6 +379,16 @@
"rule": "single"
}
},
"soft_swipe": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "You know, for a softer swipe. Mainly here for legacy content that couldn't think of a better name for whatever this was supposed to be.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"theme": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
Expand Down
21 changes: 19 additions & 2 deletions gh-pages/json-schema/acme/curator/node/category-teaser/1-0-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,20 @@
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -372,6 +379,16 @@
"rule": "single"
}
},
"soft_swipe": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "You know, for a softer swipe. Mainly here for legacy content that couldn't think of a better name for whatever this was supposed to be.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"theme": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
Expand Down
21 changes: 19 additions & 2 deletions gh-pages/json-schema/acme/curator/node/category-teaser/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,13 +287,20 @@
"rule": "single"
}
},
"dfp_ad_unit_path": {
"type": "string",
"pattern": "^[\\w\\/\\.:-]+$",
"pbj": {
"type": "string",
"rule": "single"
}
},
"dfp_cust_params": {
"type": "object",
"patternProperties": {
"^[a-zA-Z_]{1}[\\w\\.:-]+$": {
"type": "string",
"minLength": 0,
"maxLength": 255
"pattern": "^[\\w\\/\\.:-]+$"
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -372,6 +379,16 @@
"rule": "single"
}
},
"soft_swipe": {
"type": "string",
"minLength": 0,
"maxLength": 255,
"description": "You know, for a softer swipe. Mainly here for legacy content that couldn't think of a better name for whatever this was supposed to be.",
"pbj": {
"type": "string",
"rule": "single"
}
},
"theme": {
"type": "string",
"pattern": "^([\\w\\/-]|[\\w-][\\w\\/-]*[\\w-])$",
Expand Down
Loading

0 comments on commit e50edb3

Please sign in to comment.