Rename JSONAPITestLib to JSONAPITesting to fit with naming convention I am adopting going forward. Added OpenAPI JSON schema types. Added default schema types for a handful of Swift primitives.

This commit is contained in:
Mathew Polzin
2019-01-13 18:28:41 -08:00
parent 14a0256885
commit 25bda795a7
17 changed files with 172 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
//
// OpenAPI.swift
// JSONAPI
//
// Created by Mathew Polzin on 1/13/19.
//
public enum OpenAPI {}