@wp-playground/blueprints 3.0.6 → 3.0.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1345,16 +1345,24 @@
1345
1345
  },
1346
1346
  "ref": {
1347
1347
  "type": "string",
1348
- "description": "The branch of the git repository"
1348
+ "description": "The ref (branch, tag, or commit) of the git repository"
1349
+ },
1350
+ "refType": {
1351
+ "$ref": "#/definitions/GitDirectoryRefType",
1352
+ "description": "Explicit hint about the ref type (branch, tag, commit, refname)"
1349
1353
  },
1350
1354
  "path": {
1351
1355
  "type": "string",
1352
- "description": "The path to the directory in the git repository"
1356
+ "description": "The path to the directory in the git repository. Defaults to the repo root."
1353
1357
  }
1354
1358
  },
1355
- "required": ["resource", "url", "ref", "path"],
1359
+ "required": ["resource", "url", "ref"],
1356
1360
  "additionalProperties": false
1357
1361
  },
1362
+ "GitDirectoryRefType": {
1363
+ "type": "string",
1364
+ "enum": ["branch", "tag", "commit", "refname"]
1365
+ },
1358
1366
  "DirectoryLiteralReference": {
1359
1367
  "type": "object",
1360
1368
  "additionalProperties": false,