Skip to content

Commit ea7a4f7

Browse files
added explanation
1 parent 4fdaeea commit ea7a4f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

versions/smartapi-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
smartAPI specific elements automatically generated from <a href="https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md">parent document</a>
12
Object | Field | Recommendation | Datatype | Description
23
---|:---:|:---:|:---:|---
34
<a href="https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md#oasObject">OpenAPI Object</a>|<a href="https://github.com/SmartAPI/smartAPI-Specification/blob/OpenAPI.next/versions/3.0.0.md#oasExternalResources">x-externalResources</a>||External Resource Object|A list of external resources pertinent to the API.

versions/smartapi-list.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function getHeaderLink($label)
8080
// markdown
8181
$file = "smartapi-list.md";
8282
$fp = fopen($file,"w");
83+
fwrite($fp,"smartAPI specific elements automatically generated from <a href=\"$parent_doc\">parent document</a>".PHP_EOL);
8384
fwrite($fp,"Object | Field | Recommendation | Datatype | Description".PHP_EOL);
8485
fwrite($fp,"---|:---:|:---:|:---:|---".PHP_EOL);
8586
foreach($mylist AS $object => $o) {

0 commit comments

Comments
 (0)