Skip to content

Commit

Permalink
Update to version 0.0.16. Add humanReable section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan committed Jul 16, 2019
1 parent 99f48b8 commit d6ccaef
Show file tree
Hide file tree
Showing 63 changed files with 342 additions and 72 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This is a collection of schemas and endpoints for the various JDX, Concentric Sk

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.0.14
- API version: 0.0.16
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.PythonClientCodegen

Expand Down Expand Up @@ -104,6 +104,7 @@ Class | Method | HTTP request | Description
- [JobDescriptionContextRequestAllOf](docs/JobDescriptionContextRequestAllOf.md)
- [JobDescriptionContextResponse](docs/JobDescriptionContextResponse.md)
- [JobSchemaPlusFile](docs/JobSchemaPlusFile.md)
- [JobSchemaPlusFileHumanReadable](docs/JobSchemaPlusFileHumanReadable.md)
- [MatchTableRequest](docs/MatchTableRequest.md)
- [MatchTableRequestAllOf](docs/MatchTableRequestAllOf.md)
- [MatchTableResponse](docs/MatchTableResponse.md)
Expand Down
3 changes: 2 additions & 1 deletion docs/GenerateJobSchemaPlusResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pipeline_id** | **str** | An identifier for this jdx reference application session of converting a raw job description | [optional]
**timestamp** | **datetime** | A timestamp of when this response was generated | [optional]
**job_schema_plus_file** | **str** | | [optional]
**job_schema_plus_file** | **str** | The output of JDX. | [optional]
**human_readable** | [**JobSchemaPlusFileHumanReadable**](JobSchemaPlusFileHumanReadable.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
3 changes: 2 additions & 1 deletion docs/JobSchemaPlusFile.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**job_schema_plus_file** | **str** | | [optional]
**job_schema_plus_file** | **str** | The output of JDX. | [optional]
**human_readable** | [**JobSchemaPlusFileHumanReadable**](JobSchemaPlusFileHumanReadable.md) | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
11 changes: 11 additions & 0 deletions docs/JobSchemaPlusFileHumanReadable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# JobSchemaPlusFileHumanReadable

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**schema** | **list[str]** | Defines the order the values should be in. | [optional]
**data** | [**object**](.md) | Flattened version of the JobSchema+ for easy viewing. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


3 changes: 2 additions & 1 deletion openapi_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -48,6 +48,7 @@
from openapi_client.models.job_description_context_request_all_of import JobDescriptionContextRequestAllOf
from openapi_client.models.job_description_context_response import JobDescriptionContextResponse
from openapi_client.models.job_schema_plus_file import JobSchemaPlusFile
from openapi_client.models.job_schema_plus_file_human_readable import JobSchemaPlusFileHumanReadable
from openapi_client.models.match_table_request import MatchTableRequest
from openapi_client.models.match_table_request_all_of import MatchTableRequestAllOf
from openapi_client.models.match_table_response import MatchTableResponse
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/api/default_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
4 changes: 2 additions & 2 deletions openapi_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -256,7 +256,7 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 0.0.14\n"\
"Version of the API: 0.0.16\n"\
"SDK Package Version: 1.0.0".\
format(env=sys.platform, pyversion=sys.version)

Expand Down
2 changes: 1 addition & 1 deletion openapi_client/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
3 changes: 2 additions & 1 deletion openapi_client/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -34,6 +34,7 @@
from openapi_client.models.job_description_context_request_all_of import JobDescriptionContextRequestAllOf
from openapi_client.models.job_description_context_response import JobDescriptionContextResponse
from openapi_client.models.job_schema_plus_file import JobSchemaPlusFile
from openapi_client.models.job_schema_plus_file_human_readable import JobSchemaPlusFileHumanReadable
from openapi_client.models.match_table_request import MatchTableRequest
from openapi_client.models.match_table_request_all_of import MatchTableRequestAllOf
from openapi_client.models.match_table_response import MatchTableResponse
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/accept.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/annotated_defined_term.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/bad_request_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/framework_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/framework_recommendation_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/framework_recommendations.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/framework_selection_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/framework_selection_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/frameworks.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
36 changes: 32 additions & 4 deletions openapi_client/models/generate_job_schema_plus_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down Expand Up @@ -34,21 +34,24 @@ class GenerateJobSchemaPlusResponse(object):
openapi_types = {
'pipeline_id': 'str',
'timestamp': 'datetime',
'job_schema_plus_file': 'str'
'job_schema_plus_file': 'str',
'human_readable': 'JobSchemaPlusFileHumanReadable'
}

attribute_map = {
'pipeline_id': 'pipelineID',
'timestamp': 'timestamp',
'job_schema_plus_file': 'jobSchemaPlusFile'
'job_schema_plus_file': 'jobSchemaPlusFile',
'human_readable': 'humanReadable'
}

def __init__(self, pipeline_id=None, timestamp=None, job_schema_plus_file=None): # noqa: E501
def __init__(self, pipeline_id=None, timestamp=None, job_schema_plus_file=None, human_readable=None): # noqa: E501
"""GenerateJobSchemaPlusResponse - a model defined in OpenAPI""" # noqa: E501

self._pipeline_id = None
self._timestamp = None
self._job_schema_plus_file = None
self._human_readable = None
self.discriminator = None

if pipeline_id is not None:
Expand All @@ -57,6 +60,8 @@ def __init__(self, pipeline_id=None, timestamp=None, job_schema_plus_file=None):
self.timestamp = timestamp
if job_schema_plus_file is not None:
self.job_schema_plus_file = job_schema_plus_file
if human_readable is not None:
self.human_readable = human_readable

@property
def pipeline_id(self):
Expand Down Expand Up @@ -108,6 +113,7 @@ def timestamp(self, timestamp):
def job_schema_plus_file(self):
"""Gets the job_schema_plus_file of this GenerateJobSchemaPlusResponse. # noqa: E501
The output of JDX. # noqa: E501
:return: The job_schema_plus_file of this GenerateJobSchemaPlusResponse. # noqa: E501
:rtype: str
Expand All @@ -118,13 +124,35 @@ def job_schema_plus_file(self):
def job_schema_plus_file(self, job_schema_plus_file):
"""Sets the job_schema_plus_file of this GenerateJobSchemaPlusResponse.
The output of JDX. # noqa: E501
:param job_schema_plus_file: The job_schema_plus_file of this GenerateJobSchemaPlusResponse. # noqa: E501
:type: str
"""

self._job_schema_plus_file = job_schema_plus_file

@property
def human_readable(self):
"""Gets the human_readable of this GenerateJobSchemaPlusResponse. # noqa: E501
:return: The human_readable of this GenerateJobSchemaPlusResponse. # noqa: E501
:rtype: JobSchemaPlusFileHumanReadable
"""
return self._human_readable

@human_readable.setter
def human_readable(self, human_readable):
"""Sets the human_readable of this GenerateJobSchemaPlusResponse.
:param human_readable: The human_readable of this GenerateJobSchemaPlusResponse. # noqa: E501
:type: JobSchemaPlusFileHumanReadable
"""

self._human_readable = human_readable

def to_dict(self):
"""Returns the model properties as a dict"""
result = {}
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/geo_coordinates.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/health_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/job_description_context_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down
2 changes: 1 addition & 1 deletion openapi_client/models/job_description_context_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This is a collection of schemas and endpoints for the various JDX, Concentric Sky facing REST endpoints, the schemas define an API contract of sorts between the request and response expectations of the JDX reference application. This API is to be mutually developed by Concentric Sky and BrightHive. # noqa: E501
The version of the OpenAPI document: 0.0.14
The version of the OpenAPI document: 0.0.16
Contact: engineering@brighthive.io
Generated by: https://openapi-generator.tech
"""
Expand Down

0 comments on commit d6ccaef

Please sign in to comment.