Sha256: 96c69513b0b7a87a366e7a07a44b849e0ed7151b9818ddfaaa495e1861ac93a4
Contents?: true
Size: 880 Bytes
Versions: 2
Compression:
Stored size: 880 Bytes
Contents
{ "type": "object", "required" : [ "client_id", "id", "active?", "secret", "owner" ], "properties": { "client_id" : { "type" : "string" }, "id" : { "type" : "string" }, "active?" : { "type" : "boolean" }, "revoked_at" : { "type": ["string", "null"], "format": "date-time" }, "revoke_reason" : { "type": ["string", "null"] }, "secret" : { "type" : "string" }, "owner" : { "type" : "object", "required" : [ "id", "name", "email", "first_name", "last_name", "lang" ], "properties" : { "id" : { "type" : "integer" }, "name" : { "type" : "string" }, "email" : { "type" : "string" }, "first_name" : { "type" : "string" }, "last_name" : { "type" : "string" }, "lang" : { "type" : "string" } } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
doorkeeper_sso-0.4.9 | spec/api/schemas/sso_client.json |
doorkeeper_sso-0.4.8 | spec/api/schemas/session.json |