We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
기존 구조는 다음과 같았음.
허나 이 방식의 문제는
Collection을 제거하고, DataType이란 Resource로 간소화시킨다.
DataType:
DataType
name: string
schema: JSON
createdBy: AccountID
명칭은 바뀔 수 있음.
Create
List
ListAll
Get
Delete
The text was updated successfully, but these errors were encountered:
byeongsu-hong
No branches or pull requests
As-Is
기존 구조는 다음과 같았음.
허나 이 방식의 문제는
To-Be
Collection을 제거하고, DataType이란 Resource로 간소화시킨다.
DataType
:name: string
: Unique, On-Chainschema: JSON
createdBy: AccountID
:APIs
명칭은 바뀔 수 있음.
Create
: 프로바이더가 데이터 생성List
: 자신이 생성한 데이터 타입 전부 가져오기ListAll
: 모든 데이터 타입 리스트Get
: 데이터 타입 가져오기Delete
: 자신이 생성한 데이터 타입 삭제하기The text was updated successfully, but these errors were encountered: